/* I have experienced difficulty here. <br>1/ In all browsers the bullet marks show before all hyperlinks in the #nav div, and I currently do not know how to stop this.<br>Keith Richardson. 24-12-2005*/<br><br>hi keith<br>
to eliminate the list item marker, this works:<br>#nav ul {<br>&nbsp;&nbsp;&nbsp; list-style: none; /* no list markers */<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>other quick impressions:<br>you are brave to try a 3 column layout in css, even though becoming more popular
<br>I checked your 3 columns by modifying my screen res to 800*600<br>
it still fits, sortof, but because your layout is centred, the user has to scroll to see<br>
I try to keep my layouts within 600px max by specifying width in the divs<br>
<br>I'm a bit rusty, the authority I refer to is Jeffrey Zeldman, as mentioned by Laurie<br><a href="http://alistapart.com/">http://alistapart.com/</a> is fantastic reference<br>Zeldman I think would recommend absolute positioning due to browser problems
<br>There are hacks for IE but I thought you only needed them for older versions<br><br>you are welcome to steal and modify the style sheet I have done<br>which I stole from Zeldman :-)<br><a href="http://users.tpg.com.au/billkerr/jeffreyZ.css">
http://users.tpg.com.au/billkerr/jeffreyZ.css</a><br>applied to this site:<br><a href="http://users.tpg.com.au/billkerr/g/int.htm">http://users.tpg.com.au/billkerr/g/int.htm</a><br>check out these menu features which I like a lot, all done with style:
<br><ul><li>button effect, whole &quot;button&quot; is clickable</li><li>roll over effect</li><li>different colour for the page you are currently on</li></ul><br>-- <br>Bill Kerr<br><a href="http://billkerr.blogspot.com/">
http://billkerr.blogspot.com/</a><br><a href="http://users.tpg.com.au/billkerr/index.htm">http://users.tpg.com.au/billkerr/index.htm</a><br><br><div><span class="gmail_quote">On 12/24/05, <b class="gmail_sendername">Keith Richardson
</b> &lt;<a href="mailto:keithcr@fastmail.fm">keithcr@fastmail.fm</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Please excuse cross posts.
<br>I am building a new website using css, and would appreciate constructive<br>criticism.<br>I want to communicate simply and cleanly, but with appeal. I have<br>experienced some trouble with the side menu particularly when viewed
<br>with IE6.<br>This is the template page only, and once perfected will be the base for<br>the 13 others. Each will have a summary section plus content similar to<br>this one.<br>Temporary URL is:<br><a href="http://3in6.openlab.net.au/3in6-2006/3in6-2006-tmplt-xhtml.htm">
http://3in6.openlab.net.au/3in6-2006/3in6-2006-tmplt-xhtml.htm</a><br>This includes a single CSS file and one xhtml file plus a few supportive<br>image files.<br>Many thanks.<br>Keith<br>Keith Richardson<br>IPM List Moderator
<br>Head of ICT, Leibler Yavneh College<br>Elsternwick<br>Ph: 03.9528.4911<br><a href="mailto:k.richardson@yavneh.vic.edu.au">k.richardson@yavneh.vic.edu.au</a><br><br>_______________________________________________<br><a href="http://www.edulists.com.au">
http://www.edulists.com.au</a> - FAQ, resources, subscribe, unsubscribe<br>IPM Mailing List kindly supported by<br><a href="http://www.vcaa.vic.edu.au">http://www.vcaa.vic.edu.au</a> - Victorian Curriculum and Assessment Authority and
<br><a href="http://www.vitta.org.au">http://www.vitta.org.au</a>&nbsp;&nbsp;- VITTA Victorian Information Technology Teachers Association Inc<br></blockquote></div><br>