Please advise on internet explorer compatibility testing issues
#1
Posted 14 September 2010 - 01:09 PM
I have had problems in the past with ie and I have recently started another site… But stupidly I forgot to build it using ie so I don’t have similar problems… Anyway ten pages down the line I decide to test… well as you can imagine it looks crap… lol…
So anyway I have uploaded my incomplete site to a sub domain to do testing, but the strange thing is when I test on ie online it looks different to when I view it offline (the laptop is always online)
For example when I view the site through the sub domain my vert-side menu is on the left where it should be but when I simply right click the index page and open with ie it is on the right. But this doesn’t make a difference when testing on firefox…
Does this mean that I have to always test sites with ie when they are “online”?
This is just so frustrating and I really wish ie could just match the capabilities of other browsers.
Well of course I have finally learnt my lesson and from now on I will only use ie and “test” in firefox rather than visa versa.
Please can someone advise on best practice when it comes to css…
Many many thanks I advance.
Rob
#2
Posted 14 September 2010 - 01:30 PM
Are you using a different version of IE?? (ie7/8?)
I always code in FF as this browser sticks to the W3C guidelines better than IE and then find that if I have issues, I can write a IE specific conditional css code.
Hope this advice helps.
#3
Posted 14 September 2010 - 01:40 PM
welshhuw, on 14 September 2010 - 01:30 PM, said:
Are you using a different version of IE?? (ie7/8?)
No it is the same version... in one tab it has the menu on the left and in the other tab the menu is on the right. Both on the same broswer but one tab is from my laptop file and the other tab is from my sub domain...
welshhuw, on 14 September 2010 - 01:30 PM, said:
I can write a IE specific conditional css code.
Do you mean i can use the same styling i currently have or firefox and just add special styling for ie???
This would be great and i wont have to change everything i have already done, i would simply add styling to fix ie problems...
Could you explain how i would do this please??
Thank you so much..
#5
Posted 14 September 2010 - 02:29 PM
Killer, on 14 September 2010 - 01:57 PM, said:
Thanks Killer... I will read through this... Hope it helps...
#6
Posted 14 September 2010 - 04:55 PM
#7
Posted 14 September 2010 - 05:10 PM
mteam, on 14 September 2010 - 04:55 PM, said:
oh great... Thanks for that... it was only ever so slightly different... but i am now trying to fix that small fault with
<!--[if IE 7]>
<style type="text/css">
#page-container{
height:4000px;
}
</style>
<![endif]-->
In addition to my other "if ie" styling... but it doesnt work...
#8
Posted 14 September 2010 - 05:13 PM
I find IE only styles aren't always needed
#9
Posted 14 September 2010 - 05:20 PM
I'm using
-moz-border-radius: 18px;
-webkit-border-radius: 18px;
border-radius: 18px;
for firefox...
Help

















