• Resolved cableghost

    (@cableghost)


    I have added a page top margin. It’s effective in FF, but is not activated in IE7.

    link: link

    Code I have the margin in presently:

    #page {
    	width: 950px;
    	margin: 0px auto;
            margin-top: 30px;
    	background: #FFF url('images/page_background.jpg') top center repeat-y;
    	padding: 0 10px 0 10px;
    }

    Is there code I can write that will add my desired margin for both FF and IE?

    -Scott

Viewing 1 replies (of 1 total)
  • Hi,

    FF and IE both are different on the stylesheet application..so you need to define style.css file for FF and IE separately and accordingly you have to call in the code..

    Thanks,

    Shane G.

Viewing 1 replies (of 1 total)

The topic ‘IE Top Margin’ is closed to new replies.