Hi I have tried to build a website for my friend well this is the second one i've tried but I keep the first one very hush hush it is such a mess....anyway, this second one is slightly better but in the program I have (frontpage) if you use their hover buttons then the text is aligned centre. I wanted the text to be left aligned so had to make my own buttons in photo shop. I also wanted the line to extend the full length of the button and not just under the text. so made my own button with lines drawn on them . When I inserted them into the website I notice they can stick sometimes and are also slightly slow to load. I've heard of CSS but really felt I'd never understand them but today I watched a tutorial and tried and was so happy when it turned out right...well almost right.
The problem is that the code puts a border around all sides of the buttons and I want only the line on the bottom of each button. To explain better what I mean I will post these links firstly to the site I've done with the sticky buttons, though this shows the look I want. The site is
website
This second link shows the CSS I did today and the way the border is too much for my need and I'd really like to know if it's possible to change it
Visit My Website
Further I will enclose the code I have in said CSS and hope it may help
body {
background-color: #140C3A;
}
a:link, a:active {
/*color: #92A92D;*/
/*color: #002A6C;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #C41427;
text-decoration: none;
}
a:visited {
/*color: #92A92D;*/
/*color: #002A6C;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #C41427;
text-decoration: none;
}
a:hover {
/*color: #CD689D;*/
color: #C41427;
/*font-weight: bold;*/
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
#LHS a {
margin-left: 12px;
margin-bottom: 2px;
border : solid 2px #FFFFFF;
background-color: #140C3A;
color: #FFFFFF;
font-variant: small-caps;
font-weight: normal;
width: 180px;
padding : 5px;
padding-top: 3px;
padding-bottom: 3px;
display: block;
}
#LHS a:hover {
background-color: #C41427;
color: #; FFFFFF
text-decoration: none;
}
Well, that's it folks. I'll await any reply but remember, I'm only starting on this so please try not to be too technical (smile)
Thanks in advance
Mischievous
