The links in my right-hand column jump upwards when I hover over them.
Quote:
<div class="right-column-short">
<a class="green-button" href="apply.html">Apply for a licence</a>
<div class="link-follow" style="margin-bottom: 15px;"><a href="about.html" title="About the Licence">Find out more about a licence</a></div>
<div class="link-follow"><a href="consultations.html" title="Consultations and feedback">Give Feedback</a></div>
</div><!-- end right column -->
After doing some reading online I understand that this is an IE6 bug but I haven't been able to fix it. I believe I need to change my CSS, can anyone help with where I need to change it and what I need to change it to? Many thanks
#footer-navigation ul li {
float: left;
width: auto;
list-style: none;
background: url(images/spacer.gif) 100% 50% no-repeat;
margin: 0px;
padding: 0px;
}
#footer-navigation ul li.end {
background: none;
}
#footer-navigation ul li a, #footer-navigation ul li a:visited {
color: #fff;
text-decoration: none;
font-family: trebuchet ms;
padding: 0px 20px;
}
#footer-navigation ul li a.current {
color: #07455F;
background: #688EA5;
margin-left: -1px;
padding-left: 21px;
}
#footer-navigation ul li a:hover {
color: #07455F;
background: #688EA5;
margin-left: -1px;
padding-left: 21px;
}
/* basic styles */
p {
margin: 10px 0px 20px 0px;
}
a, a:link {
color: #07455F;
text-decoration:underline;
cursor: pointer;
}
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System
Yes, if you could give a link to the webpage where this problem is occurring (the links jump up when you hover your mouse pointer over them), probably I would be able to help you.