vote up 1 vote down star

I can never remember the order of the shorthand property for setting the margin or padding in one declaration. That is:

margin-top:    2px;
margin-bottom: 4px;
margin-left:   3px;
margin-right:  8px;

may be written as

margin: 2px 8px 4px 3px;

Yes I understand that one can visualise the order by thinking of a clock, starting at midday and moving clockwise. But I keep forgetting about that. I need to recall the order top, right, bottom, left textually.

Hence, T B L R T R B L.

Something like This [R-noun] [B-verb] [L-nouns] is perhaps the way to go but I feel myself lacking inspiration. If anyone has come across a useful mnemonic for this I'd love to hear it. Like a good meme, I'm sure once I get something lodged in my brain I will be unlikely to forget it.

NOTE: This question gave incorrect information - the order (as noted in some of the comments and answers) is Top Right Bottom Left. (heh, see what I mean? -- dland)

flag

it is T R B L, you really do have trouble remembering it – DrG Dec 10 '08 at 17:00

13 Answers

vote up 9 vote down check

If you don't get it right, there will be TRouBLe

link|flag
vote up 0 vote down

Theres always the town of TRumBuLl Connecticut

link|flag
vote up 0 vote down

"Top,Right,Bottom,Left"
Really
Bad
Limerick

link|flag
vote up 0 vote down

The Really Big Lebowski

link|flag
vote up 0 vote down

Timewise Rotation, Bit Lame?

link|flag
vote up 0 vote down

Think that you're reading Arabii or Hebrew: read from the top of the page, right to left to the bottom. ;P The good thing about this "rule" is that it works for the 3 value version too: top right-and-left bottom

Actually, i allso thought it was hard to remember, but as soon as I discovered it was the direction of the clock it was easier.

link|flag
vote up 0 vote down

Try Roast Beef Leftovers ?

link|flag
vote up 2 vote down

Just think clockwise, it's the easiest way. Starts at the top and goes around... much easier to remember than some silly phrase (provided you know how to read a clock...)

link|flag
vote up 4 vote down

Tricky Rectangle Border Logic ?

link|flag
I haven't heard that one before, but I like it :) – Unniloct Dec 10 '08 at 17:06
I'm making these up, it's slow afternoon here... – Paul Dixon Dec 10 '08 at 17:15
vote up 1 vote down

Another attempt:

Tyrannosaurus Rex : Big Lizard

link|flag
vote up 9 vote down

Actually the clock thing works perfectly. It is the most intuitive way to remember it, at least for me.

link|flag
And it works pictorially too... most of the time, you're going to thinking along visual lines anyhow. – Atomiton Dec 10 '08 at 22:37
vote up 3 vote down

T R o u B L e.

link|flag
vote up 1 vote down

It is

top
right 
bottom 
left

not what you have

Think Right Before you Leap

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.