Wednesday, March 3, 2004

I've noticed several activeUsers have tried to disable the vertical 1 pixel delimiter that appears along the left of expanded paragraphs by modifying the definition for the expandedHigh CSS class like this:

.expandedHigh {
    border-left: 0px solid silver;
}
Because of the way aR's javascript code works, it is actually better to use
border-left: 1px solid COLOR;
Where COLOR is the proper encoding of your template's background color. This prevents the annoying 1 pixel drift when hovering with the mouse cursor over an expanded wedge.

Permalink 5:28:15 PM - See Also:  activerenderer | CSS 

activeRoll view OPML
 demos
 mailing lists
 tutorials
 faq
 advanced information
March 2004
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      
Feb   Apr

Click to see the XML version of this web page. rss 2.0
updated 4/20/04; 10:09:01 AM