http://216.89.218.233/dx/sponsorship.asp
I've noticed that sometimes, the text at the top of the page "disappears". It's visible if you drag your mouse over it, but it disappears intermittently and I haven't got a clue as to why.
Any ideas?
http://216.89.218.233/dx/sponsorship.asp
I've noticed that sometimes, the text at the top of the page "disappears". It's visible if you drag your mouse over it, but it disappears intermittently and I haven't got a clue as to why.
Any ideas?
Play with one of the following bits of CSS on the divs that contain the text:
- height: 1%;
- position: relative;
- width: something;
Obviously just recheck the results in Firefox and friends afterwards in case fixing IE breaks one of them, if it does then you can always make the code IE specific.
If you have no joy with those let me know and I'll have another look.
Actually, I figured it out. It was a div float causing it. So I wrapped it inside of another div and away it went.
Thanks, dude.