Adium

Profile: Gwen (gwendolyn)

MSN
Website http://gwendolynwhite.com
Comment Count 4 comments
0 xtras

Latest comments

# by gwendolyn on 08/13/08 at 00:45:14

Oh, I also should add that by changing the max-height you can make the emoticons w/e "size" you want. I just set it to a max-height of 75px. :) Just in case anyone else wants bigger (or smaller) emoticons. :)

# by gwendolyn on 08/12/08 at 20:33:50

You are very welcome! I'm glad that I could help out! :-D

# by gwendolyn on 08/12/08 at 19:53:05

I decided to tinker around with it and I found an easy fix. I found that the problem with the emoticons is that they needed to be relative when the other images needed to be absolute, but there's no place in your script to even change the way emoticons appear. So I simply added:

.emoticon
{
white-space: nowrap;
text-wrap: suppress;
word-wrap: normal;
}

img.emoticon
{
vertical-align: top;
max-height: 75px;
width: auto;
position: relative;
top: 0px;
}

above:

IMG {
position: absolute;
}

In the file: basestyle.css My emoticons are just fine now and it didn't interfere with the styling at all. :)

# by gwendolyn on 08/12/08 at 17:10:38

LOVE this style. I changed it around a bit to match my own needs (hope you don't mind --- it's just for me!) and everything was smooth sailing. Love the fonts, how everything is easy to read etc. I can't stand the emoticon issue though. Once you figure that out I think it'll be one of my favorite styles ever.