RE: [WSG] Looking for some nicely designed web apps...

2005-04-14 Thread Devendra Shrikhande
If you are looking for inspirational eye-candy that are also good example of coding: http://www.webstandardsawards.com/ http://www.stylegala.com ¤ devendra ¤ David wrote: Been asked to do the front end visual design of a web app a local company is doing. Just looking for some great

RE: [WSG] Background image in the mast head...

2005-04-13 Thread Devendra Shrikhande
I trust you saw the light bulb glowing all the way from Wyoming! Deeply appreciate the detailed breakdown and explanation of the process. #dss# From: [EMAIL PROTECTED] on behalf of russ - maxdesign Sent: Tue 4/12/2005 7:35 PM To: Web Standards Group Subject:

[WSG] Background image in the mast head...

2005-04-12 Thread Devendra Shrikhande
Over the last few days I have encountered some sites that use something similar to the code below: div id=masthead a href=http://mysite.com;img src=img/spacer.gif width=750 height=100 border=0 alt= //a /div In the code above the actual image that one wants to display on the page in the

RE: [WSG] Background image in the mast head...

2005-04-12 Thread Devendra Shrikhande
Thank you for prompt and detailed response! #DSS# -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of russ - maxdesign Sent: Tuesday, April 12, 2005 4:40 PM To: Web Standards Group Subject: Re: [WSG] Background image in the mast head... There are so many

RE: [WSG] Background image in the mast head...

2005-04-12 Thread Devendra Shrikhande
Russ: As a newbie to CSS, I do not know what this does: #masthead span { position: absolute; left: -500px; width: 500px; } Would appreciate your explanation - thanks! #DSS# -Original Message- There are so many ways to do this but I would not use a spacer gif. One way you could go

RE: [WSG] standards, compliance and forms...

2005-03-10 Thread Devendra Shrikhande
:50:26 -0700, Devendra Shrikhande Would welcome suggestions from the list on links that have tutorials that explain how to build accessible and standards compliant online forms. http://www.webstandards.org/learn/tutorials/accessible-forms/01-accessible-forms.html Here you are. -- Lukasz

[WSG] 2 questions: antispam code Doc type...

2005-03-07 Thread Devendra Shrikhande
Issue #1: Right now I am using a simple ColdFusion tag to generate the following code on a web page in an attempt to hide it from spammers: script language=JavaScript type=text/javascript document.write(a href='mailto:;); document.write(Email.Handle);

[WSG] errant left-alignment

2005-02-28 Thread Devendra Shrikhande
Hello As I work my way through my first non-table layout, I've run into a small quandary. The complete display and CSS-based navigation menu shows up left-aligned in IE55 PC. All is well in FF. The HTML and CSS have been validated. The test page: http://www.shrikhande.us/CSSPage/index1.htm

RE: [WSG] errant left-alignment

2005-02-28 Thread Devendra Shrikhande
{ background:#FFF; margin:0 auto; width:750px; border: 1px solid #5E5E5E; text-align: left; } That should do it (not tested). HTH -John On Feb 28, 2005, at 1:12 PM, Devendra

[WSG] RE: Multiple list via CSS - newbie question...

2005-02-18 Thread Devendra Shrikhande
] on behalf of Devendra Shrikhande Sent: Fri 2/18/2005 2:42 PM To: wsg@webstandardsgroup.org Subject: Multiple list via CSS - newbie question... As I start to immerse myself into the world of CSS and Web Standards I thought I would use Nick Rigby's excellent list menu code from A List Apart (http

RE: [WSG] Not and IE bug?...follow up difference why a difference between IDs and classes?

2005-02-09 Thread Devendra Shrikhande
I thought I should pick up on the comment by Peter and ask one of my many newbie questions... What is the advantage of the fact that IDs must be unique on a page? I am aware of the circumstance that if you need to repeat an ID, set is as a class, but have still not figured out the advantage of

RE: [WSG] newbie with popup menus question

2005-02-02 Thread Devendra Shrikhande
: [WSG] newbie with popup menus question On Fri, 21 Jan 2005 16:06:27 -0700, Devendra Shrikhande [EMAIL PROTECTED] wrote: Till now I have been using Fireworks to create popup menus for web sites. Just saw this, looks like there were never any replies... Devendra, if you're still listening

[WSG] Right aligned lists...

2005-01-25 Thread Devendra Shrikhande
I searched the archives and could not find an answer to my question... Is it possible to generate right-aligned lists with CSS and have the bullet on the right instead of the left? TIA! ¤ devendra ¤ ** The discussion list for

RE: [WSG] Right aligned lists...

2005-01-25 Thread Devendra Shrikhande
Thanks Russ - purfect! devendra -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of russ - maxdesign Sent: Tuesday, January 25, 2005 3:41 PM To: Web Standards Group Subject: Re: [WSG] Right aligned lists... One method is here

[WSG] RE: newbie with popup menus question

2005-01-24 Thread Devendra Shrikhande
Andreas, David, Boss, et al: Thank you for taking the time to respond. Your comments have certainly helped. Had forgotten about the invisible load associated with adding those popup menus and the need for an alternate navigation system is JavaScript is turned off. Cheers! ¤ devendra ¤

RE: [WSG] content-language[is it search op?]

2005-01-24 Thread Devendra Shrikhande
Thanks Kornel. Very useful resource. devendra -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kornel Lesinski Sent: Monday, January 24, 2005 11:32 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] content-language[is it search op?] On Mon, 24

[WSG] newbie with popup menus question

2005-01-21 Thread Devendra Shrikhande
Title: Message Hello I am a newbie (to web standards) and have been inspired by Zeldman's "Designing with Web Standards". Till now I have been using Fireworks to create popup menus for web sites. Would welcome feedback from this group on: 1- How do the popup menus from Fireworks