![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I've been working on customizing my journal layout. It's the Transmogrified style, though I've modified the css. (I haven't used any layers yet, just worked through the customize journal style wizard).
EDIT:
I've got the layout nearly up to scratch; the only problem is the userpics. They display bigger than they should be in IE and Safari, and I can fix it in IE by specifying a 100x100 width under *+html .userpic, etc (which in firefox makes the border/background too small to cover the picture, and messes it up in general). But I still can't fix it in Safari, so is there a better way to fix it? I tried adjusting the size with min-width and min-height attributes as suggested, but that didn't seem to help either, unfortunately..
I'd appreciate any help whatsoever ~ thank you!
EDIT:
I've got the layout nearly up to scratch; the only problem is the userpics. They display bigger than they should be in IE and Safari, and I can fix it in IE by specifying a 100x100 width under *+html .userpic, etc (which in firefox makes the border/background too small to cover the picture, and messes it up in general). But I still can't fix it in Safari, so is there a better way to fix it? I tried adjusting the size with min-width and min-height attributes as suggested, but that didn't seem to help either, unfortunately..
I'd appreciate any help whatsoever ~ thank you!
no subject
Date: 2009-07-28 06:59 am (UTC)especially that acronym (TROUBLE>TRBL), and i think someone recommended tizag.com to me ages and ages ago but i'd forgotten all about it, so thank you for that, too.
i think i'll come back to the subtitle thing after some time. but yeah.. i guess i was trying to avoid working with layers, as i really don't know S2 coding, i pretty much just copy, paste and ask questions there..
also, yeah, you're right about layouts not always working well when centered, my livejournal layout isn't centered but looks way better, i think, on the left. (though the sidebar positioning has some issues.. and let's not speak of the header that refuses to stay in its proper place in IE. hah.) i think journals with header images usually look better centered.. i'm not really sure why i wanted my dw one centered, actually. hm.
what are grids, though? i mean, in the sense you meant. how are they different from div-in-div-in-div styling? (sorry, i really don't know enough about css/coding..)
♥
no subject
Date: 2009-07-28 07:14 am (UTC)~div class="grid_6"~ ...blah blah blah ~/div~
~div class="grid_3"~ ---text here--- ~/div~
~div class="grid_3"~ ---text here--- ~/div~
~div class="grid_6"~ blah blah blah ~/div~
And you'd end up with a series of chunks of info, of which the first is 50% wide (6 being half of 12), then two columns at 25% width each, and there's your 100%, so the next div, being 50% wide, gets pushed down and to the left to start the next 'row'. It takes a bit to get used to, b/c it's not at all like the standard css style, but once you do... it's hard to go back! There's no div-div-div nonsense, except in cases where you want to break a column into sub-columns. The rest of the time, you pile divs into one, instead, like so: ~div class="grid_6 text subleft rounded"~ and so on.
You can find out more info about grids by checking out A List Apart and Smashing Magazine (google them, though I find Smashing to be a friendlier site for its extensive resources, while A List Apart can get talky at times). Also check out these existing frameworks, for info/ideas on getting started playing with them:
http://960.gs/ -- 960 grid system
http://www.blueprintcss.org/ -- the biggest & best known
http://code.google.com/p/emastic/ -- flexible & fluid versions, in 12x and 16x
Several sites that are grids in use and/or demo'd:
http://5thirtyone.com/
http://talkseattle.com/
http://kerrywebster.com/
http://www.subtraction.com/
Those are strongly minimalist themes (since that's my personal pref, so that's what I had bookmarked for ref), but there are plenty on Smashing Mag's site that are anything but minimalist and yet are strongly gridded.
That should be enough to
hurt your brainget you started!