HighDots Forums  

Workaround for Konqueror bug with :first-letter?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Workaround for Konqueror bug with :first-letter? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sven Rudolph
 
Posts: n/a

Default Workaround for Konqueror bug with :first-letter? - 08-17-2006 , 10:43 AM






Hi,

I just made a web site and stumbeled upon something, that seems to be a
stylesheets bug in Konqueror.
When Iuse :first-letter on the a-tag, Konqueror doubles the first letter
when I click on the link.
I checked the page with the w3.org validation tools, but found no errors.

Here is the code (only the necessary parts):

Markup:
<ul id="navigation">
<li id="startseite"><a href="/" title="Startseite" accesskey="a"
tabindex="1">Startseite</a></li>
</ul>

Stylesheets:
div#navigation ul li a {
padding-left:0.5em;
color:#fff;
font-family:"Berylium","Times new roman","Times",serif;
font-variant:small-caps;
font-size:1.1em;
letter-spacing:1px;
display:block;
text-decoration:none;
}
div#navigation ul li a:first-letter {
color:#b80000;
}
div#navigation ul li a:hover {
text-decoration:underline;
}

The web site is here:
http://www.dante-wiesbaden.de/

Is this really a bug in Konqueror?
Or is this a bug in my stylesheets?
Does anybody know a workaround for this?


Thanks in advance!
Sven


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.