can you please clarify a bit more on this please. did the rest easy enough but this bit still confusing me. please tell me what exactly needs replacing thanks.
Email me at this address if a comment is added after mine:Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please log in or register.
0 votes
sorry this site was momentarily down and I tried to use your contact form on yore site it did not work out quite right.
ok ive put that at the bottom but its still acting strange.
ive upload it to my serve so if you visit www.thegreenpatch.net
you can see what i mean. its supposed to be where the horizontal green bar is.
---------------------------------------------------
You need to make some changes to your CSS I would start by removing the back ground image on the list items
#menu ul li a {
display: block;
float: left;
padding: 0 12px;
color: #fff;
text-decoration: none;
/*background: url(sep.jpg) no-repeat 100% 100%;*/
in your html drop the
I see you do not have a style for "sub" in the original download there is and it has an arrow associated with it.
ul.menu .sub
{
background:#d1d1d1 url(images/arrow.gif) 125px 8px no-repeat
}
Hope this helps
Email me at this address if a comment is added after mine:Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please log in or register.
0 votes
ok ive put that at the bottom but its still acting strange.
ive upload it to my serve so if you visit www.thegreenpatch.net
you can see what i mean. its supposed to be where the horizontal green bar is.