Wednesday 07 July 2004 12:37:30 pm
Try changing the <i>margin-left</i> rule for <i>div.maincontent-bothmenus</i> in your site.css. I would recommend something closer to 9 em instead of 14. You may want to test a bit to ensure that you won't run into overlap with the sidebar should you have a really long link name in there. div.maincontent-bothmenus
{
margin-left: 9em;
margin-right: 16em;
height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}
Alex
bald_technologist on the IRC channel: #eZpublish http://www.agrussell.com :: http://www.cuttingedge.com
Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]
<i>When in doubt, clear the cache.</i>
|