dunno where to send this, msg 4 (CMSMS) developers

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
peterv0512

dunno where to send this, msg 4 (CMSMS) developers

Post by peterv0512 »

I was messing around with the CSS and saw that you use

#primary-nav li {
  margin-left: -1px;
  float: left;

}

instead you better use

#primary-nav li {
display : inline;
float: left;
}

wanna know why? : http://www.positioniseverything.net/exp ... argin.html

Also interesting: The (img) three pixel gap ... http://www.positioniseverything.net/exp ... xtest.html
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm
Location: Finland

Re: dunno where to send this, msg 4 (CMSMS) developers

Post by tsw »

Actually I think I already fixed that for svn version :)

thanks
Post Reply

Return to “The Lounge”