Links in wrapper not working in Firefox but they are in IE?!

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
sonictrip
Forum Members
Forum Members
Posts: 99
Joined: Thu Jan 24, 2008 4:11 pm

Links in wrapper not working in Firefox but they are in IE?!

Post 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.
tyman00
Power Poster
Power Poster
Posts: 906
Joined: Tue Oct 24, 2006 5:59 pm

Re: Links in wrapper not working in Firefox but they are in IE?!

Post by tyman00 »

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.
sonictrip
Forum Members
Forum Members
Posts: 99
Joined: Thu Jan 24, 2008 4:11 pm

Re: Links in wrapper not working in Firefox but they are in IE?!

Post 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...
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Links in wrapper not working in Firefox but they are in IE?!

Post 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...


sonictrip
Forum Members
Forum Members
Posts: 99
Joined: Thu Jan 24, 2008 4:11 pm

Re: Links in wrapper not working in Firefox but they are in IE?!

Post 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?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Links in wrapper not working in Firefox but they are in IE?!

Post by Dr.CSS »

Try taking position:relative out of #wrap...
Post Reply

Return to “Layout and Design (CSS & HTML)”