CSS - Link not working...
I am new to all css layouts, but not new to the world of webdesign. I am creating a website and I went to go add a home link on some of the pages. the link shows up in the code, and it displays home on the pages where it should be displayed, but you cannot highlight the link or click it.
im assuming its a layering issue but i have been working non-stop hunting for information on the web for other topics and i am hoping that someone can just provide me with the answer here.
here are the necessary links...
(page where the link works) http://www.stationanywhere.com/pages/contact.php
now for the page with the same home link code that doesnt work...
http://www.stationanywhere.com/users/login.php
thanks for your help, i hope to become a frequent name in this forum!
-drew
:jump:
Renegade posted this at 19:53 — 20th August 2006.
He has: 3,022 posts
Joined: Oct 2002
It could just be that something is covering the home DIv so try applying a z-index:10; on the home id and see what happens.
sublimer posted this at 22:07 — 20th August 2006.
They have: 41 posts
Joined: Aug 2006
awesome it worked.
so i guess i was right in my guess of whats was wrong with the layers not overlapping each other like i wanted.
the z-index reorders the layers. why did you choose the number 10? just a number to assure it would be on top of the other layers?
thanks alot for that!
-drew
:jump:
Renegade posted this at 22:40 — 20th August 2006.
He has: 3,022 posts
Joined: Oct 2002
Yes, 10 is just a number which would make sure it's higher than others.
demonhale posted this at 02:02 — 21st August 2006.
He has: 3,278 posts
Joined: May 2005
since this is already answered, some tips in troubleshoting layers next time add some background colors to your divs, you may add borders if required, you will see which div overlaps important divs... then either you can arrange margins and positioning, or adjust the layers...
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.