Sandbox

From Custom Mario Kart
Revision as of 22:15, 29 January 2013 by Wiimm (talk | contribs) (→‎Right)
Jump to navigation Jump to search

Left

I have something

Test video

to share with you.

Center

I have something

Test video

important to say.

Right

booty

Test video

it seems like the left, center, and right options don't work anyway

really? -- Wiimm 20:55, 29 January 2013 (UTC)
Oh, I didn't know you needed "float-" for right. thanks! the left option is pointless, but is there an option for center?
ZillaSpaz 21:00, 29 January 2013 (UTC)
The textbox things are all css based. And I use "float-left" to avoid to conflicts to other "left" classes.
Wiimm 21:05, 29 January 2013 (UTC)
Well, I found a workaround for center, albeit a basic one. It doesn't look like float-left works good with nearby sections, kinda like "thumb" for pictures. Meanwhile, float-right is at the top of the section, ignoring the text that's supposed to be beneath it. This has all been interesting. For me.
ZillaSpaz 21:26, 29 January 2013 (UTC)
float-left' and float-rigth signals a floating content:
  • Place the object on the left or right border at a vertically good position.
  • Float the text around the object.
And with this philosophy, a float-center is not possible (or only with layout tricks like double float-right or with tables).
Wiimm 22:15, 29 January 2013 (UTC)