User Profile

Collapse

Profile Sidebar

Collapse
ansaripk
ansaripk
Last Activity: Jul 9 '10, 04:46 PM
Joined: Jul 6 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ansaripk
    replied to Inherit div height
    Another way you can use it more easily. try this method.
    Code:
    #headerWrap {
    width:100%; height:auto;
    background:url(shadow.png) repeat-x bottom left;
    }
    #header {
    width:100%; height:100px;
    }
    .
    .
    .
    <div id="headerWrap">
    <div id="header">
    ............
    ...........
    ......
    </div>
    </div>
    ...
    See more | Go to post

    Leave a comment:


  • Code:
    #button1 a,
    #button2 a {   
    display: block;   
    background:  url(rolloverimage.gif) top;
    width: 63px;
    height: 34px;  
    }
    #button1 a:hover,
    #button2 a:hover {   
    background:  url(rolloverimage.gif) bottom;   
    width: 63px;
    height: 34px;
    }
    See more | Go to post
    Last edited by Dormilich; Jul 9 '10, 05:31 AM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • ansaripk
    replied to CSS navigation doesnt working in ie7
    Thank you JKing for your time but that was not a solution. I have resolved the issue on my own.
    See more | Go to post

    Leave a comment:


  • ansaripk
    started a topic CSS navigation doesnt working in ie7

    CSS navigation doesnt working in ie7

    Hi there,

    I am designing a front end interface for a website. All is well but i'm facing a problem of navigational system is not working in IE7, its working fine for other browsers.
    Please check this link:
    http://www.designforce .4pkz.com/getmore/index.html
    when page will be loaded then you can see a big picture of LCD & camera in center of the page, move the mouse on the navigational links at right side of...
    See more | Go to post
No activity results to display
Show More
Working...