Justinfh2Point0 Posted August 7, 2012 Report Share Posted August 7, 2012 .Republicans { position: absolute; Margin-left:0%; Margin-right: 100% } Quote Link to comment Share on other sites More sharing options...
sb17joker Posted August 7, 2012 Report Share Posted August 7, 2012 I believe what you are trying to make is the div in center of the margins to be 100% of the space, to use %'s in margins I believe you would make 0% on both to achieve that... I believe what you would have with what you have written is 0% on left, 100% on right & no space in between. Quote Link to comment Share on other sites More sharing options...
sb17joker Posted August 7, 2012 Report Share Posted August 7, 2012 to use percents, I believe it would be something like margin-left: 10%; margin-right: 10% and that would provide 80% for your content. Quote Link to comment Share on other sites More sharing options...
falkencreative Posted August 8, 2012 Report Share Posted August 8, 2012 @Joker - I'm pretty sure this was intended as a joke... Quote Link to comment Share on other sites More sharing options...
LSW Posted August 8, 2012 Report Share Posted August 8, 2012 @Joker - I'm pretty sure this was intended as a joke... I hope so, how else will you get Marge in anywhere but the right side... unless Marge is really really really fat that she can stand to one side and still appear on the other side... but I would not say that out loud. {I is 7:20 AM and I have had no Mountain Dew to wake me up, I take no credit for any jokes considered not funny at this time...} Quote Link to comment Share on other sites More sharing options...
newseed Posted August 8, 2012 Report Share Posted August 8, 2012 Ah...funny. Here's my two-bits worth about Democrats. All in good fun I might add. All are actual CSS. .democrats { background: #A2FACE; /* A Two Face */ dominant-baseline:ideographic; fit-position:left; font-family:Jokerman; /* yep, it's a font */ list-style-type:square; overflow: hidden; perspective:none; richness:inherit; speech-rate:slow; target-position:behind; visibility:hidden; voice-balance:leftwards; volume:silent; } Quote Link to comment Share on other sites More sharing options...
gffects Posted August 9, 2012 Report Share Posted August 9, 2012 If the positioning is absolute you wouldn't use margins to position the div or class, wouldn't you just use left or right. .Republicans{ position:absolute; left:0; right:100%; } Quote Link to comment Share on other sites More sharing options...
newseed Posted August 9, 2012 Report Share Posted August 9, 2012 If the positioning is absolute you wouldn't use margins to position the div or class, wouldn't you just use left or right. .Republicans{ position:absolute; left:0; right:100%; } I think you've missed the humor on this topic. Quote Link to comment Share on other sites More sharing options...
Wickham Posted August 9, 2012 Report Share Posted August 9, 2012 I think it's position: fixed for .Republicans. Quote Link to comment Share on other sites More sharing options...
khanahk Posted August 14, 2012 Report Share Posted August 14, 2012 (edited) .Politics[value=""] { /*nuff said*/ } Edited August 14, 2012 by khanahk Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.