Click to See Complete Forum and Search --> : need help with a couple of things please.
barker
01-07-2009, 12:20 PM
I am designing a website and have come across a few problems:
1. In IE7 the 2nd link block down does not have a hand over it when you hover over the links yet it does in firefox.
2. In firefox the same menu bar is aligned to the left of its usual position and higher up where as it is fine in IE7
I have to have this page finished ina couple of days and would really appreciate anyone that can help.
Thanks
skywalker2208
01-07-2009, 12:24 PM
Hard to help without seeing the site or the code.
barker
01-07-2009, 12:27 PM
Thanks for the reply lol I totaly forgot http://www.delamerepine.co.uk/site/index.htm
nickelleon
01-07-2009, 01:14 PM
To fix this link cursor issue, add cursor: pointer; to:
#Photolinks a:hover
{
color:#666666;
text-decoration:none;
font-weight:bold;
}
If it looks right in IE7, but not right in Firefox, the code is wrong. Make sure it works in Firefox and then hack it for IE7 if you need to. Just ran out of time or id help with the positioning. Good luck!
Ace_ov_Spade
01-07-2009, 01:29 PM
@ barker ::
I use IE 6 and FF 2
I can suggest a solution for FF
chk styles.css (line 22):
#Photolinks { padding-top:98px; }
change it like
#Photolinks {
padding-top:87px;
_padding-top:98px; /* underscore hack works for IE 6 */
}
I dont use IE 7 .. but cursor problem may be solved by using CSS
may be using #Photolinks a{cursor: pointer} may solve the problem
first make sure that it works for FireFox, then try hacks for other browsers
barker
01-07-2009, 01:30 PM
Thanks alot for your help mate appreciate that works fine now ! :)
barker
01-08-2009, 11:09 AM
Hi sorry dint see that reply from ace of spade, that one did not work it is level in ie7 but not with firefox I have to have this in tomorrow and still have no idea how to change this can anyone help please.