• The title of my new post keeps getting superimposed on the Title at the top which I thought was a link to my page. The writing covers the search box. I tried typing the title in the text box and leaving the title box empty but it still happened. I spent a couple hours over and over, same result. Also, can no longer find my title page

Viewing 6 replies - 1 through 6 (of 6 total)
  • Sounds like a stylesheet issue. Can I get a link please?

    Thread Starter moneysorcerer

    (@moneysorcerer)

    you mean like my website? it’s moneysorcerer.com I don’t know how to give you a link besides this. Just tell me.

    I’m not gonna waste my time assuming the site in your profile is the site at issue. You could have easily written that in your initial post if you’d wanted to instead of waiting for me to drag it out of you.

    It looks fine in IE6, but I see what you mean in Opera 9. I’m not at home right now where I can look in Firefox and use those beloved developer tools, but I’ll be there shortly. I think if you just make some stylesheet changes, it will be solved. I’ll be back in about an hour and will look in FF then.

    Your <div id="nav2"> is likely not tall enough for the content inside of it (an unordered list and a search form). Here is the css with a height of only 35px:

    #nav2{height:35px;width:600px;font-weight:700;margin:0 auto;padding:0;}

    I’m wondering if there are too many height declarations there. Site looks fine in FF so it’s harder to troubleshoot. It does break in IE7, too, BTW. You have 35px height declared in #nav, #nav2 and .nav. Maybe just have it in the outermost wrapping container and see what that does.

    Oh, and also, you really should upgrade to 2.5.1 for security reasons. ??

    Thread Starter moneysorcerer

    (@moneysorcerer)

    Hi thanks for trying to help me. I am very new at blogging and I actually don’t understand any of what your saying. Or where to do it. I’ve decided to change the theme or try to and see if a different design will fix it. ????

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Superimposed writing’ is closed to new replies.