Please can someone help me? I was hoping to get this fix for my client. Let me know if you need more info?
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
Thanks for responding ESMI, here the test site: http://www.playgroundgroup.net/jmis/
.assistive-text {
position:absolute;
top:-9999px;
left:-9999px;
}
Hey Esmi,
Thanks for your css I didn’t think of – margins. I added it to the style sheet and it made no difference:
.assistive-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
top:-9999px;
left:-9999px;
}
I had to keep the clip styles in otherwise the main nav breaks. Let me know if you have any other suggestions?
Remove that and just add:
.assistive-text {
position:absolute;
top:-9999px;
left:-9999px;
}
to the bottom of style.css.
Okay did that. I see no change in IE8 http://www.playgroundgroup.net/jmis/
π
Probably because that CSS hasn’t been added to your theme’s style.css file yet.
Hi Esmi,
Thanks for your feedback. I did add the style to style.css. I can see it in firebug. I don’t understand your message.
S
I just checked your style.css file and I could not find the CSS I gave above.
I just checked and its at the bottom of the style sheet as requested:
http://www.playgroundgroup.net/jmis
.advisors-img {
margin: 0 20px 5px 0;
padding-top: 27px;
}
#text-18.widget h3.widget-title {
color: #ff9900;
}
p.intro {
margin-top:20px;
}
.assistive-text {
position:absolute;
top:-9999px;
left:-9999px;
}
Well I am checking your live site and it’s not on there.
Sorry I feel like I’m going round in circles. I have done everything you asked me to the styles.css for this site: http://www.playgroundgroup.net/jmis
Maybe your code doesn’t work? Anyone else can help?
The code works. I’ve used it on dozens of sites and it works on your site using Firefox with the Firebug add-on. Why don’t you try using Firefox with the Firebug add-on and see for yourself?
Thanks for your help!
Anyone else got any suggestions?