OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
IE Ignoring CSS (yeah I know, when isn't it?)
This page's ID:
24825
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I have a simple few class settings in my CSS: [code] .storytitle a { color: #FEE3C8; text-decoration: none; border: none; } .storytitle a:hover { color: #CB786A; border-bottom: 1px none #c0c0c0; } .storytitle a:visited { color: #FEE3C8; border-bottom: none; } [/code] In Every browser they show fine. (the links) But in IE its showing the normal Body's link properties..if I remove the normal body link properties it shows the dreaded purple underline link. WHy is it ignoring the CSS? The code where it is displayed is part of WP PHP and it's as follows: [code] <h13 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h13> [/code] You can see H13 and storytitle as the class.. Maybe I have an error here making IE be lame. Any help would be appreicated..thanks in advance.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »