Chevy Posted February 26, 2008 Share Posted February 26, 2008 Okay so after finding out how to make the links move down on the hover, I have another problem. The content moves down when I hover over a link...can anyone help? http://verpets.com/layout/jamestown/ That is the link. Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/93162-content-wont-stay/ Share on other sites More sharing options...
jumpenjuhosaphat Posted February 26, 2008 Share Posted February 26, 2008 It would help if you were moer specific as to what you are trying to do. At first I didn't know what you were talking about, until I viewed your page in IE. So, it is my guess that you want your menu items to drop 10px when you hover over them? In firefox, your content moves to the right. What is the purpose of using the table? In your opening <td> tag, you have ended it with a "/", try removing that. Also, try using line-height:0; in your :hover CSS. Quote Link to comment https://forums.phpfreaks.com/topic/93162-content-wont-stay/#findComment-477314 Share on other sites More sharing options...
Chevy Posted February 27, 2008 Author Share Posted February 27, 2008 I did that, and still nothing. I tried to position absolute, but that is nit good xD Quote Link to comment https://forums.phpfreaks.com/topic/93162-content-wont-stay/#findComment-477604 Share on other sites More sharing options...
haku Posted February 27, 2008 Share Posted February 27, 2008 Resist the urge to use absolute positioning, its not good. Right now your content isnt moving at all. But its because you have absolutely positioned it. Quote Link to comment https://forums.phpfreaks.com/topic/93162-content-wont-stay/#findComment-477615 Share on other sites More sharing options...
Chevy Posted February 27, 2008 Author Share Posted February 27, 2008 Yeah, I changed it back for you all to see the wonderful error/. Quote Link to comment https://forums.phpfreaks.com/topic/93162-content-wont-stay/#findComment-477633 Share on other sites More sharing options...
haku Posted February 27, 2008 Share Posted February 27, 2008 Your code is invalid: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fverpets.com%2Flayout%2Fjamestown%2F Fix the errors, and see if your problem goes away. Its a definite possibility, especially since you have no doctype, meaning that the browsers have to guess about how they should render the HTML. Quote Link to comment https://forums.phpfreaks.com/topic/93162-content-wont-stay/#findComment-477739 Share on other sites More sharing options...
Chevy Posted February 27, 2008 Author Share Posted February 27, 2008 I fixed it, still nothing... Quote Link to comment https://forums.phpfreaks.com/topic/93162-content-wont-stay/#findComment-478404 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.