View Single Post
Unread 10-07-2007, 04:19 PM
jetwbt jetwbt is offline
Junior Member
Join Date: Oct 2007
Posts: 2
  #3  
Smile Figured it out

It was the adding additional styles to the style page that was the problem.

.library { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; color: #000099; } /* expanding menu styling */#udm ul { margin-left:0 !important; margin-top:1px !important; width:250px !important; w\idth:240px !important; }#udm ul ul { width:240px !important; w\idth:230px !important; border-style:dashed; background-color:#ffe; }#udm ul ul ul { width:230px !important; w\idth:220px !important; border-style:dotted; background-color:#ffd; }/* give all anchors a hand cursor */#udm a { cursorointer !important; cursor:hand !important; }

Thanks,

Brian
Reply With Quote