View Single Post
Old 02-18-2008, 02:27 AM   #2 (permalink)
DeMo
The Contributor
 
DeMo's Avatar
 
Join Date: Jan 2008
Location: Brazil
Posts: 77
Thanks: 14
DeMo is on a distinguished road
Default

You can set the size of stuff using percentage instead of an absolute value.

Using CSS:
Code:
.somestyle {
    width: 100%;
}
Directly in the element:
Code:
<div width="100%">content</div>
Send a message via ICQ to DeMo Send a message via MSN to DeMo Send a message via Skype™ to DeMo
DeMo is offline  
Reply With Quote
The Following User Says Thank You to DeMo For This Useful Post:
Orc (02-18-2008)