Revision: 44255
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 8, 2011 16:16 by peetj
Initial Code
.errorMessages {
overflow: hidden;
table-layout: fixed;
width: 565px;
word-wrap: break-word;
}
Initial URL
Initial Description
Stop your html tables overlapping other elements to the right. Fix the table with a fixed layout. You may also have to set overflow:hidden and word-wrap:break-word
Initial Title
HTML Table overlapping DIV
Initial Tags
css, table, html
Initial Language
CSS