7 replies
CLOSED...

Thank you so much!

- Ken
#css #experts
  • Profile picture of the author indexphp
    What you are going to need to do is a IE only "Alternative Stylesheet"...
    You can see this link: The Ultimate IE Hack Guide cavemonkey50.com

    Basically, you could just implement a new stylesheet for IE, and change the "paddings" or "margins" until they look good in IE.
    {{ DiscussionBoard.errors[243508].message }}
  • Profile picture of the author indexphp
    -double post-

    my bad
    {{ DiscussionBoard.errors[243509].message }}
  • Profile picture of the author SteveJohnson
    Code:
    #header a {display: block;}
    Signature

    The 2nd Amendment, 1789 - The Original Homeland Security.

    Gun control means never having to say, "I missed you."

    {{ DiscussionBoard.errors[243546].message }}
    • Profile picture of the author KenHammond
      Thanks Garrett and Steve... I appreciate it.

      Steve, in your suggestion, can you tell me more how to include that header line?
      Signature

      YOU a Marketing Maverick?

      Come say hi...

      http://www.MarketingMaverick.com/blog

      {{ DiscussionBoard.errors[243638].message }}
  • Profile picture of the author SteveJohnson
    Ken, look in the page code, you'll see a lot of the same sort of CSS rules. Just copy/paste on a new line, toward the bottom of the rules section. The ending of the rules section looks like this (source code from your page):
    Code:
    .style1 {
    	text-align: center;
    }
    </style>
    </head>
    Just before the /style tag, hit enter a couple of times and place the rule I gave you on a blank line.
    Signature

    The 2nd Amendment, 1789 - The Original Homeland Security.

    Gun control means never having to say, "I missed you."

    {{ DiscussionBoard.errors[243714].message }}
    • Profile picture of the author Steve.S.
      Sorry Guys, but you're all 100% wrong!

      Ken,
      Look at div id = "header" ...

      Change --> img style="padding-top:35px;padding-left:564px;border:0px;"

      to --> img style="float:right; padding:0;margin:35px 20px 0 0;border:0px;"

      You should be OK (I just tested it)

      Good night (it's 1 o'clock in the morning here),

      Cheers,

      Steve
      {{ DiscussionBoard.errors[243929].message }}
      • Profile picture of the author KenHammond
        You are the man Steve! Thank you, thank you, thank you.

        What a great way to end the night with a success... you will
        sleep well.

        I appreciate it, I just uploaded and it worked.

        - Ken
        Signature

        YOU a Marketing Maverick?

        Come say hi...

        http://www.MarketingMaverick.com/blog

        {{ DiscussionBoard.errors[243972].message }}

Trending Topics