|
2010-04-03
, 10:52
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#492
|
div.Message { padding-bottom: 8px; clear: both; display: block; padding-left: 8px; margin-top: -40px; }
|
2010-04-03
, 11:03
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#493
|
Did you try separating the Div's in the html code for the Avatars? If you float both the avatar and message bubble to the right and your order for the message and Avatar divs is not correct and your message bubble width is not limited, it will automatically float the message bubble under the Avatar.
It looks like your order might be correct but have you limited the width of the bubble so it will fit between your avatar and margin on the left of the bubble?
Posting the code or files might help.
|
2010-04-03
, 11:13
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#494
|
|
2010-04-03
, 11:20
|
Posts: 120 |
Thanked: 33 times |
Joined on Jan 2010
|
#495
|
|
2010-04-03
, 11:42
|
Posts: 120 |
Thanked: 33 times |
Joined on Jan 2010
|
#496
|
HI
In the SMS the gap fixed by this line: margin-top: -40px;
And I don't know where I can put this line in the IM... it's not work...Code:div.Message { padding-bottom: 8px; clear: both; display: block; padding-left: 8px; margin-top: -40px; }
Here my files: IM Conversation
Thanks
The Following User Says Thank You to byte_76 For This Useful Post: | ||
|
2010-04-03
, 17:54
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#497
|
Have you tried just commenting out the top-margin for div.MessageSelf and div.MessageOther?
|
2010-04-04
, 14:23
|
Posts: 27 |
Thanked: 11 times |
Joined on Mar 2010
|
#499
|
|
2010-04-04
, 16:41
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#500
|
hey guys, I would like to customize my conversations too, and I have a few questions:
how do you do, or which program do you use to change edit the html/css/js files?
Do you have any way to visualize them in your computer or is more like a trial and error thing? (I mean: you change something, you put the files back into the phone, you check if it worked as you expected, and then you take them back, edit them again and repeat the process).
Thanks and keep the good work .
Tags |
bada rox, his lunchbox |
|
It looks like your order might be correct but have you limited the width of the bubble so it will fit between your avatar and margin on the left of the bubble?
Posting the code or files might help.