|
Good grief - 1 - get rid of the tables for layout, they were meant for data and that's not the modern way to build a layout. 2 - get rid of the horrid deprecated <center> tag and use CSS to position things as needed. 3 - you can't position the div relative to the image inside it - it's works the other way around, the image gets positioned relative to it's parent - the div. Why do you need absolute positioning anyway? It's not really the best way to build a layout.
You also don't need all that javascript junk to do a simple image rollover, use CSS.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|