02-28-2010, 12:49 PM
|
#7 (permalink)
|
|
The Wanderer
Join Date: Aug 2008
Posts: 21
Thanks: 1
|
If your width is fixed (always stays the same) than you could center everything and use a normal background color.
If you want your width to adept(change on resolution) than you should use width % like 100% or whatever.
PS: I see your using position:absolute on your bottom right corner ... which i guess makes it look weird.
|
|
|
|