HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
float: right with margin-right IE problem
Post new topic   Reply to topic    HTML Help Forum Index -> CSS
View previous topic :: View next topic  
Author Message
neridaj



Joined: 17 Jul 2008
Posts: 1

PostPosted: Thu Jul 17, 2008 5:15 pm     float: right with margin-right IE problem Reply with quote

Hello,

I have a right floated div containing a form element(button) with a margin right of 100px. This, of course, is not displaying properly in Win IE6. I'm sure this is an easy fix but I don't know what that is, if you do please let me know.

Here is my CSS:

Code:

#subscribe
{
   float: right;
   width: 85px;
   margin: 10px 100px 0px 0px;
   border: 1px solid red;
}


Here is my HTML:

Code:

<div id="subscribe">
   <form action="subscribe.php" method="post" accept-charset="utf-8">
      <input type="submit" value="Subscribe">
   </form>
</div>


Thanks,

Jason
PayneLess Designs



Joined: 28 Feb 2007
Posts: 1417
Location: Biloxi, MS

PostPosted: Sun Jul 20, 2008 6:53 am     Reply with quote

You didn't say exactly what was wrong with the display. Looks fine in IE to me although I changed a few things:

Code:
  #subscribe
{
   float: right;
   width: 91px;
   margin: 10px 100px 0 0px;
   border: 1px solid #f00;
}

<div id="subscribe">
<form action="subscribe.php" method="post">
<p><input type="submit" value="Subscribe"></p>
</form>

Validates strict.

Ron
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> CSS All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial