[WSG] Link Help please

2008-06-04 Thread Hayden's Harness Attachment
I am rebuilding a web site and have the following code in it. link rel=stylesheet type=text/css media=screen href(layout.css) / link rel=stylesheet type=text/css media=screen title=Default font size href(?php echo (!$sitestyle)?'layout':$sitestyle ?.css / link rel=alternate stylesheet

Re: [WSG] Link Help please

2008-06-04 Thread Chris Knowles
Hayden's Harness Attachment wrote: I am rebuilding a web site and have the following code in it. link rel=stylesheet type=text/css media=screen href(layout.css) / link rel=stylesheet type=text/css media=screen title=Default font size href(?php echo (!$sitestyle)?'layout':$sitestyle ?.css /

Re: [WSG] Link Help please

2008-06-04 Thread Matt Fellows
It should be href=xxx.css not href(xxx.css) -- Matt Fellows http://www.onegeek.com.au/ *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help:

Re: [WSG] styling address tag or microformat hcard

2008-06-04 Thread Robert O'Rourke
tee wrote: On Jun 3, 2008, at 4:49 PM, tee wrote: Thierry afaik, the address element is not supposed to contain this kind of information as it is related to the people who maintain/are responsible for the document itself (or a section of the document). It's a plain English but I read

[WSG] Outlook 2007

2008-06-04 Thread Paul Collins
Hi all, I am building an email for Outlook 2007, oh joy. I am aware that you can no longer use background images, that's fine. The one thing I want to confirm is whether the background colour will disappear when you nest a table inside your TD. I can't test here, but this will cause me a lot of

Re: [WSG] Background-position in percentage

2008-06-04 Thread rhodry
This is because x and y axis are not used in HTML only in JavaScript as far as I am aware. On 5:01:19 am 06/04/08 John Horner [EMAIL PROTECTED] wrote: I've just spent a bit of time looking at how background-position works when expressed as a percentage: background-position: 90%; and I'm

Re: [WSG] Background-position in percentage

2008-06-04 Thread Chris Price
[EMAIL PROTECTED] wrote: Here's the best way I can describe the effect of (90%, x-axis) positioning with percentages: "to position the image such that the point 90% across the image is aligned with the point 90% across the element". That makes sense because if you set the x-axis to

[WSG] Daniel Beckitt is out of the office.

2008-06-04 Thread daniel . b . beckitt
I will be out of the office starting 04/06/2008 and will not return until 06/06/2008. I will respond to your message when I return. For urgent enquiries, please contact Bret Bearham on 3032 3466. *** WARNING: This e-mail

[WSG] inline images in p

2008-06-04 Thread Andrew famiano
What's the best way to display inline images in a p? example http://i82.photobucket.com/albums/j248/label9/inline.jpg *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] inline images in p

2008-06-04 Thread David Dorward
On 4 Jun 2008, at 15:23, Andrew famiano wrote: What's the best way to display inline images in a p? non, img src=facebook.png alt=facebook congue, arcu. -- David Dorward http://dorward.me.uk/ http://blog.dorward.me.uk/ ***

Re: [WSG] Stumped need suggestions - how to highlight two links at once

2008-06-04 Thread Joseph Taylor
You would want to use an external javascript file. Your javascript file would need to: 1. watch the links in question for a mouseover event 2. if the event fires change something visual about the link and whichever other link meets a set of criteria. To be more specific, you'd have to

Re: [WSG] Stumped need suggestions - how to highlight two links at once

2008-06-04 Thread Hassan Schroeder
Likely, James A. wrote: Want to highlight two links at once if you rollover on of them. You'll need to use JavaScript to do this. -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1) 408-621-3445 === http://webtuitive.com

RE: [WSG] Stumped need suggestions - how to highlight two links at once

2008-06-04 Thread Ted Drake
First off, I'd question the usefulness of this. The disjointed relationship between the links would merely confuse the user. It would be really ugly to do this but here you go li class=disjointedmessa href=/ id=bloodp Blood PressurespanBlood Pressure/span/a/li In your style sheet,

Re: [WSG] inline images in p

2008-06-04 Thread Andrew famiano
the problem is the alignment. how do you align the image centered with the text? On Wed, Jun 4, 2008 at 10:34 AM, David Dorward [EMAIL PROTECTED] wrote: On 4 Jun 2008, at 15:23, Andrew famiano wrote: What's the best way to display inline images in a p? non, img src=facebook.png

Re: [WSG] Background-position in percentage

2008-06-04 Thread Matthew Pennell
On Wed, Jun 4, 2008 at 1:25 PM, Chris Price [EMAIL PROTECTED] wrote: This never occurred to me before you mentioned it. More details on background positioning here: http://www.digital-web.com/articles/web_design_101_backgrounds/ -- - Matthew

Re: [WSG] Stumped need suggestions - how to highlight two links at once

2008-06-04 Thread Svip
I don't think you understand what we are talking about here entirely. At first I was going to advice against it, but then I studied the image he supplied and realised that there may be something about it. Now personally, I am not for making something else move elsewhere on a page, unless your

Re: [WSG] inline images in p

2008-06-04 Thread David Dorward
On 4 Jun 2008, at 17:38, Andrew famiano wrote: the problem is the alignment. how do you align the image centered with the text? img { vertical-align: whatever; } http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align -- David Dorward http://dorward.me.uk/

Re: [WSG] inline images in p

2008-06-04 Thread Bruce
http://www.netmechanic.com/news/vol7/html_no10.htm Bruce bkdesign - Original Message - From: Andrew famiano [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Wednesday, June 04, 2008 12:38 PM Subject: Re: [WSG] inline images in p the problem is the alignment. how do you align

RE: [WSG] Stumped need suggestions - how to highlight two links at once

2008-06-04 Thread Likely, James A.
Thanks, The screen shot that I sent was for a screen that the user would be taken to after they completed a test. It is a summary page of potential risks. This is not a new site but a re-design of how they provide the content. What was requested was that they wanted to show that the risks that

Re: [WSG] styling address tag or microformat hcard

2008-06-04 Thread tee
On Jun 4, 2008, at 2:07 AM, Robert O'Rourke wrote: So you could have: defaultFormat![CDATA[ div class=vcard div class=n{{var firstname}} {{var lastname}}/div {{depend company}}div class=org{{var company}}/div{{/depend}} div class=adr span class=street-address {{var