Help! Website is seemingly FUBAR.

Teddiursa

New Member
http://djmattmurdock.com

When building this site in Dreamweaver, I stupidly only previewed it in Chrome, where it worked just fine. However, when opened in Internet Explorer or Firefox, the website is completely non functional. Hovering over any link causes the linked object (be it text or and image or something else) causes it to jump all over the screen. I can not for life of me figure out what is causing this - could anyone please be so kind as to take a look at the code to try to find what is awry?
 
Last edited:

helloworld

New Member
I'd start here. What happens if you just remove all of this?

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
text-decoration: none;
position: absolute;
left: 25%;
top: 25%;
right: 25%;
bottom: 25%;
width: 864px;
}
 

Teddiursa

New Member
Wow, that fix couldn't have been easier, thank you! I'm not sure where that came from, it must have been part of the template I used or something. o.o;
 
Top