I'm pretty new at this stuff, but I did get a website up and working. I made some changes today and for the life of me I can't figure out why it breaks in Firefox! I've tested it in safari, opera, and chrome and it looks fine, but it breaks something awful in firefox! Any help would be greatly appreciated.
Could be a number of things... you didn't specify exactly what the problem was. Here is my 2 cents worth:
First fix the:
Line 184, Column 8: end tag for element "div" which is not open
by validating page here: http://validator.w3.org/
sometimes it's the extra or unclosed tag that really screws up a page.
Second, you are using a declared position (position:relative) along with the z-index. But unless you understand and apply the "Parent Rule", you can have some really weird display. See my full discussion of z-index and declared position here: http://www.webdeveloper.com/forum/sh...d.php?t=259371
Best wishes,
EfV
I've narrowed it down. I've fixed the div problem and narrowed it down to the "top" property. For some reason if I change that property I can fix it in firefox, but then it breaks in safari,chrome, and opera.
What could I supply here to help get my problem solved?
Actually I fixed the problem that had been plaguing me, but now you've mentioned another problem that I don't have on my end. The slideshow works for me across all browsers, is it broken on your end?
Also, is there a way to make the overflow:auto; scrollbars transparent in firefox. They show up transparent in across the other 3 browsers. This may be a default setting in ff.
Bookmarks