Announcement

Collapse
No announcement yet.

components displaying differently in certain browsers

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    components displaying differently in certain browsers

    I'm using 2 - 3 different component choices on some products, and they seem to display differently in each browser. Except in IE they're getting too spaced apart. Ideally I'd like them closer together. Anybody know of a way to fix this pls?

    #2
    The component layout contains a <br/> (or <br>) which is a line break, it looks as though that is the cross browser issue. I'd remove that and look to add a container instead with a top and bottom margin, you are far more likely to get consistent results with margins via CSS, rather than plain html. If you know what you are doing with list layouts and html, you could scrap the containing table also.

    Comment

    Working...
    X