I am having an issue with my html and css. I have created rollover/hover buttons from images. The home page works great and links to all the other pages however when I get to the following pages the rollovers can't be seen but when moused over, they can be clicked? not sure why they can't be seen? My second issue it those rollover buttons when clicked take me to an error page. I have two buttons on each page, next and home. I hope this makes sense. I have attached screen shots to show the actions I want to take.All it is for the next button is the following folder in line under mywebsite. Any help would be great I'm desperate.[/ATTACH]
for the a hover also try giving position absolute. can you upload this somewhere so that i can fix it properly.
Next time, post code instead of a picture of your code. Your HTML is bad: </a> is the proper closing tag for an anchor, not </a href> href is an attribute... attributes only appear in an opening tag, never a closing tag.