themind
09-23-2005, 04:14 AM
Here is an interesting one. I found and modified a script that does exactly what I want--toggles between CSS classes (visible/invisible) to show supporting text for pictures when you mouseover their respective links. View at:
http://www.pdmdigital.com/webpages.htm
I have TWO issues. First and more importantly, I need the text to appear in the exact same position on the left. I figured that nested divs, if not visible at the same time, could occupy the same exact space--I was wrong. I tried to compensate by adding margins & such, but it just doesn't work/is inconsistent. There must be a better way to due this?
Second (and the first may very well solve this), when I mouse over the links, the container (the div that holds everything else) for the main body gets longer (at the bottom of the page) and annoyingly jumps up and down on mouseover & mouseout. I'm fairly sure the first will remedy the second, but I don't know where to begin to fix the first. As always any help is truly appreciated, thanks for reading this, theMind-
http://www.pdmdigital.com/webpages.htm
I have TWO issues. First and more importantly, I need the text to appear in the exact same position on the left. I figured that nested divs, if not visible at the same time, could occupy the same exact space--I was wrong. I tried to compensate by adding margins & such, but it just doesn't work/is inconsistent. There must be a better way to due this?
Second (and the first may very well solve this), when I mouse over the links, the container (the div that holds everything else) for the main body gets longer (at the bottom of the page) and annoyingly jumps up and down on mouseover & mouseout. I'm fairly sure the first will remedy the second, but I don't know where to begin to fix the first. As always any help is truly appreciated, thanks for reading this, theMind-