View Single Post
Old 04-19-2006, 04:19 AM   #2 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 598
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
I think you uploaded the wrong code. In general, absolute postioning treats the browser window as a pixel addressable canvas and let's you stick things to it. Usually with webpages relative postioning is more helpful, since you can maintain the hierarchy and such. Absolute positioning suffers from the same problems as using pixel values for font sizes. Namely, fonts can become illegible on monitors with denser resolutions.

Also as cool as CSS is, sometimes it's just better to use a table to position local elements, and use CSS to tie together the site as a whole.
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote