PDA

View Full Version : Link Style Changing on Hover


Blowski
08-26-2005, 10:39 AM
Hi

I am pretty new to coding, but I have built a small site in CSS. It's still very much a work in progress, and is really about learning HTML and CSS, rather than about the content that's on there.

www.blowski.com (http://www.blowski.com/career.html)


My problem is to do with the left and right hand menus that I've created - for some reason, the links in there move when I hover over them. I've looked through the CSS and the HTML but I'm not sure what I'm doing wrong.

I would be grateful for any assistance.

Thanks
Dan

_Aerospace_Eng_
08-26-2005, 10:44 AM
Currently it appears that there are no links on the left and right side. The only links I see are on the red bar that goes across the page. You do have some errors though. They likely aren't related to the problem but an a list cannot go inside of a paragraph. A header cannot go inside of a paragraph so basically no block level element can go inside of a paragraph.

Blowski
08-26-2005, 11:44 AM
Oh right thanks - I will get all those corrected. I'm completely self-taught, so this advice is excellent.

The links can be seen on the RHM of the 'CV & Portfolio' page for example. If you hover over 'Personal Profile' it jumps in - when you refresh the page it's in the right place again, until you hover again. It's confused me...

_Aerospace_Eng_
08-26-2005, 06:36 PM
Did you fix the problem? I have tested on IE6 and FF1.0.6 for PC and I don't get the problem you are describing.