The Following User Says Thank You to b666m For This Useful Post: | ||
|
2010-04-01
, 14:00
|
|
Posts: 104 |
Thanked: 37 times |
Joined on Feb 2010
@ Toulouse, France
|
#472
|
hehe, that's why i changed inline-block to block only and introduced the z-index
the higher the z-index the higher the layer of the content will be...
so changing the z-index of the bubble to 1 and of the avatar to 2 would be the solution.
if you use z-index 2 for each element they may get de-arranged. please use two different values.
(or three or four... if you want to have more layers ^^)
|
2010-04-01
, 14:37
|
|
Posts: 422 |
Thanked: 320 times |
Joined on Oct 2009
@ Israel
|
#473
|
In color.css file at the following link. That is where the colors are originally defined.
/etc/hildon/theme/css/colors.css
Make a backup before editing anything.
Sorry I don't know exactly which attribute it is but it's probably one of those with the color #3d9cff
a:link { color: #74c6fa; }
The Following User Says Thank You to efekt For This Useful Post: | ||
|
2010-04-01
, 15:14
|
|
Posts: 474 |
Thanked: 368 times |
Joined on Jan 2010
|
#474
|
The Following User Says Thank You to niqbal For This Useful Post: | ||
|
2010-04-01
, 15:30
|
Posts: 120 |
Thanked: 33 times |
Joined on Jan 2010
|
#475
|
|
2010-04-01
, 16:48
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#476
|
hehe, that's why i changed inline-block to block only and introduced the z-index
the higher the z-index the higher the layer of the content will be...
so changing the z-index of the bubble to 1 and of the avatar to 2 would be the solution.
if you use z-index 2 for each element they may get de-arranged. please use two different values.
(or three or four... if you want to have more layers ^^)
|
2010-04-01
, 20:12
|
|
Posts: 474 |
Thanked: 368 times |
Joined on Jan 2010
|
#477
|
Have you tried shadows for your bubbles?
-moz-box-shadow: black 8px 4px 4px;
I tried this but my scrolling becomes too slow, however you mentioned that yours is fast so maybe it will be ok with shadows.
The Following User Says Thank You to niqbal For This Useful Post: | ||
|
2010-04-02
, 08:47
|
Posts: 120 |
Thanked: 33 times |
Joined on Jan 2010
|
#478
|
this can be a clever representation, kindda gives you a feeling of complete speech bubble and who's saying it. Instead of using -moz-box-shadow (cause it makes it slow), i used border colors to tweak the same style. what do u think?
Downside is there is only enough you can create with it. Upside is, its still very smooth and fluent to navigate around the page
|
2010-04-02
, 11:30
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#479
|
|
2010-04-02
, 17:24
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#480
|
Tags |
bada rox, his lunchbox |
Thread Tools | |
|
the higher the z-index the higher the layer of the content will be...
so changing the z-index of the bubble to 1 and of the avatar to 2 would be the solution.
if you use z-index 2 for each element they may get de-arranged. please use two different values.
(or three or four... if you want to have more layers ^^)