Click here to Skip to main content
16,012,173 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: will you support ns4 and older browser? Pin
Terry O'Nolley19-Nov-03 21:12
Terry O'Nolley19-Nov-03 21:12 
GeneralASP/database/email question Pin
emohawk17-Nov-03 1:14
sussemohawk17-Nov-03 1:14 
GeneralObject Param Not working Pin
danyasamuel17-Nov-03 0:42
danyasamuel17-Nov-03 0:42 
GeneralRedirect catastrophe Pin
jan larsen17-Nov-03 0:02
jan larsen17-Nov-03 0:02 
GeneralRe: Redirect catastrophe Pin
Brian Shifrin17-Nov-03 15:02
Brian Shifrin17-Nov-03 15:02 
QuestionASP: How to post multi request http ? Pin
bt8016-Nov-03 10:14
bt8016-Nov-03 10:14 
Generalbasic frontpage 2003 question ... Pin
Maximilien15-Nov-03 11:15
Maximilien15-Nov-03 11:15 
GeneralUL text color and CSS problem. Pin
Like2Byte14-Nov-03 17:44
Like2Byte14-Nov-03 17:44 
Hrm. How do I word this?

I'm using CSS and HTML to format my webpage. Everything looks great until the list item is encountered. The <p> text is all gray/blue (like I want) but when the text gets to the list items is turns the LI items black. Well, considering the background is set to black ... I can't see my list items! Arg.

How can I get CSS to format the listitems in the Unordered List tag to the color I want(#3C81D0)?

CSS:
a:link {color: #7282A9}
a:visited {color: #8E7583}
a:hover {text-decoration: underline;color: #EA8000}
a:active {color: #00FFFF}
p.groove {border-style: groove}
p {text-decoration: none;color:#3C81D0; text-align:left}
body {background-color:white; font-size:medium; color=#3C81D0}
ul{
list-style-type: circle;
font-size:medium;
color=#3C81D0
}
HTML:
<html>
<head>
<link href="text/genpage.css" type="text/css" rel="stylesheet">
</head>
<p>Hi. Thanks for blah, blah, blah.</p>
<p>My blah's are blueish while my...
<ul type="circle">
<li>listitem 1</li>
<li>listitem 2</li>
<li>listitem 3</li>
<li>listitem 4</li>
<li>listitem 5</li>
<li>listitem 6</li>
<li>listitem's are black!</li>
</ul></p>
<p>Please check back from time to time to see more blah.</p>
</body>
</html>

Thanks.
GeneralRe: UL text color and CSS problem. Pin
allia14-Nov-03 22:45
allia14-Nov-03 22:45 
GeneralRe: UL text color and CSS problem. Pin
Like2Byte15-Nov-03 1:05
Like2Byte15-Nov-03 1:05 
GeneralRe: UL text color and CSS problem. Pin
Sarvesvara (BVKS) Dasa14-Nov-03 22:46
Sarvesvara (BVKS) Dasa14-Nov-03 22:46 
GeneralRe: UL text color and CSS problem. Pin
allia14-Nov-03 23:14
allia14-Nov-03 23:14 
GeneralRe: UL text color and CSS problem. Pin
Like2Byte15-Nov-03 1:08
Like2Byte15-Nov-03 1:08 
GeneralRe: UL text color and CSS problem. Pin
Sarvesvara (BVKS) Dasa15-Nov-03 20:07
Sarvesvara (BVKS) Dasa15-Nov-03 20:07 
GeneralViewing Files From Access Database Pin
13-Nov-03 11:29
suss13-Nov-03 11:29 
GeneralRe: Viewing Files From Access Database Pin
allia14-Nov-03 22:56
allia14-Nov-03 22:56 
GeneralWeb service eating memory Pin
Anonymous13-Nov-03 9:14
Anonymous13-Nov-03 9:14 
GeneralRe: Web service eating memory Pin
Daniel Turini13-Nov-03 10:16
Daniel Turini13-Nov-03 10:16 
GeneralIE - Commerce Server Pin
Sarvesvara (BVKS) Dasa13-Nov-03 6:05
Sarvesvara (BVKS) Dasa13-Nov-03 6:05 
GeneralRegExp for Email Pin
Hesham Amin13-Nov-03 0:24
Hesham Amin13-Nov-03 0:24 
GeneralRe: RegExp for Email Pin
Paul Watson13-Nov-03 0:53
sitebuilderPaul Watson13-Nov-03 0:53 
GeneralRe: RegExp for Email Pin
ZoogieZork13-Nov-03 2:40
ZoogieZork13-Nov-03 2:40 
GeneralRe: RegExp for Email Pin
Hesham Amin13-Nov-03 3:45
Hesham Amin13-Nov-03 3:45 
GeneralRe: RegExp for Email Pin
Daniel Turini13-Nov-03 10:25
Daniel Turini13-Nov-03 10:25 
GeneralRe: RegExp for Email Pin
Hesham Amin13-Nov-03 21:15
Hesham Amin13-Nov-03 21:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.