|
ThomasMobley -> css and ie6 for showing pics in divs (9/11/2007 18:15:10)
|
Here's what I've been playing with in my quest for css knowledge. I think it's called a rollover. I display three small images on the right side of the page, and when I hover over them I want a larger size of the same image to display in a div on the left side of the page. I got it to work in ie7, ff, and opera, but can't seem to get it to work in ie6. I've tried all the tricks I've used successfully in menus to no avail. Anyone got a clue? One thing that seemed odd, to make it work in ie7 i had to include an anchor. The anchor worked in ff and opera as well, but I knew I'd need an anchor for ie6 and didn't want to double the anchor in that case so I took it out, but ie7 quit working then, so I included an if for ie7 to place an anchor in my li. The url of the html page is http://faggotsinthefire.com/Pictures/hovertest/divtest.html The original css is at http://faggotsinthefire.com/Pictures/hovertest/my.css and the ie6 stylesheet is http://faggotsinthefire.com/Pictures/hovertest/ie_menu.css If anyone could assist I'd appreciate it. Seems like it could be useful with a scrolling div on the right for thumbnails on my pictures pages, but if it doesn't work in ie6 I'd have to make the user use the link and reload and use asp to load the div or resort to that as well as javascript if it's enabled, which would kinda suck. I'd like a css answer to this if someone has one.
|
|
|
|