Ticket #4083 (closed Bug: fixed)
Empty DIV and BR elements
| Reported by: | spliter | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.1 |
| Component: | Templates/CSS | Keywords: | |
| Cc: |
Description
There are some "clearing" elements in templates' code that have their purpose to clear floated elements. They can be either DIV or BR elements with class="visualClear". The thing is that IE shows white-spaces on these elements (white gaps). It is very annoying during customization. The solution for this IE's bug is to use code:
<div class="visualClear"><!-- --></div>
instead of simple DIV or BR tag. In this case IE shows the same picture as more standards-compliant browsers.
Change History
Note: See
TracTickets for help on using
tickets.