Page 1 of 1
Links in wrapper not working in Firefox but they are in IE?!
Posted: Tue Aug 25, 2009 8:44 pm
by sonictrip
Can someone please have a look at this website in Firefox and see if you know why the links down the lower part of the page are not working? Very strange... They work as normal in IE and on the default Colourise template they work too so i must have changed something i shouldn't have but i cant figure it out.
www.dublinwall.ie/cms
Thanks.
Re: Links in wrapper not working in Firefox but they are in IE?!
Posted: Wed Aug 26, 2009 4:32 pm
by tyman00
Seem to work for me.
Re: Links in wrapper not working in Firefox but they are in IE?!
Posted: Sun Aug 30, 2009 6:49 pm
by sonictrip
Cool, thanks for checking tyman00, what version of firefox are you using?
Im on Firefox v3.5.2 and the pointer stays like an arrow when i mouse over links, it doesnt change to the hand and you cant click the links, weird...
Re: Links in wrapper not working in Firefox but they are in IE?!
Posted: Sun Aug 30, 2009 8:18 pm
by Dr.CSS
You have the same problem with these links as you have with the album links, you have unclosed links in the header...
They should be...
Re: Links in wrapper not working in Firefox but they are in IE?!
Posted: Wed Sep 09, 2009 8:34 pm
by sonictrip
Hi Dr. CSS, thank for checking. Unfortunately it still seems to be having problems after i changed the favicon code.
I think it might have something to do with this:
I added that to have the background in the content area repeat all the way down and the CSS for this is:
#content-background {
background: url(uploads/Colourise/content_background_lightblack.jpg) repeat-y top;
text-align: center;
margin: 0 auto;
width: 100%;
}
There is also a div tag added for header-background and footer-background but the links seem to work fine in the header and footer, just not in the content wrapper area, very strange.... anything else that might be causing this to happen?
Re: Links in wrapper not working in Firefox but they are in IE?!
Posted: Mon Oct 26, 2009 6:33 pm
by Dr.CSS
Try taking position:relative out of #wrap...