Floodster
Technical User
- Jan 28, 2005
- 204
I'm not sure how to explain this so it is easier if you take a look at the site using I.E V6
My problem is that in the navigation menu I have an input box to search for a postcode but in IE 6 it won't let you click in there using your mouse, you can use the TAB key to get in there though!!! There are no problems using FF.
I thought this was something to do with the footer being level with it but I'm not sure how to test it.
Any help would be greatly appreciated.
My CSS code for the footer is
& my CSS for my nav is
My problem is that in the navigation menu I have an input box to search for a postcode but in IE 6 it won't let you click in there using your mouse, you can use the TAB key to get in there though!!! There are no problems using FF.
I thought this was something to do with the footer being level with it but I'm not sure how to test it.
Any help would be greatly appreciated.
My CSS code for the footer is
Code:
#footer{
position:absolute;
width:100;
clear:both;
background-color:transparent;
}
#footer p{
margin:0.5em 3em 0em 22em;
text-align:right;
font-size:70%
}
Code:
#nav{
position:absolute;
top:6em;
left:1em;
width:14em;
background-color:#FFF99;
}