|
c1sissy -> RE: So close to W3C...help! (3/4/2005 8:53:27)
|
Hi, one thing I noticed in your css is that you have to change this a:link, a:active, a:visited {
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
color: #35465D;
text-decoration: none;
} to this a:link,[color=#660033] a:visited, a:active[/color]{
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
color: #35465D;
text-decoration: none;
} Remember when doing your links it should be LVHA (Link Visited Hover Active. On the following below, try a padding left on this. p.v8L_blu {
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: #35465D;
text-align: left;
} The reason why the fist box where it says website services, most likely doesn't go out of the div is because its a list, which automatically puts in a padding. Also, what I would do if I were you is to create a different class for the other two divs that are in there where the text is coming out of the div. This way, you can add a slight padding and it won't interfer with the website services section. Not sure if this will help you out or not, but try it just to see if it works
|
|
|
|