HTML
Kod
<body bgcolor="black" background="a.jpg">
<div id="menu">
<img src="menu.jpg" width="646" height="43" border="0" usemap="#map" />
<map name="map">
<!-- #$-:Image map file created by GIMP Image Map plug-in -->
<!-- #$-:GIMP Image Map plug-in by Maurits Rijk -->
<!-- #$-:Please do not edit lines starting with "#$" -->
<!-- #$VERSION:2.3 -->
<!-- #$AUTHOR:Kuba -->
<area shape="rect" coords="0,4,86,40" target="tekst" href="glowna.html" />
<area shape="rect" coords="89,3,169,39" target="tekst" href="sklad.html" />
<area shape="rect" coords="170,3,290,39" target="tekst" href="plan.html" />
<area shape="rect" coords="293,3,425,39" target="tekst" href="nauczyciele.html" />
<area shape="rect" coords="428,3,518,39" target="tekst" href="galeria.html" />
<area shape="rect" coords="519,3,643,38" target="tekst" href="onas.html" />
</map>
</div>
<div id="ramka">
<iframe name="tekst" frameborder=0 height="265px" width="400px" marginwidth=20 marginheight=0 scrolling="auto" allowTransparency="true" src="glowna.html">
</iframe>
</div>
CSS
Kod
body {
overflow:hidden
}
#ramka {
color: red;
font-size:1cm;
text-decoration: none;
margin-top:40px;
margin-left:500px;
}
#menu {
margin-top:150px;
margin-left:275px;
}
PS. nie wiem czy dam sobie rade z php bo nie mialem z tym do tej pory stycznosci