Hi, Can someone please help me with this problem? I have a div called bigdiv and inside that div i have a div called smalldiv. now when i put in some content inside smalldiv bigdiv does not stretch in firefox , however it stretches fine in ie. does this make sense? Thanks
If it is working in IE & not in FF then there is something wrong with your code. IE treats width as min-width and therefore it stretches to accommodate the extra content.