iframe-rand (rechts)
flex
- html
Hallo,
immer diese Problemchen:
Ich hab ne seite mit iframes und der Text bricht kurz vorher um.
es existiert ein rechter rand in der größe eines scrollbalkens (wo aber keiner ist). wenn aber ein scroll-balken da ist passt das ganze.
kann man das einstellen?
ach im NN gibt es dieses prob. nicht!
flex
*drängel* *drängel*
=)
hat keiner ne idee?
hm schade =(((
Hallo,
*drängel* *drängel*
=)
hat keiner ne idee?
hm schade =(((
Ich verstehe das Problem irgendwie nicht so ganz...
Hast du evtl. einen Link parat, damit man sich das mal ansehen kann?
Liebe Grüße,
Nadja
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;
}
Hallo,
selbst tabellen mit 100% gehen nicht bis ganz an den rand sondern 10px davor.... *grrrrrrrrrr*
finde das problem nicht?
Hm... Kann das nicht sein, dass rechts automatisch, wenn ein iframe vorhanden ist, ein paar Pixel vorher umgebrochen wird?
Hast du dem iframe eine CSS-Klasse zugewiesen mit padding:0??
Ansonsten kann ich dir leider nicht weiterhelfen, sorry :(
Liebe Grüße,
Nadja
Das ist echt schade, denn dieses Problem MUSS doch bekannt sein:
mal zum selber testen oder gucken_ob_der_depp_doch_was_übersehen_hat
test.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<style type="text/css">
body{
font-size: 12px;
font-family: Arial;
}
</style>
<TITLE> test </TITLE>
</HEAD>
<body bgcolor="FFFF00">
<IFRAME SRC="testframe.htm" WIDTH="500" HEIGHT="500" FRAMEBORDER="0"></IFRAME>
</body>
</HTML>
testframe.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<style type="text/css">
body{
font-size: 12px;
font-family: Arial;
margin-left: 0px;
margin-right: 0px;
padding: 0px;
}
</style>
<TITLE> test </TITLE>
</HEAD>
<BODY>
t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t t e s t
</BODY>
</HTML>
Danke
flex