Page 1 of 1

need help fixing this problem

Posted: Sun May 16, 2010 7:12 pm
by m1e1w1
hello,

im posting here becuse it seems the most likely area to get help with this problem i have.
i would like to post of image of what it looks like, so its attached to this post.
the best description i can give is:
on my index home page, i have a series of dropdown menus from right to left. on the most left side of the page below the dropdown menus i have a scrolling text box, where the text scrolls from bottom up. written in a PHP code, to pull a siteupdates.php file into a placeholder box.
the result of this is when the text in the scroll box reaches to the top, and i use a dropdown menu right above the scroller, it allows the scroller text to show above the dropdown and causes the dropdown to close if my cursor come in contact with the scroll text.
i tryed css z-indexing and that did not work. no posts from older thread that got moved to "html" area...
what can i do to fix this?
The problem i have
The problem i have
problem.JPG (10.96 KiB) Viewed 1503 times

Re: need help fixing this problem

Posted: Mon May 17, 2010 11:20 am
by social_experiment
Hello, could you please paste the html and css for this page (just the sections relevant to the problem will do ;) )

Re: need help fixing this problem

Posted: Thu May 20, 2010 3:15 pm
by Hendeca
Hmm, very strange indeed m1e1w1!

It almost looks like the backgrounds of the dropdown menus are translucent, but that can't be, because none of the rest of the background can be seen. I agree, post the code! My guess is that there is a z-index fix for this, but it might be something more specific than what you implemented. Have you tried changing the z-index of the text that shows through to -1? Sometimes this works. It's hard to say without seeing the code, but I really think this is probably a z-index problem. I've often found that when I have a z-index problem, I have to change the values for a couple of different elements to get things to work. Maybe try changing the z-index of a few of the elements and experimenting with some different values. It could also be caused by a combination of problems. Also, what browser are you viewing the site on?

Sorry I couldn't be of more help, but definitely post the section of code relating to those elements!