Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Do I need to d/l any plug-ins to run CSS 2 in my PC ???

Status
Not open for further replies.

e1k4l3cs

MIS
Nov 11, 2002
56
0
0
SG
I have been trying out CSS 2 but it does not seems to be working on my PC... I am using IE6...

Thanks in advance...

Kelvin
 
What is the code that is not working? DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
The following are some codes:
<style type=&quot;text/css&quot;>

div:first-child p
{
text-indent:25px
}

p:first-child em
{
font-weight:bold
}

</style>

Thanks...

Kelvin
 
My reference say another syntax and that only NN6 suppport it.

div p:first-child
{
text-indent:25px
}

p em:first-child
{
font-weight:bold
}

Read it yourself (by the way, blooberry.com is an excellent reference for CSS and HTML):


Hope this helps,
Erik <-- My sport: Boomerang throwing !!
!! Many Happy Returns !! -->
 
ARGH~~!!! Still cannot... NvM... Anyway, Thanks guys...

Kelvin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top