Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Add CSS class for signatures?

by adrianh (Chancellor)
on Sep 06, 2003 at 16:53 UTC ( [id://289478]=note: print w/replies, xml ) Need Help??


in reply to Re: Add CSS class for signatures?
in thread Add CSS class for signatures?

I'm curious, though. This will expose my css ignorance, but isn't the named class supposed to be in a style sheet? So, wouldn't using the class pmsig-NNN mean that you'd have to set up a style for the individual monk's sig?

If you're fortunate enough to use a browser with vaguely decent CSS2 support you could use a selector like this:

/* make all pmsigs bold */ div[class|=pmsig] { font-weight: bold; }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://289478]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-03-28 12:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found