Thread: ie8 and text-decoration:none;
Results 1 to 4 of 4
Related
-
How to get my page content text to show up before navigation text for improved SEO Forum: HTML Forum
Replies: 0 -
text-decoration Forum: CSS Forum
Replies: 5 -
Replies: 5
-
colors and text input boxes and text areas Forum: HTML Forum
Replies: 2
-
04-25-2011, 11:45 AM #1
ie8 and text-decoration:none;
Hello and thank you in advance...
I am optimizing a site for IE8 and the browser is not recognizing text-decoration:none; in my CSS. This is a link which occurs within h2 text.
Code:h2 { font-size:1.53em; margin-top: 0px; padding-top: 0px; text-transform:uppercase; text-decoration:none; color:#F3F3F3; }
Code:h2 a:link { font-size:1.53em; margin-top: 0px; padding-top: 0px; text-transform:uppercase; text-decoration:none !important; color:#F3F3F3; }
Thank you for your help.
dp
-
04-25-2011, 02:11 PM #2bald headed old fart
Status- Offline
Join Date- Aug 2003
Location- chertsey, a small town 25 miles south west of london, england.
Posts- 739
Re: ie8 and text-decoration:none;
Hi there dpbklyn,
from the minimal code that you have supplied, I am unable to recreate the problem that you are experiencing.
Do you have a link to the site or the full page code that produces the unwanted effect in IE8?
-
04-25-2011, 02:36 PM #3
Re: ie8 and text-decoration:none;
Here is the page:
http://www.stlitsolutions.com/testimonials
The word "Testimonials" should not be underlined. I should probably mention that I am using WordPress as a CMS. I dont think that should make a diference. The other browsers see render the links correctly.
Thank you.
dp
-
04-25-2011, 02:56 PM #4bald headed old fart
Status- Offline
Join Date- Aug 2003
Location- chertsey, a small town 25 miles south west of london, england.
Posts- 739
Re: ie8 and text-decoration:none;
Hi there dpbklyn,
The word "TESTIMONIALS" is underlined in Firefox and Opera also.
I would suggest that you change...
Code:h2 a:link {
Code:h2 a {
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum