Click here to Skip to main content
16,004,944 members
Home / Discussions / Web Development
   

Web Development

 
Questionreading data from .net web service using html Pin
Fu Manchu19-May-06 11:18
Fu Manchu19-May-06 11:18 
GeneralRe: reading data from .net web service using html [modifed] Pin
User 171649220-May-06 3:18
professionalUser 171649220-May-06 3:18 
QuestionOnChange Event Pin
Bassam Saoud19-May-06 4:20
Bassam Saoud19-May-06 4:20 
Questiondropdownlist with manual text entry Pin
moazzamahmed19-May-06 3:50
moazzamahmed19-May-06 3:50 
AnswerRe: dropdownlist with manual text entry Pin
Paddy Boyd19-May-06 4:36
Paddy Boyd19-May-06 4:36 
GeneralRe: dropdownlist with manual text entry Pin
moazzamahmed21-May-06 18:29
moazzamahmed21-May-06 18:29 
Questionbulk of data load problem Pin
Irfan.x19-May-06 3:03
Irfan.x19-May-06 3:03 
Questioncss problems Pin
Roger Alsing19-May-06 1:30
Roger Alsing19-May-06 1:30 
I have some serious css problems with IE

I have some styles nested like:


Box1.Blue
{
...
}

.Box1.Blue .Caption
{
..some completely different background image for blue box1 caption..
}

.Box2.Blue
{
...
}

.Box2.Blue .Caption
{
..background image for blue box2 caption..
}

and the html looks like:

<div class="Box1 Blue">
<div class="Caption">abc</div>
some content
</div>


and the same html for box2 style

this works all fine in FF, opera, NS but not in IE

in IE both the ".Caption" styles get the _same_ background image.
other attribs works though , eg if the captions has different bg colors.
but image seems shared for every element with the same name.. no matter what parent style it belongs to.

so is this a known bug and is there some workaround for it?
or do i have to make funny names like "Box1BlueCaption" ?

-- modified at 7:33 Friday 19th May, 2006
AnswerRe: css problems Pin
User 171649219-May-06 2:53
professionalUser 171649219-May-06 2:53 
QuestionAccessing custom class in javascript? Pin
LiquidE_SA18-May-06 9:40
LiquidE_SA18-May-06 9:40 
AnswerRe: Accessing custom class in javascript? Pin
Guffa18-May-06 9:53
Guffa18-May-06 9:53 
GeneralRe: Accessing custom class in javascript? Pin
LiquidE_SA18-May-06 10:06
LiquidE_SA18-May-06 10:06 
AnswerRe: Accessing custom class in javascript? Pin
Guffa18-May-06 11:15
Guffa18-May-06 11:15 
QuestionLoad an image on request Pin
chaddolan18-May-06 6:59
chaddolan18-May-06 6:59 
AnswerRe: Load an image on request Pin
Shog918-May-06 10:15
sitebuilderShog918-May-06 10:15 
GeneralRe: Load an image on request Pin
chaddolan19-May-06 2:55
chaddolan19-May-06 2:55 
QuestionJavascript parent-child relationship! Pin
Krugger40417-May-06 21:39
Krugger40417-May-06 21:39 
QuestionSuitable Div Layout Pin
Brendan Vogt17-May-06 20:54
Brendan Vogt17-May-06 20:54 
QuestionDivs Not Working Pin
Brendan Vogt17-May-06 20:36
Brendan Vogt17-May-06 20:36 
AnswerRe: Divs Not Working Pin
Guffa17-May-06 22:30
Guffa17-May-06 22:30 
QuestionRe: Divs Not Working Pin
Brendan Vogt17-May-06 23:23
Brendan Vogt17-May-06 23:23 
Questiontoggling designMode on iFrame in IE Pin
SimonRigby17-May-06 6:48
SimonRigby17-May-06 6:48 
Questionabout the IE version of OSs Pin
vchauhan_me17-May-06 4:17
vchauhan_me17-May-06 4:17 
AnswerRe: about the IE version of OSs Pin
CWIZO17-May-06 9:13
CWIZO17-May-06 9:13 
GeneralRe: about the IE version of OSs Pin
vchauhan_me17-May-06 21:57
vchauhan_me17-May-06 21:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.