• Please note that this section is for questions regarding the forum itself - it is not for fan game-related questions. If you have a question about a fan game, ask in the appropriate thread.

  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Question: Who messed with the CSS-Div Float?

.Seth

.explorer.
  • 1,644
    Posts
    16
    Years
    Ok, it was working the other night. I have this CSS template made, and it uses [div="float: left;"] and [div="float: right;"].
    And now, no matter where I position the "float" command, it either goes above, or below where I want it. I want it aligned with the text. I'd like to show what's wrong, but it's rather private. :(
     
    Here:
    Introduction Greetings, all.
    [alink id="navbar"]Top[/alink id]


    [div="background: #FFFFFF url("https://i40.tinypic.com/ilyq8o.png"); color: #707070; border: double 3px #CCCCCC; font-size:16px; width: 42%; padding: 3px 3px 3px 24px; background-repeat: no-repeat;"]Introduction [SIZE=1]Greetings, all. [div="float: right; padding-top: 2px; padding-right: 2px;"][alink id="navbar"]Top[/alink id][/div][/SIZE][/div]
     
    [alink id="navbar"]Top[/alink id]
    Introduction Greetings, all.

    [div="background: #FFFFFF url("https://i40.tinypic.com/ilyq8o.png"); color: #707070; border: double 3px #CCCCCC; font-size:16px; width: 42%; padding: 3px 3px 3px 24px; background-repeat: no-repeat;"][div="float: right; padding-top: 2px; padding-right: 2px; font-size: x-small"][alink id="navbar"]Top[/alink id][/div]Introduction [SIZE=1]Greetings, all.[/SIZE][/div]

    Hope that's the way you wanted it ;)
     
    Back
    Top