Posted by P4tryk on 01/12/78 11:49
Hello
My goal: have frame boarders without this some kind of shadow. The frame
borders have a thin white line and on the other side there is a black line.
I wan to replace those thin lines with my own lines, so the frame borders
will look much better.
I managed to have those lines removed but I cant set the color of the white
border :(
page.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Main</title>
</head>
<frameset id="mainfFrame" cols="210,*" frameborder="yes" framespacing="3px"
border="30px" bordercolor="fuchsia" >
<frame name="menu" scrolling="no" frameborder="0" src="HTMLPage8.htm" >
<frame name="right" frameborder="no" src="HTMLPage8.htm" >
</frameset>
</html>
HTMLPage8.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" class="overflow-x: hidden;">
<head>
<title>Untitled Page</title>
/head>
<body style="background-color:blue;" >
alalalal strona
</body>
</html>
Navigation:
[Reply to this message]
|