WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Programmierung (http://www.wcm.at/forum/forumdisplay.php?f=17)
-   -   frameborder bei opera ausschalten (http://www.wcm.at/forum/showthread.php?t=145855)

Pulse-Seeker 26.09.2004 22:55

frameborder bei opera ausschalten
 
da steh ich ein bischen an:

ich hab schon probiert mit frameborder "no" und "0" bzw. frameborder auf "yes" bzw "1" und dann die bordercolor einstellen wie den hintergrund. funkt aber beides nicht.

selbst wenn der frameborder ausschalte hab ich bei opera einen grauen framerahmen. kann man diesen rand noch wegschalten oder zeigt opera den einfach an?

bei ie bzw mozilla gibts keine probs.

jak 27.09.2004 11:06

Du kannst es ja mit CSS probieren:
http://de.selfhtml.org/css/eigenscha...men.htm#border
k.A. ob das funktioniert.

Jak

snowman 27.09.2004 11:09

Code:

frameborder="NO" border="0" framespacing="0"
gruss,
snowman

Pulse-Seeker 27.09.2004 23:06

@snowman

funkt. nicht!

T.dot 28.09.2004 17:58

folgendes hat bei mir noch in jedem browser funktioniert (nicht w3c konform)

<frameset cols="200,*" border="0">
<frame name="leftFrame" src="456.htm" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" noresize="noresize" />
<frame name="mainFrame" src="123.htm" marginwidth="0" marginheight="0" frameborder="0" />
<noframes>
<body>
Ihr Browser unterstuezt keine Frames.
</body>
</noframes>
</frameset>

snowman 28.09.2004 18:26

Poste mal den Code.

gruss,
snowman

Pulse-Seeker 29.09.2004 10:07

werd den code heute abend posten!

Pulse-Seeker 01.10.2004 00:55

Code:

<frameset cols="*,760,*" onLoad="setUrl()">
        <frame src="../blank.html" name="leftframe" frameborder="no" scrolling="no" noresize>
                <frameset rows="120,*">
                        <frame src="nav.html" name="topframe" frameborder="no" scrolling="no" noresize>
                        <frame src="hansag-musi.html" name="inhalt" id="inhalt" frameborder="no" scrolling="auto" noresize>
                </frameset>
        <frame src="../blank.html" name="rightframe" frameborder="no" scrolling="no" noresize>
</frameset>


snowman 01.10.2004 20:57

Code:

frameborder="NO" border="0" framespacing="0"
gehört in den frameset-tag nicht in den frame-tag.

was altes von mir:
Code:

<frameset rows="111,1*" cols="*" frameborder="NO" border="0" framespacing="0">
  <frame name="topfr" scrolling="NO" topmargin="12" leftmargin="5" marginheight="12" marginwidth="8" noresize src="top_logo/top.htm" >
  <frameset cols="200,1*" frameborder="NO" border="0" framespacing="0">
    <frame name="menufr" noresize scrolling="NO" topmargin="3" leftmargin="12" marginheight="3" marginwidth="12" src="menu/menu.htm">
    <frame name="mainfr" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" src="main/start.htm">
  </frameset>
</frameset>

gruss,
snowman

Pulse-Seeker 01.10.2004 21:11

werd ich probieren und dann das ergebnis posten!


Alle Zeitangaben in WEZ +2. Es ist jetzt 16:40 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag