View Single Post
  #6  
Old 04-13-2010, 06:34 PM
 
newage newage is offline
 

Member
  
Join Date: Jul 2009
Posts: 29
 

Default Re: Problem with Firefox 3.6.3

Thanks for everyone's help. I figured out the issue.

when I looked at the stylesheet I found I was missing a closing tag on the background position ( ; )

#leftMenu li {
border-top: 2px solid #a7a7a7;
padding: 8px 0 8px 0;
background: url('/skin1/images/bullet_arrow_light.gif') no-repeat;
background-position: 18px 15px;
}


Once I added this and re-posted, the layout came back.

Thanks to everyone who helped me in the correct direction.
__________________
Version 4.2.2
No add-ons
Reply With Quote