Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
correct width
auto
100%
900px
1024px
767px
View Results
 
  • Locked thread
PleasureKevin
Jan 2, 2011

see poll

Adbot
ADBOT LOVES YOU

pram
Jun 10, 2001
gas and ban op

Valeyard
Mar 30, 2012


Grimey Drawer
wish this thread element had a width of 0

Symbolic Butt
Mar 22, 2009

(_!_)
Buglord
i dont know

Phoenixan
Jan 16, 2010

Just Keep Cool-idge
display: none;

pram
Jun 10, 2001
i looked at the actual values i use, so this is my answer op

code:
$screenSmall: "screen and (min-width: 50em)";
$screenMedium: "screen and (min-width: 65em)";
$screenLarge: "screen and (min-width: 80em)";

pram
Jun 10, 2001
and im laughing in general at using px in this, the year of our lord steve, 4

Valeyard
Mar 30, 2012


Grimey Drawer

pram posted:

i looked at the actual values i use, so this is my answer op

code:

$screenSmall: "screen and (min-width: 50em)";
$screenMedium: "screen and (min-width: 65em)";
$screenLarge: "screen and (min-width: 80em)";

hey, hey old man, get this: BOOTSTRAP!!!

GameCube
Nov 21, 2006

pram posted:

gas and ban op

this, unironically

indigi
Jul 20, 2004

how can we not talk about family
when family's all that we got?
you're the only div here, mate.

Valeyard
Mar 30, 2012


Grimey Drawer

indigi posted:

you're the only div here, mate.

pram
Jun 10, 2001

Valeyard posted:

hey, hey old man, get this: BOOTSTRAP!!!

what about it .. ?

Valeyard
Mar 30, 2012


Grimey Drawer

pram posted:

what about it .. ?

you were pretty much defining bootstraps media queries, except less standardised

pram
Jun 10, 2001
you literally have no idea what youre talking about lol

Valeyard
Mar 30, 2012


Grimey Drawer

pram posted:

you literally have no idea what youre talking about lol

why roll your own setup using em measurements when there already exists a great scaffolding system

pram
Jun 10, 2001
i use a sass pattern where elements just follows from some base thing. designing your layout around bootstrap or any grid is lazy entry level poo poo when its pretty much a triviality

code:
.thread {
    @include mediaWidths;

    & .thing {
        margin-bottom: 2em;

        @media #{$screenSmall} {
            float: right;
        }

    }
}

Valeyard
Mar 30, 2012


Grimey Drawer

pram posted:

i use a sass pattern where elements just follows from some base thing. designing your layout around bootstrap or any grid is lazy entry level poo poo when its pretty much a triviality

code:

.thread {
    @include mediaWidths;

    & .thing {
        margin-bottom: 2em;

        @media #{$screenSmall} {
            float: right;
        }

    }
}


wait a minute, you do web dev???

pram
Jun 10, 2001
mercifully its not my job

Valeyard
Mar 30, 2012


Grimey Drawer

pram posted:

mercifully its not my job

thank stebe for that

Triglav
Jun 2, 2007

IT IS HARAAM TO SEND SMILEY FACES THROUGH THE INTERNET
depends op

Skarp
Sep 27, 2013

80vw, op

Dr. Honked
Jan 9, 2011

eat it you slaaaaaaag
how wide is ur mom op

PleasureKevin
Jan 2, 2011

Dr. Honked posted:

how wide is ur mom op

100%

PleasureKevin
Jan 2, 2011

lets just say she aint mobile friendly

duTrieux.
Oct 9, 2003

PleasureKevin posted:

lets just say she aint mobile friendly

certainly responsive, though

DONT THREAD ON ME
Oct 1, 2002

by Nyc_Tattoo
Floss Finder
auto

rotor
Jun 11, 2001

classic case of pineapple derangement syndrome
em? more like rem imo

echinopsis
Apr 13, 2004

by Fluffdaddy

pram posted:

mercifully its not my job

can't wait to see teh monkey cheese forum tumblechan

celeron 300a
Jan 23, 2005

by exmarx
Yam Slacker

pram posted:

gas and ban op

beep boop I use lynx and need to express widths in columns

just hardcode 80 column divs and test with 80 column divs so that everything looks lovely without an 80 column display.

pram
Jun 10, 2001

echinopsis posted:

can't wait to see teh monkey cheese forum tumblechan

the monkeys shall flow like cheese my friend

Adbot
ADBOT LOVES YOU

echinopsis
Apr 13, 2004

by Fluffdaddy
:razz:

  • Locked thread