ClubTime
26-08-2006, 05:58 PM
I have a slide down menu but i am struggling with the CSS
here (http://cb-hosting.co.uk/menu) is the menu.
I want the writing to be in the middle (down abit) and the slide option centered.
here is the CSS file
.mainDiv
{
width:163px;
}
.topItem
{
width:177px;
height:22px;
cursor:pointer;
background-image: url(Button copy.gif);
border-top:0px solid #000000;
border-left:0px solid #000000;
border-right:0px solid #000000;
border-bottom:0px solid #000000;
text-decoration: none;
text-align: center;
color: black;
font-weight:bold;
font-family:"verdana";
font-size: '8pt';
}
.dropMenu
{
background:#06096a;
align: center;
border-top:0px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-bottom:0px solid #000000;
}
.subMenu
{
display:none;
}
.subItem
{
padding-left:5px;
cursor:cross;
font-weight:none;
font-family: 'verdana';
font-size: '8pt';
text-decoration:none;
color: white;
}
.subItem a
{
text-decoration:none;
font-family: 'verdana';
color: white;
}
.subItemOver
{
cursor:pointer;
color: #c86105;
text-decoration:underline;
font-family: 'verdana';
font-size: '8pt';
font-weight:bold;
padding-left:5px;
}
.subItemOver a
{
color: #c86105;
}
.drop
{
border-left:0px solid black;
border-right:0px solid black;
}
here (http://cb-hosting.co.uk/menu) is the menu.
I want the writing to be in the middle (down abit) and the slide option centered.
here is the CSS file
.mainDiv
{
width:163px;
}
.topItem
{
width:177px;
height:22px;
cursor:pointer;
background-image: url(Button copy.gif);
border-top:0px solid #000000;
border-left:0px solid #000000;
border-right:0px solid #000000;
border-bottom:0px solid #000000;
text-decoration: none;
text-align: center;
color: black;
font-weight:bold;
font-family:"verdana";
font-size: '8pt';
}
.dropMenu
{
background:#06096a;
align: center;
border-top:0px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-bottom:0px solid #000000;
}
.subMenu
{
display:none;
}
.subItem
{
padding-left:5px;
cursor:cross;
font-weight:none;
font-family: 'verdana';
font-size: '8pt';
text-decoration:none;
color: white;
}
.subItem a
{
text-decoration:none;
font-family: 'verdana';
color: white;
}
.subItemOver
{
cursor:pointer;
color: #c86105;
text-decoration:underline;
font-family: 'verdana';
font-size: '8pt';
font-weight:bold;
padding-left:5px;
}
.subItemOver a
{
color: #c86105;
}
.drop
{
border-left:0px solid black;
border-right:0px solid black;
}