These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

In Game Browser css or java help

Author
tim yang
Science and Trade Institute
Caldari State
#1 - 2013-07-29 21:48:30 UTC
Im trying to add some box-shadow elements to my eve site and they are working in firefox, chrome , etc but not in the IGB. Im using, what i understand to be, the exact same css blink uses and i get nothing.

neither,
box-shadow: 0px 3px 5px rgb(13, 13, 13);
nor,
box-shadow: 5px 5px 8px 0px #666 works.

Any and all help much appreciated even if i'm way off track.

thank you
Grauth Thorner
Vicious Trading Company
#2 - 2013-07-29 21:53:33 UTC
tim yang wrote:
Im trying to add some box-shadow elements to my eve site and they are working in firefox, chrome , etc but not in the IGB. Im using, what i understand to be, the exact same css blink uses and i get nothing.

neither,
box-shadow: 0px 3px 5px rgb(13, 13, 13);
nor,
box-shadow: 5px 5px 8px 0px #666 works.

Any and all help much appreciated even if i'm way off track.

thank you


I suppose this doesn't help: http://www.w3schools.com/cssref/css3_pr_box-shadow.asp

View real-time damage statistics in-game

>EVE Live DPS Graph application forum thread

>iciclesoft.com

tim yang
Science and Trade Institute
Caldari State
#3 - 2013-07-29 22:00:15 UTC  |  Edited by: tim yang
Grauth Thorner wrote:
tim yang wrote:
Im trying to add some box-shadow elements to my eve site and they are working in firefox, chrome , etc but not in the IGB. Im using, what i understand to be, the exact same css blink uses and i get nothing.

neither,
box-shadow: 0px 3px 5px rgb(13, 13, 13);
nor,
box-shadow: 5px 5px 8px 0px #666 works.

Any and all help much appreciated even if i'm way off track.

thank you


I suppose this doesn't help: http://www.w3schools.com/cssref/css3_pr_box-shadow.asp


No, i understand how to properly use the box shadow rule in firefox and chrome, im just missing how to implement it in the igb.

Update, i got the standard box-shadow to work, i however am still unable to get the inset box-shadow variable to work. It doesn't seem to be supported by the IGB. Thats a shame.
Kid Delicious
Caldari Provisions
Caldari State
#4 - 2013-07-31 01:34:10 UTC
There's quite a bit IGB doesn't support. Careful not to go crazy with box-shadow btw (cus is great), it can be a real performance killer(a certain popular site uses a 90px or so shadow that makes the whole page scroll choppy). linear-gradient performs better typically and sometimes works good for a box-shadow replacement. Pretty sure IGB doesn't support it either though.
MyEveLotto
Doomheim
#5 - 2013-07-31 19:28:25 UTC
Indeed, the IGB is pretty archaic in what it supports. Though ultimately, that's because it uses a rather old system for its core. It's sort of like trying to code on an old version of IE, in that what you code isn't necessarily what you'll get.

As is recommended by others, I'd simply avoid box shadows if you can when coding for the IGB. You could, potentially, create a separate CSS file to handle the appearance for the IGB by using the header information, as well, if you really want to use box shadows but they aren't supported in the IGB.

myEVElotto.com - The New Public Lottery Site