Thread: CSS question
View Single Post
Old 12-04-2002, 12:19 PM   #3 (permalink)
abc123
bloomberg
 
abc123's Avatar
 
Join Date: Jun 2002
Location: bloomberg
Posts: 263
abc123 is on a distinguished road
Send a message via AIM to abc123 Send a message via Yahoo to abc123
u'll be wanting

div.myCustomStyle {
blah: something;
}

or

p:first_child div {
blah: #px;
}

but please, don't put tags and words in html in uper case :'(

with first_child div will, obviously, have to be the first child of the "<p>" tags. should work
if not, check out: http://www.w3schools.com/css/
__________________
-- bloomberg.
abc123 is offline   Reply With Quote