New CSS problem now

windows

Guest
#quote is rendered incorrectly. It should be bolded.


#quote {
font-variant: small-caps;
font-weight: bold;
font-family: Arial,sans-serif;
color: #ffd700;
}



<span class="floatright"><span id="quote">Quote:</span> <script type="text/javascript">document.write(text[increment]);</script></span>


also for some reason, regular links are rendering in yellow when I've yet to define a:link to be yellow.Look hereadd a space after your comma in the font family line. I'm not sure if that's causing your problem.can't do anything with your hyperlinks without a link.Fixed it for the most part (made it 13px rather than 12px).

And I'm still confused as to why I can't get the sidebar and content to be of equal height on diff. screen resolutions.:rolleyes:can you send me your file? I can have a look at it then.
may not be able to do it for a few days tho, depending how quickly you post it...
 
Back
Top