<html>
<head>
<title>א"ב בבנית אתרים</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<script LANGUAGE="VBScript">
<!--
sub pop (id)
if id.style.display = "" then
id.style.display = "none"
else
id.style.display = ""
end if
end sub
sub MouseOver (id)
id.style.fontweight = "normal"
id.style.color= "#585a51"
end sub
sub MouseOut (id)
id.style.fontweight = "normal"
id.style.color="black"
end sub
-->
</script>
<link rel="stylesheet" href="../liora3.css">
</head>
<body >
<table width="80%" border="1" cellspacing="2"
cellpadding="2" align="center" bgcolor="#ece8cf"
bordercolor="#666666" class="bord2">
<tr>
<td align="left"> xxx </td>
<tr>
<td align="left">
<p align="left"><span id="c1" style="color:navy;"
onclick="pop(datac1)" onmouseover="MouseOver(c1)"
onmouseout="MouseOut(c1)"><b><u><font size="2">Useful
Stylesheet Links</font></u></b></span></p>
<span id="datac1" style="display: none">
<div align="center">
<table border="1" cellpadding="0" cellspacing="0"
width="70%" bordercolor="#5A94FF" style="padding-left:
3px; padding-right: 3px; padding-top: 1px; padding-bottom: 1px" bgcolor="#FFFFFF">
<tr>
<td width="30%" height="55" align="center"
bgcolor="#E4E4E4"><a href="http://www.windows.com/workshop/author/css/css-ie4-f.htm"><font
size="2">Cascading
Style Sheets in Internet Explorer 4.0</font></a></td>
<td width="40%" valign="middle" height="55"><font
size="2">Microsoft's
full introduction to authoring web sites using CSS.</font></td>
</tr>
<tr>
<td width="30%" height="55" align="center"
bgcolor="#E4E4E4"><a href="http://www.microsoft.com/truetype/css/gallery/entrance.htm"><font
size="2">Microsoft
StyleSheet Gallery</font></a></td>
<td width="40%" valign="middle" height="55"><font
size="2">Microsoft's
Style Sheet Gallery of examples and sample code.</font></td>
</tr>
<tr>
<td width="30%" height="55" align="center"
bgcolor="#E4E4E4"><a href="http://www.microsoft.com/workshop/author/css/css-f.htm"><font
size="2">A
User's Guide to Style Sheets</font></a></td>
<td width="40%" valign="middle" height="55"><font
size="2">A Microsoft
SiteBuilder article pertaining to Cascading Style Sheet technology.</font></td>
</tr>
</table>
</div>
</span></td>
<tr>
<td align="left"> </td>
</table>
</body>
</html>
|