PDA

View Full Version : layout question


sourtoesnails
January 31st, 2006, 03:27 AM
Well, i was wondering how do you make your layout be as big as the web browser's window? Ex: serebii.net

I've been wondering how to do that, and I couldn't figure it out. Any tips? Thanks

Dragonfree
January 31st, 2006, 12:02 PM
Give the left and right columns fixed width, and give the middle column no specified width and left and right margins equal to the widths of the left and right menus, respectively.

Drifblim
February 12th, 2006, 12:35 AM
Or just set a percentage for the width of the structuring table:

<table width=100%>