|
Jordan -> Positioning Images with CSS: not right in NS (9/15/2003 15:38:45)
|
I'm playing with a CSS that positions items in my template rather than using tables to accomplish this. I've created this basic page and it works great in IE, Opera, and AOL. In Netscape, two of the graphics overlap. Does anyone know if I'm approaching this incorrectly? Is there a better way to do this?[8|] Here's the page link: http://www.carnegiecomm.com/about/test_css.html Here's the CSS code I've written for these items: #bar {position: absolute; top: 0px; left: 0px;} #logo {position: absolute; top: 8px; left: 0px;} #lines {position: absolute; top: 8px; left: 130px;} #header {position: absolute; top: 8px; left: 146 px;} #menu {position: absolute; left: 2px; top: 110px;} #text {position: absolute; left: 146px; top: 140px;} Any advice would be appreciated. Jordan
|
|
|
|