Как сделать наследование стилей в html документе в теге frameset/frame ?
Цитата
<html>
<head>
<title>Tutorials</title>
<link rel="stylesheet" href=http://style.com/styles.css" type="text/css"></link><!-- внешний stylesheet -->
</head>
<frameset rows="28%,72%">
<frame src="Header.html">
<frameset cols="13%,77%">
<frame src="Links.html">
<frame src="Home.html" name="showframe"><!-- как задать для этого фрейма(его содержимого) внешний stylesheet ? -->
</frameset>
</frameset>
</html>
<head>
<title>Tutorials</title>
<link rel="stylesheet" href=http://style.com/styles.css" type="text/css"></link><!-- внешний stylesheet -->
</head>
<frameset rows="28%,72%">
<frame src="Header.html">
<frameset cols="13%,77%">
<frame src="Links.html">
<frame src="Home.html" name="showframe"><!-- как задать для этого фрейма(его содержимого) внешний stylesheet ? -->
</frameset>
</frameset>
</html>