[WSG] Markup an Address?

2007-08-10 Thread Ryan Moore
Looking for best practice markup for addresses. is it correct to use dl dtMain Office/dt dd123 Fake Street/dd ddSomewhere, SomeCountry, SomeZip/dd /dl or is there a better practice for this? *** List Guidelines:

Re: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread Ryan Moore
In your CSS change to this: #nav ul { margin: 0px 35px 0 35px; padding: 5px 0 0 0; text-align: center; } this works in FF 2 but note it has not been tested in IE. RM On 8/10/07, Joyce Evans [EMAIL PROTECTED] wrote: Here is the link to a website, and I've only gotten this far:

Re: [WSG] CSS Problem in Mozilla and IE6

2007-08-10 Thread Ryan Moore
Hi Joyce, While this may/may not help resolve your issue, i recommend adding this to the beginning of your stylesheet. * { padding:0; margin:0; } it will set the default margins and padding for all elements to 0. You would then have to specify margins and paddings for all elements, it gives

Re: [WSG] Looking for a Stylesheet Switcher Script

2007-08-03 Thread Ryan Moore
Ya, it's colliding with another script i have but i'll figure it out. Thanks Again. On 8/3/07, Robert O'Rourke [EMAIL PROTECTED] wrote: Ryan Moore wrote: page cannot be displayed...??? On 8/2/07, *Robert O'Rourke* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: http

[WSG] Looking for a Stylesheet Switcher Script

2007-08-02 Thread Ryan Moore
I'm looking for a Stylesheet Switcher Script that users can use to dynamically change text sizes on the fly. Our text size is already quite legible and sized in em's for easy resizing, but i've been told by the powers that be that we also need a style sheet switcher. Anyone know where i can find

Re: [WSG] Looking for a Stylesheet Switcher Script

2007-08-02 Thread Ryan Moore
page cannot be displayed...??? On 8/2/07, Robert O'Rourke [EMAIL PROTECTED] wrote: Ryan Moore wrote: I'm looking for a Stylesheet Switcher Script that users can use to dynamically change text sizes on the fly. Our text size is already quite legible and sized in em's for easy resizing

Re: [WSG] Looking for a Stylesheet Switcher Script

2007-08-02 Thread Ryan Moore
[EMAIL PROTECTED] wrote: Ryan Moore wrote: I'm looking for a Stylesheet Switcher Script that users can use to dynamically change text sizes on the fly. Hello Ryan, One might argue that offering a style changer solely to increase font size is something to reconsider, and I would agree

Re: [WSG] Looking for a Stylesheet Switcher Script

2007-08-02 Thread Ryan Moore
Ryan Moore wrote: I'm looking for a Stylesheet Switcher Script that users can use to dynamically change text sizes on the fly. Our text size is already quite legible and sized in em's for easy resizing

[WSG] Center Align an Unorder List

2007-07-25 Thread Ryan Moore
Looking to Center Text on an unordered list. Example: ul liLink 1/li liLink 2/li liLink 3/li /li Desired Effect: Link 1 Link 2 Link 3 I don't have my CSS Code Base with me right now so hopefully someone can lend a hand. ***

Re: [WSG] Client - Site Edits

2007-07-11 Thread Ryan Moore
dotnetnuke has some nice functionality, but out of the box is an accessibility nightmare. On 7/11/07, Paul Collins [EMAIL PROTECTED] wrote: Funny you should send that one Kevin, I am literally just scoping around for a similar solution to the site I have just built. I was recommended these two

[WSG] Accessible Drop Down

2007-06-12 Thread Ryan Moore
a good example of this? Ryan Moore *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] ***

Re: [WSG] Accessible Drop Down

2007-06-12 Thread Ryan Moore
Ok. So typically is any form of navigation that relies on a rollover or hover state would be a bad practice of accessibility/usability? On 6/12/07, Keryx Web [EMAIL PROTECTED] wrote: Ryan Moore wrote: I see that it relies on a source of JS to complete the effect, and i'm wondering if it's

Re: [WSG] Accessible Drop Down

2007-06-12 Thread Ryan Moore
Thanks For your Input Phil. What annoys me with some of the solutions is trying to understand some of the browser hacks, and isn't it now with many of the browsers improving that hacks are frowned upon? On 6/12/07, Philip Kiff [EMAIL PROTECTED] wrote: Ryan Moore wrote: I see that it relies

[WSG] Accessible Drop Down Menu Example

2007-06-06 Thread Ryan Moore
Hey Folks, was just looking for an example of a good accessible drop down menu for part of a web application i'm developing. Cheers. *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] Accessible Drop Down Menu Example

2007-06-06 Thread Ryan Moore
thanks, this is a great solution :) On 6/6/07, Thierry Koblentz [EMAIL PROTECTED] wrote: On Behalf Of Ryan Moore was just looking for an example of a good accessible drop down menu for part of a web application i'm developing. plug src=http://www.tjkdesign.com/articles

[WSG] Clearing Floats

2007-02-24 Thread Ryan Moore
i found this link that states that when clearing floats, you should use the overflow technique. http://www.quirksmode.org/css/clearing.html is this the best route to go? I ran into some difficulties with a layout where the border of the box model was collapsing in, and the content was expanded

[WSG] FireFox eating Div

2006-02-21 Thread Ryan Moore
Hello all, Wondering why firefox likes to exclude my #nav element out of the box model here. The sites CSS can be viewed in the source for readability. http://www.rockitdevelopment.com/test/ It works fine in IE but who cares about that browser. What is the method around this that

[WSG] X-STANDARD

2005-01-25 Thread Ryan Moore
hi group. was just on the web and was looking into x-standard, i'm currently using dreamweaver mx 2004. anyone have any feedback on x-standard and how it compares to dreamweaver? or possibly another web standard editor that ensures standards?