Page 1 of 1

Link on Content are not working

Posted: Tue Oct 24, 2006 2:20 pm
by PrettyWolfie
Hi, I have links in my content and when the mouse goes over and it is like it's just text! No recognition of the hyperlink what so ever...  ???

Re: Link on Content are not working

Posted: Tue Oct 24, 2006 2:32 pm
by PrettyWolfie
Found it! The padding-top was shadowing the link...  ::)

            div#main {
padding-top: 1.5em;
            }

Just took it out... Better to make the padding-top else where...  ;)