CSS Styling for Menu - Joomla! Forum - community, help and support
hi, trying work out how fix issues have styling of navigation menu. have following styles applied navigation:
which works extent, when check mozilla or opera web developer tools shows me ul class "menu" , li class items 101, 102 etc. trying work out how or can edit css settings menu doesnt appear to.
also have read template/css overrides, not sure if need apply these.
if please advise appreciate it.
thanks in advance
code: select all
#navigation {
float: left;
height: 52px;
width: 641px;
background-color:#064331;
margin-top: 0px;
}
#navigation ul {
margin-top:0px;
margin-left:0px;
list-style-type: none;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration:none;
text-align:center;
}
#navigation li {
float: left;
height:52px;
width: 90px;
}
#navigation ul a:link,
#navigation ul a:visited {
text-decoration: none;
padding: 0px 0px;
vertical-align: middle;
}
#navigation ul a:hover {
text-decoration: none;
color:#000000;
}
/* top menu navigation end */
which works extent, when check mozilla or opera web developer tools shows me ul class "menu" , li class items 101, 102 etc. trying work out how or can edit css settings menu doesnt appear to.
also have read template/css overrides, not sure if need apply these.
if please advise appreciate it.
thanks in advance
use firebug in ff or dragonfly in o see css output, can modify css need.
Comments
Post a Comment