On Apr 28, 2007, at 1:02 AM, Shelane wrote:

when you click
one of the categories from the "Home" page, a horizontal scroll bar
appears and the focus outline is extended out just past the original
size of the fieldset element.

Hey Mike,

To get rid of that horizontal scrollbar*, looks like you just need to add "margin-right: 1px;" to this style rule:

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display:block;
}

* Only tested in FF 2 Mac with Firebug

--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com


Reply via email to