[css-d] div tags showing line break in firefox

2005-09-28 Thread praveen vejandla
Dear All, 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. Ex: IE shows as below. 1 2 3 4 5 6 7 8 Firefox

[css-d] problem aligning DIV tags

2005-10-07 Thread praveen vejandla
Dear All, I have a document with multiple DIV tags as below. div class=t a class=m href=book1.htmlBook1/a ul lia class=s href=/1.htmlchapter1/a lia class=s href=/2.htmlchapter2/a /ul /div div class=t a class=m href=book2.htmlBook2/a ul lia class=s

[css-d] problem aligning DIV tags

2005-10-07 Thread praveen vejandla
Dear All, I have a document with multiple DIV tags as below. div class=t a class=m href=book1.htmlBook1/a ul lia class=s href=/1.htmlchapter1/a lia class=s href=/2.htmlchapter2/a /ul /div div class=t a class=m href=book2.htmlBook2/a ul lia class=s

[css-d] CSS code for custom tags not working with Firefox

2005-10-10 Thread praveen vejandla
Dear All, I am using custom tags/namespace feature inside HTML document and then CSS for styling the custom tags. I am attaching the HTML file with style code. The style code works fine in IE but not with Firefox. t\:contents { display: none; width: 50%; font-size: 10px; } Anything needs