
February 12th, 2002, 04:23 PM
|
|
Contributing User
|
|
Join Date: Feb 2001
Posts: 46
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
Thanks! Now I know that it works, but I have to dig through my code and find out what makes it stop working. (Need caffeine...)
Thanks again for taking the time to try out my code!
-Midori
(later...) I figured out why it wasn't working!!! I was using relative paths in my linked style sheet and IE was looking for the file relative to the CSS file and Netscape was looking for it relative to the html file.
I resolved the issue by including the code related to those images within the HTML file and deleting that CSS code from the style sheet. Does that make sense? Took some detective work, but it's working now!
Thanks again for proving that it was possible!
Last edited by mixmastermidori : February 12th, 2002 at 05:34 PM.
|