in my preview? but its perfectly showing here from my place, wait ill check that?
[b]checked![/b]
working on mine, and i already check your codes in css properties,
just remove this part in your css:
[quote]/* Hide Navigation Language */
#navLang { display: none ! important }
/* main navigation*/
#mainnav {
margin:0 0 10px 0;
padding:0 0 2px 0;
width:100%;
font-size:9px;
font-weight:bold;
background: url()opacity:.50;filter:alpha(opacity=70); fixed no-repeat center; #000000;}[/quote]
and change this part:
[quote]/* SUB NAVIGATION LINKS */
#subnav,#mainnav, #mainnav .left, #mainnav .right { display:none; }[/quote]
to this one:
[quote]/* SUB NAVIGATION LINKS */
#subnav { display:none; }[/quote]
[b]edited[/b]
this one too also:
[quote]/* Hide Navigation Language */
#navdivider {display:none;}
/* remove featured sponsor */
#marketing_bg{display:none;background:transparent;}[/quote]
to this one:
[quote]/* Hide Navigation Language */
#navdivider {visibility:hidden;}
/* remove featured sponsor */
#marketing_bg{visibility:hidden;}[/quote]
i hope it helps
Last edited by cip6192 (2008-03-30 10:28:17)