Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8123855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T06:17:47+00:00 2026-06-06T06:17:47+00:00

IE is driving me nuts as usual ;) Any ideas what I’m doing wrong?

  • 0

IE is driving me nuts as usual 😉

Any ideas what I’m doing wrong? I just want it to look same in IE 7,8,9 as it looks in chrome/safari/ff

Please if you have experience with this, help!

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>WSM</title>

<style>
#video-self-made-label-1 {
    background: url("label_1.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: block;
    height: 34px;
    position: fixed;
    text-decoration: none;
    width: 200px;
}
#video-self-made-label-1 span {
    border-radius: 0 6px 0 0;
    display: block;
    font: bold 14px/34px Arial;
    margin: 0 0 0 37px;
    text-align: center;
}
#video-self-made-label-2 {
    background: url("label_2.png") no-repeat scroll 0 0 transparent;
    top: 0;
    display: block;
    height: 34px;
    position: fixed;
    text-decoration: none;
    width: 200px;
}
#video-self-made-label-2 span {
    border-radius: 0 0 6px 0;
    display: block;
    font: bold 14px/34px Arial;
    margin: 0 0 0 37px;
    text-align: center;
}
#video-self-made-label-3 {
    background: url("label_3.png") no-repeat scroll 0 bottom transparent;
    right: 0;
    display: block;
    width: 34px;
    position: fixed;
    text-decoration: none;
    height: 200px;
    top: 120px;
}
#video-self-made-label-3 span {
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 0 0;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 0 0;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    border-radius: 0 6px 0 0;
    bottom: 3px;
    display: block;
    font: bold 14px/34px Arial;
    position: absolute;
    text-align: center;
    width: 150px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#video-self-made-label-4 {
    background: url("label_4.png") no-repeat scroll 0 0 transparent;
    left: 0;
    display: block;
    width: 34px;
    position: fixed;
    text-decoration: none;
    height: 200px;
    top: 120px;
}
#video-self-made-label-4 span {
    -moz-transform: rotate(90deg);
    -moz-transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: 0 0;
    -o-transform: rotate(90deg);
    -o-transform-origin: 0 0;
    transform: rotate(90deg);
    transform-origin: 0 0;
    border-radius: 0 6px 0 0;
    display: block;
    font: bold 14px/34px Arial;
    left: 34px;
    position: absolute;
    text-align: center;
    top: 37px;
    width: 150px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
</style>

</head>
<body>


<a id="video-self-made-label-1" href="#"><span style="background-color: #CCCCCC; color: #FFFFFF;">Video Self Made</span></a>
<a id="video-self-made-label-2" href="#"><span style="background-color: #CCCCCC; color: #FFFFFF;">Video Self Made</span></a>
<a id="video-self-made-label-3" href="#"><span style="background-color: #CCCCCC; color: #FFFFFF;">Video Self Made</span></a>
<a id="video-self-made-label-4" href="#"><span style="background-color: #CCCCCC; color: #FFFFFF;">Video Self Made</span></a>


</body>
</html>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T06:17:48+00:00Added an answer on June 6, 2026 at 6:17 am

    I removed this code from your original style

    #video-self-made-label-3 span {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
    
    #video-self-made-label-4 span {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
    

    And placed it between tags which only supports IE8 or LOWER

    <!--[if lt IE 9]>
        <style>
    
        #video-self-made-label-3 span {
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        }
    
        #video-self-made-label-4 span {
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
            left: 0px !important;
        }
    
        </style>
    <![endif]-->
    

    Here is the full code, hope it helps!

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>WSM</title>
    
    <style>
    #video-self-made-label-1 {
        background: url("label_1.png") no-repeat scroll 0 0 transparent;
        bottom: 0;
        display: block;
        height: 34px;
        position: fixed;
        text-decoration: none;
        width: 200px;
    }
    #video-self-made-label-1 span {
        border-radius: 0 6px 0 0;
        display: block;
        font: bold 14px/34px Arial;
        margin: 0 0 0 37px;
        text-align: center;
    }
    #video-self-made-label-2 {
        background: url("label_2.png") no-repeat scroll 0 0 transparent;
        top: 0;
        display: block;
        height: 34px;
        position: fixed;
        text-decoration: none;
        width: 200px;
    }
    #video-self-made-label-2 span {
        border-radius: 0 0 6px 0;
        display: block;
        font: bold 14px/34px Arial;
        margin: 0 0 0 37px;
        text-align: center;
    }
    #video-self-made-label-3 {
        background: url("label_3.png") no-repeat scroll 0 bottom transparent;
        right: 0;
        display: block;
        width: 34px;
        position: fixed;
        text-decoration: none;
        height: 200px;
        top: 120px;
    }
    #video-self-made-label-3 span {
        -moz-transform: rotate(-90deg);
        -moz-transform-origin: 0 0;
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform: rotate(-90deg);
        -ms-transform-origin: 0 0;
        -o-transform: rotate(-90deg);
        -o-transform-origin: 0 0;
        transform: rotate(-90deg);
        transform-origin: 0 0;
        border-radius: 0 6px 0 0;
        bottom: 3px;
        display: block;
        font: bold 14px/34px Arial;
        position: absolute;
        text-align: center;
        width: 150px;
    }
    #video-self-made-label-4 {
        background: url("label_4.png") no-repeat scroll 0 0 transparent;
        left: 0;
        display: block;
        width: 34px;
        position: fixed;
        text-decoration: none;
        height: 200px;
        top: 120px;
    }
    #video-self-made-label-4 span {
        -moz-transform: rotate(90deg);
        -moz-transform-origin: 0 0;
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform: rotate(90deg);
        -ms-transform-origin: 0 0;
        -o-transform: rotate(90deg);
        -o-transform-origin: 0 0;
        transform: rotate(90deg);
        transform-origin: 0 0;
        border-radius: 0 6px 0 0;
        display: block;
        font: bold 14px/34px Arial;
        left: 34px;
        position: absolute;
        text-align: center;
        top: 37px;
        width: 150px;
    }
    </style>
    
    <!--[if lt IE 9]>
    <style>
    
    #video-self-made-label-3 span {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
    
    #video-self-made-label-4 span {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        left: 0px !important;
    }
    
    </style>
    <![endif]-->
    
    </head>
    <body>
    
    
    <a id="video-self-made-label-1" href="#"><span style="background-color: #CCCCCC; color: #FFFFFF;">Video Self Made</span></a>
    <a id="video-self-made-label-2" href="#"><span style="background-color: #CCCCCC; color: #FFFFFF;">Video Self Made</span></a>
    <a id="video-self-made-label-3" href="#"><span style="background-color: #CCCCCC; color: #FFFFFF;">Video Self Made</span></a>
    <a id="video-self-made-label-4" href="#"><span style="background-color: #CCCCCC; color: #FFFFFF;">Video Self Made</span></a>
    
    
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is driving me nuts - I want to just display a hash symbol
This is driving me nuts... What am I doing wrong here? ArrayList<String> toAdd =
This is driving me nuts. I believe I asked this exact same question, but
This is driving me nuts. What happens with width:100% ? Apparently it just works
I've been driving myself nuts with this and I'm hoping I'm just missing something
This is driving me nuts. I have a simple spring app with just a
This is driving me nuts so any advice from fellow users would be welcome.
This all is driving me nuts. I just integrated facebook in my iphone app.
This is driving me nuts. I can't seem to get the data template within
This has been driving me nuts. I keep getting the following exception System.InvalidOperationException: The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.