SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
-
Sep 4, 2007, 06:15 #1
- Join Date
- Feb 2006
- Location
- Altoona, PA. USA
- Posts
- 1,945
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
overlapping div causes underlying link to not work.
I have this div that is absolutely positioned so I can place it overlapping something else. the problem is a different part of the div that is empty is overlapping some links. in IE the links are still clickable but in FF they are not clickable.
to view this use FF and click here http://www.kranichs.com and try to click on the links to the left of the page under "Other Interests".
Any advice to circumvent this would be nice.
THANKS!
-
Sep 4, 2007, 09:37 #2
- Join Date
- Jan 2007
- Location
- Belgium
- Posts
- 591
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I don't understand why you're not using relative positioning instead of absolute positioning.
This would work:Code CSS:#slider { display: block; left: 178px; position: absolute; top: 370px; width: 445px; z-index: 50; }
FOR SALE: 1 set of morals, never used, will sell cheap
-
Sep 4, 2007, 09:46 #3
- Join Date
- Feb 2006
- Location
- Altoona, PA. USA
- Posts
- 1,945
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
thank you so much, what you suggested fixed it.
I am still learning css, What I had was the only way I could get it to display the I wanted it to.
What you gave me makes it display exactly the same and takes care of the overlapping links problem
Thank you very much!
-
Sep 4, 2007, 10:07 #4
- Join Date
- Jan 2007
- Location
- Belgium
- Posts
- 591
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Glad I could help
FOR SALE: 1 set of morals, never used, will sell cheap
Bookmarks