Totally Zenned
- Join Date:
- Jan 2005
- Location:
- USA, St. Louis
- Posts:
- 3,651
- Plugin Contributions:
- 5
Apple Zen Support Thread
jonisolis:
Jade, now that the EZ page links are showing up in my header I now have a white line/area running from one side of the page to the other. How do I fix that in the CSS? I am seeing it in the Firefox browser.
http://www.horse-logos.com/
You can change this:
#navEZPagesTop {
background:#fff;
}
to this:
#navEZPagesTop {
background:#fff;
width:73.8em;
border-left:2px solid #FF0000;
}