flex: iframe-rand (rechts)

Beitrag lesen

Stell dir vor du hast einen iframe in deiner page
und darin ist ein text.
so ein text hat die eigenschaft das er sich selbst bricht wenn er am rechten rand angekommen ist:

so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier so wie hier

=)

selbst tabellen mit 100% gehen nicht bis ganz an den rand sondern 10px davor.... *grrrrrrrrrr*
finde das problem nicht?
css file siehe unten

es sieht so aus als ob das am scrollbalken liegt.
wenn kein scrollbalken vorhanden ist, weil zu wneig text, dann bricht der text trotzdem an der stelle wo ein scrollbalken wäre *aaaaaaaaaa*

ich flippe noch aus.

------------
css-files:

a:link{
color: black; Text-decoration: None;
}
a:visited{
color: black; Text-decoration: None;
}
a:hover{
color: black; Text-decoration: Underline;
}
a:active{
color: black; Text-decoration: None;
}
body{
font-size: 12px;
font-family: Arial;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
body, textarea {
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color:  #006699;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
}
.feld{
BORDER-RIGHT: #000000 1px solid;
BORDER-TOP: #000000 1px solid;
FONT-SIZE: 12px;
BORDER-LEFT: #000000 1px solid;
BORDER-BOTTOM: #000000 1px solid;
FONT-FAMILY: Arial;
}
.tbl
{
font-size: 12px;
border-spacing: 0px;
padding: 0px;
border: 0px;
border-collapse: collapse;
border-color: black;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.date
{
font-size: 11px;
width: 225px;
}
.stl
{
font-size: 12px;
border-color: #ffffff;
border-spacing: 0px;
padding: 0px;
border: 0px;
border-collapse: collapse;
border-color: black;

padding-left: 3px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;

border-bottom-style: solid;
border-bottom-width: 1;

border-top-style: solid;
border-top-width: 1;

border-left-style: solid;
border-left-width: 1;

border-right-style: solid;
border-right-width: 1;
}

a:link{
color: black; Text-decoration: None;
}
a:visited{
color: black; Text-decoration: None;
}
a:hover{
color: black; Text-decoration: Underline;
}
a:active{
color: black; Text-decoration: None;
}
body{
font-size: 12px;
font-family: Arial;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
.stl
{
font-size: 12px;
border-color: #ffffff;
border-spacing: 0px;
padding: 0px;
border: 0px;
border-collapse: collapse;
border-color: black;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;

border-bottom-style: solid;
border-bottom-width: 1;

border-top-style: solid;
border-top-width: 1;

border-left-style: solid;
border-left-width: 1;

border-right-style: solid;
border-right-width: 1;
}
.stlb
{
font-size: 12px;
border-color: #ffffff;
border-spacing: 0px;
padding: 0px;
border: 0px;
border-collapse: collapse;
border-color: black;

padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}