PDA

View Full Version : ubuntu website question


psychobeauty
April 1st, 2008, 03:59 PM
Hi to all....:)


i was wondering how the ubuntu webpage autoresized. Or if you know how to resize websites pages to fit in every monitor correctly.....

fedex1993
April 1st, 2008, 04:46 PM
one you might want to check out the source code but i think it has to do with an elemnt in PHP web design

pseudo-random
April 1st, 2008, 04:49 PM
No need for PHP. It can be done client side with CSS style sheets.
Ready made examples Here (http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html)

AJB2K3
April 2nd, 2008, 01:23 AM
Just a clue for you but ....

Elastic web design !

st0n3cutt3r
April 2nd, 2008, 01:54 AM
Set width values in %s, and don't lay out your pages with tables.

The second half isn't strictly necessary, but you're basically a terrible person if you build table-based layouts.

badmedic
April 2nd, 2008, 02:56 AM
...but you're basically a terrible person if you build table-based layouts.

:lolflag:

banago
April 2nd, 2008, 08:55 AM
It is eays:

width: 100%

into your CSS code.