![[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-26 03:28 am (UTC)no subject
Date: 2009-07-26 04:02 am (UTC)i tried fiddling with the min-heights and min-widths like you suggested, but it didn't work.. but i figured it out another way.
i put the border on the .userpic class instead of .userpic img, and removed the width and height descriptors from .userpic img entirely.
and then i added this:
*+html .comment .userpic, *+html .entry .userpic {
width: 100px;
height: 100px;
}
it seems to work..
but thank you very much for the suggestion, and the comment :)
no subject
Date: 2009-07-26 05:52 am (UTC)it seems that only works for IE and not for Safari.. ugh.
I think I'll keep trying the min-height, min-width thing..
no subject
Date: 2009-07-26 06:30 pm (UTC)no subject
Date: 2009-07-27 03:33 am (UTC)thank you ♥
no subject
Date: 2009-07-27 03:48 am (UTC)no subject
Date: 2009-07-27 03:56 am (UTC)wouldn't it be so much better if people just used firefox all the time? i mean, if there WAS only one browser... *grr*