| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
knocking heads
Join Date: Jul 2003
Location: London, UK
Posts: 1,945
|
CSS overflow problems
The scenario: On the front page of www.housingpeopleltd.com/new you will see an area on the left with scrolling links that point to the various jobs on the site. When you mouseover the links, a CSS "tooltip appears". The problem is that the scrolling text is contained within a div that has the overflow: hidden property set. This is so that any of the links that aren't in that area on the page won't be shown. Unfortunately, that means that the tooltip has the same rules applied to it - if the box is longer/wider than the container div then the content of the tooltip is hidden. What I need to be able to do is keep the current system of scrolling the links but show the tooltip above this div so that people can read the whole description. Here is the code for the container div: Code:
And the code for the CSS Tooltip Code:
And finally the code in the page: Code:
Any help would be appreciated! |
|
|
|
|
|
#4 (permalink) |
|
knocking heads
Join Date: Jul 2003
Location: London, UK
Posts: 1,945
|
i think its just the case of the tooltip being contained within a div that hides anything that doesnt fit in the box, and as a result, the tooltip will get hidden if its outside the divs area simple enough to see the problem, but not as simple finding a solution.. |
|
![]() |