[WSG] Left align legend

2005-10-15 Thread James Oppenheim
Hi all, I am currently trying to mark up a form using fieldset and legend. However, I want the legend to left align with the rest of the form and not have a right margin. I have tried using: Legend { padding-left: 0; margin-left: 0; } This works fine in Mozilla and Firefox, but the left

RE: [WSG] Image rollovers

2005-10-09 Thread James Oppenheim
You can do it all using css. Try this link: http://www.alistapart.com/articles/sprites Hopefully that helps. Cheers, James From: Kevin Arrowsmith [EMAIL PROTECTED] Reply-To: wsg@webstandardsgroup.org To: wsg@webstandardsgroup.org Subject: [WSG] Image rollovers Date: Sun, 9 Oct 2005 11:52:56

[WSG] CSS class and id naming conventions

2005-09-29 Thread James Oppenheim
Hi all, Does anyone know of a set of naming conventions for css classes and ids? Should they have semantic meaning? I.E. “address” rather than “bottom”. How should you go about naming the “right column” div. div id=”right-col”/div div id=”right_col”/div div id=”right-column”/div div

[WSG] Navigation Help

2005-01-11 Thread James Oppenheim
Hi all, I am currently developing a site at http://www.ctcs.com.au/temp/ I was wondering what the best way would be to achieve this sort of navigation? Currently I am using CSS for the dropdowns and javascript for the rollovers. However, the rollovers do not stay active when the mouse is on the

Re: [WSG] Navigation Help

2005-01-11 Thread James Oppenheim
@webstandardsgroup.org To: wsg@webstandardsgroup.org Subject: Re: [WSG] Navigation Help Date: Wed, 12 Jan 2005 00:00:59 + James Oppenheim wrote: Currently I am using CSS for the dropdowns and javascript for the rollovers. However, the rollovers do not stay active when the mouse is on the dropdown! How

[WSG] Javascript CSS Navigation Problem

2005-01-11 Thread James Oppenheim
Hi all I am still going on the Navigation, I have almost got the JavaScript and CSS code to work to make the top image stay highlighted while in the dropdown mode. I have changed this place of the JavaScript from: li diva href=about.html onMouseOut=MM_swapImgRestore()