|
Tailslide -> RE: Dark background in certain areas (5/11/2007 2:27:54)
|
Hi There seems to be a couple of problems straight off - for a start you've got a big chunk of code that should be within your document head actually in the document body. You need to go in and move it up (there's a duplicate opening head tag to remove as you've already got one) <head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
</meta><title>Vertical Menu</title>
<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(../CSS_Folder/csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
}
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
}
#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
/* if required use em's for IE as it won't resize pixels */
}
</style>
<![endif]-->
<style type="text/css">
@import url('../CSS_Folder/menuv.css');div.Section1
{page:Section1;}
p.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Verdana";}
.style1 {
background-color: #336699;
}
</style> Apart from that I'm not sure which bits you're refering to as being dark - is it for instance the "e your say" in the Have your say link? If so the background colour is different because you've added a span and a class to make it a different colour. If you don't want it then just remove the span around that bit of text.
|
|
|
|