Jump to content

Recommended Posts

Posted

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.

Posted

@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...}

Posted

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;

}

Posted

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%;

}

Posted

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. :)

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

Loading...
×
×
  • Create New...