DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2012-07-21 02:55:46

soke86
New member

CSS conflict on IE7. so confusing

iam very confus about this,
on my website http://50.87.110.198/~systemho/index.ph … ;Itemid=50
it's all right if we open from mozilla, chrome, safari, IE8, IE9
but if iam open on IE7 icon left menu out position  i don,t know why?? really make me crazy
on all browser except IE7 class css read with this #sidebar ul li.item25.active
but on IE7 iam try call with .ie7 #sidebar ul li span.item25.active
                                        .ie7 #sidebar ul li .item25 .active
                                        .ie7 #sidebar ul li.item25 a.active
nothing work with them.. i think IE7 not read with ID becaus iam try call with .item25 still doesn't work
please help me? brother...

thanks for your attention, sorry if my language not good smile

Offline

 

#2 2012-07-22 02:27:15

fabrice
DebugBar Support

Re: CSS conflict on IE7. so confusing

Hi,

The IETester forum is for IETester specific problems discussions and not html/css related problems.

I recommen to post on other forums related to css, like StackOverflow.

BTW, your problem seems to be related with the background-position css property, which is interpreted differently on ie7.
I didn't investigate further though :-O

Offline