> From: praveen vejandla > > I have a web page that uses CSS and number of div tags. > it shows is IE as 4 <div> segments per row (horizontally) > then next 4 in second row. > > But when I am using firefox , everything is shown vertically > in one column itself.
A div is a block level element, Firefox is behaving as I would expect and as the W3C intend. Without seeing the markup and styles it is difficult to say anything more about the "problem". Turning on some coloured borders on your divs is a big help in seeing and understanding what is going on. -- Peter Williams ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
