Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why do some of the characters in DIV tag gets repeated in IE 6.0 ?

characters div Repeated
0
Posted

Why do some of the characters in DIV tag gets repeated in IE 6.0 ?

0

We use DIV tags extensively to design the UI of our webapplications. There will be situations where we will use only div tags to align the controls and prevent the usages of table tags. In this scenario, to align the DIV tag we will use float css style, for example: float:left; There is a known bug in IE 6.0 where some of the characters in the div tag will get repeated at the end if we use HTML comments between the div tags that have float styles applied. Read more about it here, http://www.positioniseverything.net/explorer/dup-characters.html To fix this, you can either remove the HTML comments or you can follow the below syntax for commenting.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123