Jump to content

has some moderm browser deprecated the properties, margin-top, margin-left.....


co.ador

Recommended Posts

I have noticed that moderm browser doesn't grab the effect of

margin-top

margin-right

margin-left

margin-bottom

 

is like these properties doesn't for some moderm browsers. If you notice below I use the properties in the Id=#right because former IE version seem like not being able to grasp the margin:0 0 0 0; way of applying values to margins... Well now the style of applying values to margin set up below work allright for IE5 IE6 IE7 and FF but for IE8, Chrome, Safari it won't work.

 

#right {
display:inline;
width:auto;
position:absolute;
margin-left:104em;
margin-right:0;
margin-top:10.0em;
margin-bottom:0;
font-family:"Times New Roman", Times, serif;
font-weight:500;
font-size:11px;
}

I have tried to do a fixed by * html #right{} sore of thing just like you do guys, But I was not succesful on applying it. I have a question what's the purpose of doing the below code and Why it's done? 

[code]* html #right{
margin:10.0em 0 0 104em;
}

 

Thank you in advance

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.