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.
Links in wrapper not working in Firefox but they are in IE?!
Re: Links in wrapper not working in Firefox but they are in IE?!
Seem to work for me.
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
Re: Links in wrapper not working in Firefox but they are in IE?!
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...
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?!
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...
They should be...
Re: Links in wrapper not working in Firefox but they are in IE?!
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?
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?!
Try taking position:relative out of #wrap...