|
| Spry Hor menu bar not working in IE
| | | |
Spry Hor menu bar not working in IE
by Martin Bleasby
on
Aug 25, 2008 at 8:48:07 am |
Hi All,
Just wondered if anyone can help..
I have a menue bar issue in IE 6 see URL..
www.martinbleasby.co.uk
I understand there may be a tweak in the CSS, but I have had not luck finding a answer.
Best wishes,
Martin.
Respond to this post • Return to posts index
| | | | |
| | | |  | Re: Spry Hor menu bar not working in IE by Abraham Chaffin on Aug 26, 2008 at 7:19:34 pm |
Looks like the problem is in the "ul.MenuBarHorizontal ul" section of your CSS.
Here's the original:
margin: 0;
padding: 0;
list-style-type: none;
font-size: 100%;
z-index: 1020;
cursor: default;
width: 8.2em;
position: absolute;
left: -1000em;
Here's yours:
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12px;
z-index: 1020;
cursor: default;
position: absolute;
left: -1000em;
font-family: Georgia, "Times New Roman", Times, serif;
color: #E4E4E4;
background-color: #E4E4E4;
The difference that seems to be making the difference is there is no width defined in yours. Try defining a width and see if that fixes the problem.
Abraham
Respond to this post • Return to posts index | | | | |
|
|
|