ElkArte Community

Elk Development => Theme development => Theme development archive => Topic started by: emanuele on January 19, 2014, 08:51:17 am

Title: Poll results
Post by: emanuele on January 19, 2014, 08:51:17 am
Code: [Select]
// Note: IE < 8 requires us to set a width on the container, too.
So I suppose we can drop it, right?

The comment is related to that code:
Code: [Select]
'bar_ndt' => $bar > 0 ? '<div class="bar" style="width: ' . $bar . '%;"><div style="width: ' . $bar . '%;"></div></div>' : '<div class="bar"></div>',
I just downloaded a VM with IE8, will try to load it "later". O:-)
Title: Re: Poll results
Post by: Spuds on January 19, 2014, 11:43:32 pm
Which VM are you using?

I've been using VirtualBox and have been pretty happy!

I have VM's with Dos, Windows98, (for my reto moods, and to actually get it to work) WindowsXP (ie6,7,8), Windows Vista, Win7, generic Lemp, Ubuntu, CentOS, etc.  Works really well to "boot" into a real environment to see how things react / look.

Don't have a hackingtosh set up though.
Title: Re: Poll results
Post by: emanuele on January 20, 2014, 05:15:54 pm
VirtualBox me too, I finally fixed the issue! :D

I downloaded some of the one for IE8 from MS website (I posted about it in my bookmarks (http://www.elkarte.net/community/index.php?topic=196.msg6420#msg6420)), but I still have to try it...