Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Request: Collapsible Side Bar

by idsfa (Vicar)
on Jul 13, 2005 at 15:36 UTC ( [id://474590]=note: print w/replies, xml ) Need Help??


in reply to Request: Collapsible Side Bar

Here's a method for doing this in CSS. It will not work on IE, as that browser does not properly implement the :hover pseudoclass. You can fix that with JavaScript, but then why bother with this solution?

td.nodelets { background-color: #eee; width: 1%;} td.nodelets .nodelet_container {display: none;} td.nodelets:hover { width: 100%;} td.nodelets:hover .nodelet_container {display: block;}

The intelligent reader will judge for himself. Without examining the facts fully and fairly, there is no way of knowing whether vox populi is really vox dei, or merely vox asinorum. -- Cyrus H. Gordon

Replies are listed 'Best First'.
Re^2: Request: Collapsible Side Bar
by Tanalis (Curate) on Jul 13, 2005 at 15:43 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-25 07:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found