Submit Your Article Forum Rules

Results 1 to 3 of 3

Thread: Disappearing text on a site

  1. #1
    Senior Member ADAM Web Design's Avatar
    Join Date
    Dec 2003
    Posts
    2,172

    Disappearing text on a site

    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?

  2. #2
    WebProWorld MVP
    Join Date
    Aug 2003
    Posts
    1,039
    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.

  3. #3
    Senior Member ADAM Web Design's Avatar
    Join Date
    Dec 2003
    Posts
    2,172
    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.

Similar Threads

  1. Disappearing act
    By Xylina in forum Web Programming Discussion Forum
    Replies: 1
    Last Post: 07-14-2006, 12:28 AM
  2. Disappearing PR?
    By jawn_tech in forum Search Engine Optimization Forum
    Replies: 6
    Last Post: 08-17-2004, 09:38 AM
  3. I have no idea what is going on... text disappearing!?
    By technica in forum Graphics & Design Discussion Forum
    Replies: 4
    Last Post: 04-22-2004, 01:34 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •