jlizarraga
07-25-2008, 12:25 AM
I can't get this to work in IE6 or FF2, and the W3C validator says my only error is my use of custom attributes (from the DOM Image Rollover script form this site - I use it all the time).
The URL is http://thayerauto.autofusion.com
Check out the lower half of the page where it says "Featured New Vehicles." The Featured New Vehicles div (#ta_HomepageFeaturedVehicle) is relatively positioned, and within that div is a div with class .ta_MoreInfoButton, which is absolutely positioned, and has "top" and "right" css values of 0px.
However the .ta_MoreInfoButton seems to behave like a relatively positioned div. Using the Web Developer Toolbar for FF2, I can see that the divs are indeed positioned correctly as absolute and relative. With the IE6 Developer Toolbar, all of .ta_MoreInfoButton's css styles show up in the list, but its position shows up as relative, not absolute. I'm thinking this is a clue.
I must be missing something here! Thanks in advance to any second sets of eyes that might see something I certainly don't!
The URL is http://thayerauto.autofusion.com
Check out the lower half of the page where it says "Featured New Vehicles." The Featured New Vehicles div (#ta_HomepageFeaturedVehicle) is relatively positioned, and within that div is a div with class .ta_MoreInfoButton, which is absolutely positioned, and has "top" and "right" css values of 0px.
However the .ta_MoreInfoButton seems to behave like a relatively positioned div. Using the Web Developer Toolbar for FF2, I can see that the divs are indeed positioned correctly as absolute and relative. With the IE6 Developer Toolbar, all of .ta_MoreInfoButton's css styles show up in the list, but its position shows up as relative, not absolute. I'm thinking this is a clue.
I must be missing something here! Thanks in advance to any second sets of eyes that might see something I certainly don't!