 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| View previous topic :: View next topic |
| Author |
Message |
Shay329
Joined: 05 Sep 2009
Posts: 3
|
| Posted: Sat Sep 05, 2009 11:40 am CSS style codes for frames. |
|
|
I am trying to get rid of my frame borders but can't do it inside the <frameset...> code because it won't pass validation. Is there a way to have no frame borders using a CSS code?
Also, while reading through some of the posts, I see that it is best to stay away from frames. Is there another way to get the frame look without actually using them?
I want my menu on the left side (or top, under logo) but have the link target the main page.
Thanks!
Shay |
|
|
PayneLess Designs
Joined: 28 Feb 2007
Posts: 3593
Location: Biloxi, MS
|
| Posted: Sat Sep 05, 2009 12:31 pm |
|
|
Remove frame borders through CSS
CSS Frameset Borders
Frameset - Hide Borders
Might try looking at this example I made long ago. Does validate, but haven't played with it in all browsers.:
Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Your Page Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta http-equiv="keywords" content="Your keywords." />
<meta http-equiv="description" content="Description of page." />
<link href="Your_style_file.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/x-icon" href="http://Domain_Name.com/imgs/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="http://Domain_Name.com/imgs/favicon.ico" />
</head>
<frameset cols="100%" rows="255,*">
<frame name="header" src="index2_fr1.html" scrolling="no" frameborder="0" noresize="noresize" />
<frame name="content" src="index2_fr2.html" scrolling="auto" frameborder="0" noresize="noresize" />
</frameset></html>[/url]
how to remove frame border with mozilla?
A link to page or post of total page code might help. |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|