Same code works differently in Firefox and IE..Help!
Hi, i am quite new to css and Jquery but i think this is a css issue.
I have created a simple image slideshow with a fade effect using JQuery. The functions works fine in both IE and Firefox however, as soon as i added the function it made the clickable links on the entire page un-uasable JUST in Firefox (works fine on IE).
I played around with this as i thought it had something to do with the layering of the element on the page, so i added a Z-index: -20 to this slideshow styles:
ul.slideshow li {
position:absolute;
left:0;
right:0;
z-index:-20; float: right;
}
This fixed half of the issue as now the content below the header and navigation is all clickable but the navigation still isn't. I can see this is due to the style related to the content below to navigation to have a z-index: -10
So i played around with the navigation styles and the z-index but it didn't work. I have been working on this one issue for the past 3 days and is now driving me nuts! I am not sure that z-index is the right answer for this issue.
I would be very grateful if someone could help me out, wherther they have come across the same problem or know a fix to make firefox work the same as IE. Thanks
<style type="text/css"><!--
body {scrollbar-face-color:#ffffff;
scrollbar-3dlight-color:#b5b5b2;
scrollbar-darkshadow-color:#b5b5b2;
scrollbar-track-color:#ffffff;
scrollbar-arrow-color:#787878;
scrollbar-width: 5px;
}
--></style>
</head>
<body>
<div class="wrapper">
<div class="border">
<div id='navlist'><a href="http://www.code-thesalon.com/newsite/"><img src='http://www.code-thesalon.com/newsite/logo.jpg' class="LogoImgSize" alt="Code The Salon Logo"/></a>
Bookmarks