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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

comment css (<!--- --> or // or /* */ ) ?????

Status
Not open for further replies.

csphard

Programmer
Joined
Apr 5, 2002
Messages
194
Location
US
how do make comments in your style sheets.
do you use <!-- --> or // /* */
 
/**/ is the only valid syntax for your comments.

// spells disaster.

<!-- --> doesn't act as comments but rather makes the CSS content not appear on older browser

certain about the first two affirmations but the last one need to be checked though.

Hope this helps. Gary Haran
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top