English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

how can i change one of the styles of my CSS stylesheet when the browser is IE?

my problem is that IE doesn't accept alpha enabled png files as background

2007-10-16 03:16:58 · 3 answers · asked by googlefan 1 in Computers & Internet Programming & Design

3 answers

Poor ol' IE (groan!) and not only that, there's differences in VARIOUS RELEASES of IE... (groan!)

If you want the full list of "hacks and filters" see and keep nearby a copy of the cited text:

2007-10-16 04:46:19 · answer #1 · answered by fjpoblam 7 · 0 1

attempt this out: style1 { shade:white; font-weight:ordinary; } style1:hover { shade:rgb(255, 139, 36); } /type i attempted each little thing i'd desire to think of of, if there is a thank you to do it, it might say on the website interior the link. in short you could no longer do it, my wager as to why would be that there is not any longer a manner for the selector to artwork with a variable that has already been used ex.(style1{shade:white;}:hover{shade:gol... i attempted it some situations and could no longer get it working. the only way i will think of of to in uncomplicated terms use style1 as quickly as is to apply a wrapper ex.( 7c27535f88bae9519ceb14a8983c57ff32333dd28c22933af75f41e59b4c8fTEXT32333dd28c22933af75f41e59b4c8f7c27535f88bae9519ceb14a8983c57ff you will shade the text textile in wrapper, and then in uncomplicated terms use style1:hover to alter the colour, that's extra artwork and that i'm beneficial it is going to likely be a discomfort to do.)

2016-12-29 13:01:24 · answer #2 · answered by ? 4 · 0 0



put that in the head tag of the html document.

For png transparency in IE5.5 and 6, there is a javascript:
http://homepage.ntlworld.com/bobosola/pnghowto.htm

2007-10-16 04:00:49 · answer #3 · answered by Vera 5 · 1 0

fedest.com, questions and answers