I move item menu below header. but themes error. when i restore Down brower then item menu to seccond tow please help me.
My website: http://timbandocthan.com/Dp5U_NFlash/
I move item menu below header. but themes error. when i restore Down brower then item menu to seccond tow please help me.
My website: http://timbandocthan.com/Dp5U_NFlash/
Comments
Comment #1
nicholasthompsonIs this at all related to your previous post #322413: Abessive in IE6 - display errors?
I dont really understand what you mean, sorry... Are you trying to print the primary navigation links in the header block?
Comment #2
itqn2004 commentedI add code in header:
/**
print $header;if ($search_box):print $search_boxendif;if (!empty($primary_links)):print theme('links', $primary_links);endif;if (!empty($secondary_links)):print theme('links', $secondary_links);endif;**/
and in file style.css i add:
#primary a {
margin: 0 5px 0 0;
border: solid #6191C5 1px;
border-width: 1px 1px 0 1px;
}
#primary ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
}
#primary ul li {
margin: 0 0px 0 0;
padding: 0;
display: block;
float: left;
}
#primary li a {
color: #FFFFFF;
display: block;
padding: 0 10px;
text-transform: uppercase;
font-weight: bold;
padding: 6px 0px;
text-decoration: none;
background-image:url(images/roundedge-red-right.gif);
}
#primary li a:hover,
#primary li a:active,
#primary li a:focus {
color: #FF0000;
background-image:url(images/roundedge-blue-right.gif);
}
#primary li a.active {
color: #FFFFFF;
background: #333333;
}
#secondary
{
font-weight:bold;
font-size:14px;
}
#secondary li a:hover,
#secondary li a:active,
#secondary li a:focus {
color: #FF0000;
background-image:url(images/roundedge-blue-right.gif);
}
#secondary li a {
color:#330000;
padding: 0 10px;
font-weight: bold;
padding: 6px 0px;
text-decoration: none;
}
In firefox Item menu works well. but in IE6 when i am restore Down for brower then item menu row down .http://timbandocthan.com/Dp5U_NFlash/
Comment #3
nicholasthompsonDid you solve this?