Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2006-08-06 09:02:32
- alexandra
- Member

- From: Cologne, Germany
- Registered: 2004-04-02
- Posts: 1,370
Re: vertical nav bar issue on Safari/MAC
Okay you snobby Mac users ;) (just kiddin) does the nav bar on TXP Mags entry page works now for you?
The CSS for the nav bar reads as follows now:
<pre><code>
.mainNavi {
height: 48px;
width: 722px;
background-color: #FF7832;
position:absolute;
top: 0px;
padding-left:238px;
padding-top:0px;
}
.mainNavi ul {
margin:0px;
list-style:none;
}
.mainNavi li {float:left;}
li.aboutNavi {float:none;position:absolute;right:0px;top:0px;}
.mainNavi li a {
padding: 10px;
display:block;
}
.mainNavi h2 {font-size:101%; display:block; font-style:italic; color:#fff;}
</code></pre>
PS – Jacob:
i thought you know dev toolbar for FF cause you have so comprehensive knowledge on all that stuff though i thought i mention it, one never knows… sorry if it sounded strange :(
Last edited by alexandra (2006-08-06 13:22:43)
Offline
Re: vertical nav bar issue on Safari/MAC
looks ok from here on FF
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: vertical nav bar issue on Safari/MAC
looks good in safari/mac too and in FF/win, opera 9/win and in IE6/win. Even IE7/win looks okay. Great.
FF webdev: no problem, alex. no offence taken whatsoever.
TXP Builders – finely-crafted code, design and txp
Offline
#16 2006-08-06 13:45:35
- alexandra
- Member

- From: Cologne, Germany
- Registered: 2004-04-02
- Posts: 1,370
Re: vertical nav bar issue on Safari/MAC
Thanks so much! I applied it now to all subpages too. If there are still any display errors, please let me know :) have a nice sunday all…
Offline