User Profile

Collapse

Profile Sidebar

Collapse
cssArchie
cssArchie
Last Activity: Apr 5 '11, 05:22 PM
Joined: Apr 5 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • i have IE8 - 8.0.7600

    but i found it out. i posting the code how it works in the most browser includet IE

    Code:
    <style type="text/css">
    a#roll{
    
    display:block;
    width:300px;
    height:95px;
    background: transparent url(xxx/yyy.jpg) 0px 0px no-repeat;
    text-indent:-9000%;
    
    }
    
    a:hover#roll{
    
    background: transparent url(xxx/zzz.jpg) 0px
    ...
    See more | Go to post

    Leave a comment:


  • cssArchie
    started a topic CSS layer rollover doesnt work in explorer

    CSS layer rollover doesnt work in explorer

    Hi Folks, i got this CSS code:
    Code:
    <style type="text/css">
    #roll {display:block; background-image:url(xxx/yyy.jpg); width:520px; height:95px;}
    #roll:hover { background-image:url(xxx/zzz.jpg);}
    </style>
    <div id="roll" style="position:absolute; left:0px; top:231px; width:520px; height:95px; z-index:5; visibility: visible;"></div>
    ...
    See more | Go to post
No activity results to display
Show More
Working...