The Usual Sospects, Fixes for IE bugs

List of bugs on IE and solutions:
Text to long, to many characters next to eahc other with out space bettwen them(this propertie seems that is not recognised by FF, but works for IE)
{
word-wrap:word-break;
}
Missing bullets in li list items
ul {
float:left;
}
Divs placed in odd places
parent div {
position:relative;
}

IE DHTML module bug

The <a> element inside list seems to have an extra padding, I think is because property applied to him in js code of the module, one fast solution is to add a negative margin to the <a> element.
CSS code:

div.block ul li a {
*margin-left:-20px;
}

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><h2><h3><div><del><img><hr>
  • Lines and paragraphs break automatically.
  • You may use [inline:xx] tags to display uploaded files or images inline.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
5 + 7 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.