Log in

View Full Version : Resolved I hope this is the right place to post this?



ajfmrf
12-26-2012, 04:00 AM
The html and css validation links and the other two links in the footer do not not work here www.web-user.info/index.html

while they do here http://www.web-user.info/testfile.html .What am I missing?what is happening to prevent the four links from working?

I have no idea if this is another issue other then css?

Beverleyh
12-26-2012, 07:14 AM
It's possible that the footer is being overlapped by something. I cant test anything from iphone but what if you try adding this to your footer CSS to pull it 'forward';
position:relative;
z-index:9999;

ajfmrf
12-26-2012, 05:59 PM
Well now,that was it Bev.

Thanks for the previous answer.

Beverleyh
12-26-2012, 09:45 PM
You're very welcome :)