[WSG] CSS Expandable Menu

2010-06-28 Thread grant_malcolm_bailey
Hello, I would be grateful if someone could clarify whether there is such a thing as a pure CSS expandable menu. The sort of thing I'm looking for is the expandable / collapsible hierachy commonly shown in the left-hand frame of Windows programs such as Explorer or Outlook. I'm trying to

Re: [WSG] CSS Expandable Menu

2010-06-28 Thread Jelina Korhecz
Hi Grant, I'm not sure if this is what you're looking for, but this might help: http://www.alistapart.com/articles/dropdowns Unfortunately, this does require some javascript as IE doesn't support a few CSS elements. Cheers, Jelina On Tue, Jun 29, 2010 at 9:30 AM,

Re: [WSG] CSS Expandable Menu

2010-06-28 Thread Stephane Blanchard
Hi Grant, Maybe this can help: http://free-css-menu.com/vertical-css-menu.html SteF. On Mon, Jun 28, 2010 at 7:30 PM, grant_malcolm_bai...@westnet.com.auwrote: Hello, I would be grateful if someone could clarify whether there is such a thing as a pure CSS expandable menu. The sort of

Re: [WSG] CSS Expandable Menu

2010-06-28 Thread Josh Godsiff
If you're talking about a tree-like menu, I've never come across a purely CSS one. It strikes me that CSS alone doesn't have the vocabulary to deal with something that requires an 'expanded' and 'collapsed' state. If you're worried about accessibility, either * expand it all by default,

RE: [WSG] CSS Expandable Menu

2010-06-28 Thread Sam Dwyer
...@webstandardsgroup.org] On Behalf Of grant_malcolm_bai...@westnet.com.au Sent: Tuesday, 29 June 2010 9:31 AM To: wsg@webstandardsgroup.org Subject: [WSG] CSS Expandable Menu Hello, I would be grateful if someone could clarify whether there is such a thing as a pure CSS expandable menu. The sort of thing

Re: [WSG] CSS Expandable Menu

2010-06-28 Thread Seona Bellamy
Hi Grant, You're meaning the sort of tree-menu arrangements that have a little plus next to items with children, and clicking the plus makes the children appear and push the other elements further down, right? I don't believe what you're looking for is possible, as that sort of hierarchical menu

RE: [WSG] CSS Expandable Menu

2010-06-28 Thread Thierry Koblentz
Hi Grant, I'm trying to avoid use of Javascript due to accessibility concerns. There is no problem with using a javascript powered menu as long as that menu is accessible with javascript off. As a side note, pure CSS menus usually come with usability issues. -- Regards, Thierry

RE: [WSG] CSS Expandable Menu

2010-06-28 Thread Ted Drake
: [WSG] CSS Expandable Menu Hi Grant, I'm trying to avoid use of Javascript due to accessibility concerns. There is no problem with using a javascript powered menu as long as that menu is accessible with javascript off. As a side note, pure CSS menus usually come with usability issues. -- Regards

[WSG] css drop down input

2010-02-11 Thread PurencoolGmail
Hi everyone I have a input drop down field that I need to controls its width. I know I can put a class or id in the tags but I don't want to do it that way. Here is the css where I can get a text box to work but I can't get the drop down to do the same thing #menu input#s { width: 80%;

Re: [WSG] CSS off button

2010-02-07 Thread Jayachandran Kandasamy
Hi Paul, You can use select drop down box instead of buttons for the CSS switching - this can minimize the space in page and usability will be effective for the end users On Thu, Feb 4, 2010 at 8:51 PM, Paul Novitski p...@juniperwebcraft.comwrote: At 2/4/2010 10:43 AM, Erickson, Kevin (DOE)

Re: [WSG] CSS Validation Error

2010-02-04 Thread David Dorward
On 4 Feb 2010, at 07:42, Joshua Street wrote: The validator does correctly parse as per the spec. The spec defines a way for vendor prefixes to exist without conflicting with anything in CSS, no more. This makes them part of the grammar, not the vocabulary, and the validator checks both.

RE: [WSG] CSS off button

2010-02-04 Thread Erickson, Kevin (DOE)
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Jayachandran Kandasamy Sent: Wednesday, January 27, 2010 2:25 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] CSS off button Hi Kevin, I have tried some sample code for switching

RE: [WSG] CSS off button

2010-02-04 Thread Erickson, Kevin (DOE)
Of Erickson, Kevin (DOE) Sent: Thursday, February 04, 2010 1:44 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] CSS off button Thanks Jayachandran! That definitely works but is there a way that it could keep the CSS off when the visitor leaves the page? Using a cookie maybe? Here is the page

Re: [WSG] CSS Validation Error

2010-02-04 Thread James Ellis
Hi I guess it's understand the consequences and use at your own risk. I doubt a vendor will change the spelling and if they do, I'm pretty sure they'd maintain BC by allowing both to work. Using the example of *-radius, the vendor differences are more to do with what the values selected will

Re: [WSG] CSS off button

2010-02-04 Thread Jayachandran Kandasamy
Kandasamy *Sent:* Wednesday, January 27, 2010 2:25 AM *To:* wsg@webstandardsgroup.org *Subject:* Re: [WSG] CSS off button Hi Kevin, I have tried some sample code for switching off the CSS in jQuery. Please go through this code below and let me know how far it is helping you - if need

RE: [WSG] CSS off button

2010-02-04 Thread Paul Novitski
At 2/4/2010 10:43 AM, Erickson, Kevin (DOE) wrote: Here is the page using your example: http://www.doetest.vi.virginia.gov/z_testing_area/kevin/test-css-off-from-wsg2.shtmlhttp://www.doetest.vi.virginia.gov/z_testing_area/kevin/test-css-off-from-wsg2.shtml I recommend that you give folks a

[WSG] CSS Validation Error

2010-02-03 Thread Daniel Anderson
When I am validating a site that I am working on using the W3C Validator I get errors with *-moz-border-radius-bottomleft*. Is this because it is CSS3? Error Reads: Property -moz-border-radius-bottomleft doesn't exist : 5px 5px Cheers Daniel

RE: [WSG] CSS Validation Error

2010-02-03 Thread Thierry Koblentz
-moz is a vendor prefix (not CSS3) -- Regards, Thierry | www.tjkdesign.com From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Daniel Anderson Sent: Wednesday, February 03, 2010 3:12 PM To: wsg Subject: [WSG] CSS Validation Error When I am

Re: [WSG] CSS Validation Error

2010-02-03 Thread Joshua Street
On Thu, Feb 4, 2010 at 10:23 AM, Thierry Koblentz thierry.koble...@gmail.com wrote: -moz is a vendor prefix (not CSS3) Actually, vendor prefixes are a part of both CSS 2.1 http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords as well as the CSS3 working draft... they're for proprietary

Re: [WSG] CSS Validation Error

2010-02-03 Thread James Ellis
...@gmail.com wrote: -moz is a vendor prefix (not CSS3) -- Regards, Thierry | www.tjkdesign.com *From:* li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] *On Behalf Of *Daniel Anderson *Sent:* Wednesday, February 03, 2010 3:12 PM *To:* wsg *Subject:* [WSG] CSS

RE: [WSG] CSS Validation Error

2010-02-03 Thread Thierry Koblentz
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Joshua Street Sent: Wednesday, February 03, 2010 5:59 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] CSS Validation Error On Thu, Feb 4, 2010 at 10:23 AM, Thierry Koblentz thierry.koble...@gmail.com

RE: [WSG] CSS Validation Error

2010-02-03 Thread Thierry Koblentz
* in the declaration block -- Regards, Thierry | www.tjkdesign.com From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of James Ellis Sent: Wednesday, February 03, 2010 6:10 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] CSS Validation Error Hi You can safely ignore any

Re: [WSG] CSS Validation Error

2010-02-03 Thread Joshua Street
On Thu, Feb 4, 2010 at 1:22 PM, Thierry Koblentz thierry.koble...@gmail.com wrote: On Thu, Feb 4, 2010 at 10:23 AM, Thierry Koblentz thierry.koble...@gmail.com wrote: -moz is a vendor prefix (not CSS3) Actually, vendor prefixes are a part of both CSS 2.1

Re: [WSG] CSS Validation Error

2010-02-03 Thread David Dorward
On 4 Feb 2010, at 03:29, Joshua Street wrote: The prefix may be part of it to address parsing issues, but - afaik - that does not make these extensions CSS properties. Indeed - yet therein lies the frustration at the validator failing to correctly parse as per spec. The validator does

Re: [WSG] CSS Validation Error

2010-02-03 Thread Joshua Street
On Thu, Feb 4, 2010 at 6:16 PM, David Dorward da...@dorward.me.uk wrote: On 4 Feb 2010, at 03:29, Joshua Street wrote: The prefix may be part of it to address parsing issues, but - afaik - that does not make these extensions CSS properties. Indeed - yet therein lies the frustration at the

Re: [WSG] CSS off button

2010-01-27 Thread Oliver Boermans
On 27 January 2010 17:55, Jayachandran Kandasamy jayachandran.kandas...@gmail.com wrote:  $(document).ready(function(){   $(input.offButt).click(function() {    if($(head:has(style)) $(head:has(link))){ $(head:has(style)).remove(); $(head:has(link)).remove();    }   });  }); I’m

Re: [WSG] CSS off button

2010-01-27 Thread Jayachandran Kandasamy
Oliver, This wont remove the head element but only the style and link tags .. but I didnt do the attribute level, I will try it out man.. thanks for the suggestion :) Cheers JC On Wed, Jan 27, 2010 at 5:48 PM, Oliver Boermans boerm...@gmail.com wrote: On 27 January 2010 17:55, Jayachandran

Re: [WSG] CSS off button

2010-01-26 Thread Jayachandran Kandasamy
Hi Kevin, I have tried some sample code for switching off the CSS in jQuery. Please go through this code below and let me know how far it is helping you - if need anyother assistance please reply !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN HTML HEAD TITLE New Document /TITLE META

RE: [WSG] CSS off button

2010-01-25 Thread Erickson, Kevin (DOE)
Yes. I have a prototype with the imports and it DOES work. Thanks -Original Message- From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Ted Drake Sent: Friday, January 22, 2010 5:46 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] CSS off button

Re: [WSG] CSS off button

2010-01-22 Thread Paul Novitski
At 1/22/2010 12:22 PM, Erickson, Kevin (DOE) wrote: Could anyone please tell me if there is a right way to put a clickable button in a web page that will turn off all CSS? To be perhaps overly precise, I'm guessing that you probably don't want to turn off *all* styling because that would

Re: [WSG] CSS off button

2010-01-22 Thread Oliver Boermans
Hi Kevin On 23 January 2010 06:52, Erickson, Kevin (DOE) kevin.erick...@doe.virginia.gov wrote: Could anyone please tell me if there is a right way to put a clickable button in a web page that will turn off all CSS? Why do you want to switch off CSS? Reasons aside, the simplest method that

RE: [WSG] CSS off button

2010-01-22 Thread Ted Drake
to turn off css, just have it switch to an empty css file. Ted -Original Message- From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Oliver Boermans Sent: Friday, January 22, 2010 1:54 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] CSS off button Hi Kevin

RE: [WSG] CSS off button

2010-01-22 Thread Erickson, Kevin (DOE)
...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Oliver Boermans Sent: Friday, January 22, 2010 4:54 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] CSS off button Hi Kevin On 23 January 2010 06:52, Erickson, Kevin (DOE) kevin.erick...@doe.virginia.gov wrote: Could anyone

RE: [WSG] CSS off button

2010-01-22 Thread Ted Drake
should also be skipped. I haven't tested that, but I think it would work. -Original Message- From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Erickson, Kevin (DOE) Sent: Friday, January 22, 2010 2:27 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] CSS

Re: [WSG] css vallidation

2010-01-21 Thread Jayachandran Kandasamy
Hi Marvin, Why there are several properties for the same selector and written twice .. few of them repeating .. can you please optimise it ? Try giving the background-color: transparent instead of background:transparent and try out.. May be some problem with the validator On Wed, Jan 20, 2010 at

[WSG] css vallidation

2010-01-20 Thread Marvin Hunkin
hi. how to fix this. will paste my errors and the css. and what colours to put in for names. cheers Marvin. The W3C CSS Validation Service W3C CSS Validator results for C:\Docs\Tafe\CertificateFourWebsites\CertFour\PrinciplesOfVisualDesign\PrinciplesOfVisualDesign\styles\joe_style.css (CSS

Re: [WSG] css tutorial

2010-01-15 Thread Matthew Pennell
On Fri, Jan 15, 2010 at 7:03 AM, Chris F.A. Johnson ch...@cfajohnson.comwrote: Every other discussion group I participate in regards clagnut with derision. There is no good reason for anything other than font-size: 100%. That's not an explanation. ALA published a follow-up by Richard

RE: [WSG] css tutorial

2010-01-15 Thread Thierry Koblentz
Also, please try our Opera Web Standards Curriculum section 27 entitled CSS basics, written and contributed by Christian Heilmann. Here is the hyperlink to it: http://dev.opera.com/articles/view/27-css-basics/ There are a bunch of typos in there. - Extra semi-colons, - The :first-line and

Re: [WSG] css tutorial

2010-01-15 Thread tee
On Jan 15, 2010, at 1:45 AM, Matthew Pennell wrote: On Fri, Jan 15, 2010 at 7:03 AM, Chris F.A. Johnson ch...@cfajohnson.com wrote: Every other discussion group I participate in regards clagnut With derision. There is no good reason for anything other than font-size: 100%.

RE: [WSG] css tutorial

2010-01-15 Thread Thierry Koblentz
On Fri, Jan 15, 2010 at 7:03 AM, Chris F.A. Johnson ch...@cfajohnson.com wrote: Every other discussion group I participate in regards clagnut with derision. There is no good reason for anything other than font-size: 100%. That's not an explanation. ALA published a follow-up by Richard

[WSG] css error

2010-01-15 Thread Marvin Hunkin
hi. well how to fix this. and could this be releated to the internet explorer 8 problem. please help me out and show me how to fix this error in my css. that is what i am asking you knowelable people on this list. Marvin. ***

Re: [WSG] css error

2010-01-15 Thread David Laakso
Marvin Hunkin wrote: hi. well how to fix this. Marvin. Go to your CSS file. Find the declaration that reads: body { font: 100%/1.4 Helvetica Neue, Arial, sans-serif; -- :: add background: #fff; } Amend that declaration to read: body { font: 100%/1.4 Helvetica Neue, Arial,

[WSG] css tutorial

2010-01-14 Thread Marvin Hunkin
hi. well a member of blind geeks. and asked to write a short basic tutorial on css. did learn css in my web design course in 2007. and di use it a bit to tweek a web project recently. but my question is: what resources and what links to some tutorials to get a handle on how to write a short css

Re: [WSG] css tutorial

2010-01-14 Thread Robert Turner
Hi Marvin, The w3schools tutorial is handy: http://www.w3schools.com/css/css_intro.asp The reference is useful too: http://www.w3schools.com/css/css_reference.asp Cheers, Rob Marvin Hunkin wrote: hi. well a member of blind geeks. and asked to write a short basic tutorial on css. did learn css

Re: [WSG] css tutorial

2010-01-14 Thread Doug Burt
@webstandardsgroup.org Sent: Thursday, January 14, 2010 3:56 PM Subject: [WSG] css tutorial hi. well a member of blind geeks. and asked to write a short basic tutorial on css. did learn css in my web design course in 2007. and di use it a bit to tweek a web project recently. but my question

Re: [WSG] css tutorial

2010-01-14 Thread Chris F.A. Johnson
, I'd avoid w3schools like the plague! - Original Message - From: Marvin Hunkin startrekc...@gmail.com To: wsg@webstandardsgroup.org Sent: Thursday, January 14, 2010 3:56 PM Subject: [WSG] css tutorial hi. well a member of blind geeks. and asked to write a short basic

RE: [WSG] css tutorial

2010-01-14 Thread Andrew Cooper
tutorial materials. All the best, Andrew Cooper P.S This is my first reply in the WSG Mailing List! :) Date: Thu, 14 Jan 2010 19:35:45 -0500 From: ch...@cfajohnson.com To: wsg@webstandardsgroup.org Subject: Re: [WSG] css tutorial On Thu, 14 Jan 2010, Doug Burt wrote: Marvin

Re: [WSG] css tutorial

2010-01-14 Thread tee
On Jan 14, 2010, at 5:44 PM, Andrew Cooper wrote: Hi Marvin, If you're looking for help on CSS and some reference materials then I can't recommend the SitePoint CSS Reference [Located at:http://reference.sitepoint.com/css] highly enough. And as Chris said, I'd avoid W3Schools.com like

Re: [WSG] css tutorial

2010-01-14 Thread Frank Palinkas
Hi Marvin. Also, please try our Opera Web Standards Curriculum section 27 entitled CSS basics, written and contributed by Christian Heilmann. Here is the hyperlink to it: http://dev.opera.com/articles/view/27-css-basics/ Hope this helps you out a bit, Med vennlig hilsen / Kind regards, Frank

Re: [WSG] css tutorial

2010-01-14 Thread Chris F.A. Johnson
On Fri, 15 Jan 2010, Frank Palinkas wrote: Hi Marvin. Also, please try our Opera Web Standards Curriculum section 27 entitled CSS basics, written and contributed by Christian Heilmann. Here is the hyperlink to it: http://dev.opera.com/articles/view/27-css-basics/ I find it hard to

Re: [WSG] css tutorial

2010-01-14 Thread Matthew Pennell
On Fri, Jan 15, 2010 at 6:17 AM, Chris F.A. Johnson ch...@cfajohnson.comwrote: I find it hard to take it seriously when it has body { font-size:62.5%; } in http://dev.opera.com/css/screen.css If you're going to snipe, it's a good idea to provide an explanation and say why you think

Re: [WSG] css tutorial

2010-01-14 Thread Chris F.A. Johnson
On Fri, 15 Jan 2010, Matthew Pennell wrote: On Fri, Jan 15, 2010 at 6:17 AM, Chris F.A. Johnson ch...@cfajohnson.comwrote: I find it hard to take it seriously when it has body { font-size:62.5%; } in http://dev.opera.com/css/screen.css If you're going to snipe, it's a good idea

Re: [WSG] CSS Popup

2010-01-12 Thread Tom Livingston
On Mon, Jan 11, 2010 at 3:14 PM, David Hucklesby huckle...@gmail.com wrote: On 1/11/10 11:25 AM, Tom Livingston wrote: Hello list, I tried to repurpose this example from Eric Meyer: http://meyerweb.com/eric/css/edge/popups/demo.html His page works in IE6. My attempt, however, does not.

[WSG] CSS Popup

2010-01-11 Thread Tom Livingston
Hello list, I tried to repurpose this example from Eric Meyer: http://meyerweb.com/eric/css/edge/popups/demo.html His page works in IE6. My attempt, however, does not. Can anyone see why? http://www.mlinc.com/css_popup/ Thanks in advance -- Tom Livingston | Senior Interactive Developer |

Re: [WSG] CSS Popup

2010-01-11 Thread David Hucklesby
On 1/11/10 11:25 AM, Tom Livingston wrote: Hello list, I tried to repurpose this example from Eric Meyer: http://meyerweb.com/eric/css/edge/popups/demo.html His page works in IE6. My attempt, however, does not. Can anyone see why? http://www.mlinc.com/css_popup/ Thanks in advance Yup. You

RE: [WSG] CSS list-style

2009-10-07 Thread michael.brockington
This message does not reflect the opinions of any entity other than the author alone. -Original Message- From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Chris F.A. Johnson Sent: 06 October 2009 19:00 To: wsg Subject: Re: [WSG] CSS list-style On Tue, 6

RE: [WSG] CSS list-style

2009-10-07 Thread Chris F.A. Johnson
item. /OL /BODY /HTML -Original Message- From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Chris F.A. Johnson Sent: 06 October 2009 19:00 To: wsg Subject: Re: [WSG] CSS list-style On Tue, 6 Oct 2009, Richard Mather wrote: ul li

RE: [WSG] CSS list-style

2009-10-07 Thread Mark Henderson
Chris F.A. Johnson wrote: ul li class=blackcontent/li /ul ul { color:#380; list-style-type:disc; } ul li.black { color:#000; } Then apparently Michael Brockington wrote: Chris, I am not sure what system you tested this on, but it doesn't work on any system I

[WSG] CSS list-style

2009-10-06 Thread Richard Mather
Hi all, I'm wondering about colouring bullet points in a ul and wanted to know if there was a way of having the list-style: a different colour to the text within the li without having to resort to putting it all within a spanas per my example: ul lispancontent/span/li /ul ul {

Re: [WSG] CSS list-style

2009-10-06 Thread Chris F.A. Johnson
On Tue, 6 Oct 2009, Richard Mather wrote: Hi all, I'm wondering about colouring bullet points in a ul and wanted to know if there was a way of having the list-style: a different colour to the text within the li without having to resort to putting it all within a spanas per my example:

RE: [WSG] CSS list-style

2009-10-06 Thread Raul Ferrer
. Cheers Raul _ De: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] En nombre de Richard Mather Enviado el: martes, 06 de octubre de 2009 19:48 Para: wsg Asunto: [WSG] CSS list-style Hi all, I'm wondering about colouring bullet points in a ul and wanted to know

[WSG] CSS Styling in IE

2009-06-18 Thread Nass Martino - Yehget
Hi Everyone, I am having an issue with IE (as most do). http://www.buildline.com.au/newsite/home.aspx The text under the flash sits perfectly in Firefox, but sits off centre in IE. It should be in line with the left side of the flash. Can someone explain to me how to fix this. Thank you

Re: [WSG] CSS Styling in IE

2009-06-18 Thread Adam Smith
Hey Nass, It looks like the floated details with Buildline Constructions' address detailsare what's jagging IE; Check out: http://www.positioniseverything.net/explorer/floatIndent.htmlfor an explanation; and some ways to fix Kind regards, Ads, Adam Smith Operations

Re: [WSG] CSS 3 Media Queries iPhone / Opera Mini 4

2009-05-30 Thread David Hucklesby
Christian Montoya wrote: I am looking into delivering an iPhone-specific stylesheet and I came across this: For example, to specify a style sheet for iPhone, use an expression similar to the following: link media=only screen and (max-device-width: 480px) href=small-device.css type= text/css

[WSG] CSS 3 Media Queries iPhone / Opera Mini 4

2009-05-29 Thread Christian Montoya
I am looking into delivering an iPhone-specific stylesheet and I came across this: For example, to specify a style sheet for iPhone, use an expression similar to the following: link media=only screen and (max-device-width: 480px) href=small-device.css type= text/css rel=stylesheet To specify a

[WSG] CSS IE6/7 - what a surprise

2009-01-23 Thread Henrik Madsen
HI all, I'm hoping there's a simple solution to my two problems. All looks fine in Mac browsers x5 and IE8b2 (according to netrenderer) but not in: IE6 - Mysterious margins are appearing between the header and the top menu and in both coloured boxes in the right hand column of the main

Re: [WSG] CSS IE6/7 - what a surprise

2009-01-23 Thread Dhanishth
Hi Guys, This is my first posting. For clearing floats other reference which could be checked are : http://reference.sitepoint.com/css/floatclear Also the book Everything You Know About CSS is Wrong page 26 onwards there is material regards dhanishth At 02:06 PM 1/23/2009, you

RE: [WSG] CSS IE6/7 - what a surprise

2009-01-23 Thread Damian Edwards
: www.readify.nethttp://www.readify.net/ From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Henrik Madsen Sent: Friday, 23 January 2009 19:37 To: wsg@webstandardsgroup.org Subject: [WSG] CSS IE6/7 - what a surprise HI all, I'm hoping there's a simple solution to my

Re: [WSG] CSS IE6/7 - what a surprise

2009-01-23 Thread Todd Budnikas
| W: www.readify.net From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Henrik Madsen Sent: Friday, 23 January 2009 19:37 Subject: [WSG] CSS IE6/7 - what a surprise HI all, I'm hoping there's a simple solution to my two problems. All looks fine in Mac

Re: [WSG] CSS IE6/7 - what a surprise

2009-01-23 Thread David Dixon
://www.readify.net/ *From:* li...@webstandardsgroup.org mailto:li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] *On Behalf Of *Henrik Madsen *Sent:* Friday, 23 January 2009 19:37 *Subject:* [WSG] CSS IE6/7 - what a surprise HI all, I'm hoping there's a simple solution to my

Re: [WSG] CSS IE6/7 - what a surprise

2009-01-23 Thread Todd Budnikas
19:37 *Subject:* [WSG] CSS IE6/7 - what a surprise HI all, I'm hoping there's a simple solution to my two problems. All looks fine in Mac browsers x5 and IE8b2 (according to netrenderer) but not in: IE6 - Mysterious margins are appearing between the header and the top menu and in both coloured

Re: [WSG] CSS IE6/7 - what a surprise

2009-01-23 Thread Henrik Madsen
*Sent:* Friday, 23 January 2009 19:37 *Subject:* [WSG] CSS IE6/7 - what a surprise HI all, I'm hoping there's a simple solution to my two problems. All looks fine in Mac browsers x5 and IE8b2 (according to netrenderer) but not in: IE6 - Mysterious margins are appearing between the header

RE: [WSG] css Help Please

2009-01-12 Thread michael.brockington
Subject: [WSG] css Help Please Hi. well vallidated my html and it passed the vallidation. got three errors in css. not sure why, how do i fix them. *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe

Re: [WSG] css Help Please

2009-01-12 Thread David Hucklesby
On Mon, 12 Jan 2009 12:37:29 +1100, Marvin Hunkin wrote: Hi. got these three errors. but cannot seem to fix them. can you help. cheers Marvin. W3C CSS Validator results for file://localhost/C:\DOCS\MarvinsWebsite\styles.css (CSS level 2.1) Sorry! We found the following errors (3) URI :

Re: [WSG] css Help Please

2009-01-12 Thread Lea de Groot
On 12/01/2009, at 11:37 AM, Marvin Hunkin wrote: Sorry! We found the following errors (3) URI : file://localhost/C:\DOCS\MarvinsWebsite\styles.css 6 div header Lexical error at line 5, column 2. Encountered: i (105), after : id=Borg; width: 400px; margin: 1% auto; } OK, you haven't

[WSG] css Help Please

2009-01-11 Thread Marvin Hunkin
Hi. well vallidated my html and it passed the vallidation. got three errors in css. not sure why, how do i fix them. and instead of the style for text, tried using a id to refrence that in the style sheet, but said no duplication of the id tag, so did not want the style = text / say in my id

Re: [WSG] CSS invisible to IE

2008-10-30 Thread David Hucklesby
On Wed, 29 Oct 2008 09:02:21 +0500, Fuji kusaka wrote: Is there any way to code css (not conditional inline css), so that the CSS apply online to FF? I'm confused. Your subject line refers to IE, yet your question only refers to FF.(?) If you wish to target Firefox only, it will very much

Re: [WSG] CSS invisible to IE

2008-10-29 Thread Brett Patterson
There are conditional CSS HTML codes that can apply to FF. If you want to use them, you can try: !--[if N]!--link rel=stylesheet type=text/css href=the location.css /!--![endif]-- If the above does not work, try adding an additional N in !--[if N]!--, as in !--[if NN]!--. On Wed, Oct 29, 2008

Re: [WSG] CSS invisible to IE

2008-10-29 Thread morten fjellman
Here is an article about hacks for Fx, Opera and IE: http://www.nealgrosskopf.com/tech/thread.asp?pid=20 On Wed, Oct 29, 2008 at 12:41 PM, Brett Patterson [EMAIL PROTECTED] wrote: There are conditional CSS HTML codes that can apply to FF. If you want to use them, you can try: !--[if

Re: [WSG] CSS and printing absolute units

2008-10-28 Thread Luke Hoggett
Hi, Try using picas (pc) or points (pt). I haven't had this problem before myself, but I believe that it may be caused by the fact that printers have no concept of what a cm or mm is. A good description of pc and pt is at http://www.guistuff.com/css/css_units.html (down the page a bit)

[WSG] CSS invisible to IE

2008-10-28 Thread Fuji kusaka
Is there any way to code css (not conditional inline css), so that the CSS apply online to FF? -- Fuji kusaka *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] CSS invisible to IE

2008-10-28 Thread Luke Hoggett
Hi, This list isn't really a help desk. For such things Google is your friend. Anyway, there are various methods/hacks available. My preference is to use child selectors eg #container .something { /* this will be used in ie6 */ } #container .something { /* this will be used in

[WSG] CSS and printing absolute units

2008-10-27 Thread nedlud
I need to write a print style sheet and have a particular element on the page print at a specific absolute size (85mm by 35mm). I've set the size using the mm units in the style sheet, but the element is printing at 65mm wide. From what I can see, mm (and cm) are well supported measurements in

Re: [WSG] CSS font-size-adjust

2008-10-22 Thread David Hucklesby
On Mon, 20 Oct 2008 12:36:26 -0400, Christian Montoya wrote: - What's the support across browsers / machines for the font-size-adjust property? - Is adjusting the aspect value bad form? Is this as bad as letter-spacing body copy? Would this kill sheep? - Has anyone done this before? Is

Re: [WSG] CSS editors

2008-10-21 Thread tee
On Oct 20, 2008, at 1:37 PM, [EMAIL PROTECTED] wrote: If you want to save money and have an all round free open source editor that does CSS, PHP, javascript, and other major languages I would suggest notepad++. Been using it since it was first available and haven't looked at anything

Re: [WSG] CSS font-size-adjust

2008-10-21 Thread Rob Schumann
Hi Christian, Christian Montoya wrote on 20-10-2008: http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/ Back in September 2006 I wrote a piece that reached some similar conclusions to that above http://www.webspaceworks.com/resources/fonts-web-typography/60/ At the time the

Re: [WSG] CSS font-size-adjust

2008-10-21 Thread Christian Montoya
On Tue, Oct 21, 2008 at 7:14 AM, Rob Schumann [EMAIL PROTECTED] wrote: Hi Christian, Christian Montoya wrote on 20-10-2008: http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/ Back in September 2006 I wrote a piece that reached some similar conclusions to that above

Re: [WSG] CSS font-size-adjust

2008-10-21 Thread Felix Miata
On 2008/10/21 18:14 (GMT+0700) Rob Schumann composed: Christian Montoya wrote on 20-10-2008: http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/ Back in September 2006 I wrote a piece that reached some similar conclusions to that above

Re: [WSG] CSS font-size-adjust

2008-10-21 Thread Rob Schumann
Hi Christian, Christian Montoya wrote on 21-10-2008: Thanks Rob, I think that just about answers all my questions. Would it be possible for you to update your tables with the Vista fonts? I've updated the aspect-ratio/x-widths article to include the 6 'C' fonts of Vista

Re: [WSG] CSS font-size-adjust

2008-10-21 Thread Felix Miata
On 2008/10/21 23:40 (GMT+0700) Rob Schumann composed: I've updated the aspect-ratio/x-widths article to include the 6 'C' fonts of Vista http://www.webspaceworks.com/resources/fonts-web-typography/43/ At some point you might want to mention that, unlike most monospace fonts, which match each

Re: [WSG] CSS editors

2008-10-20 Thread Gareth Senior
/products/textwrangler/download.html It did the job From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gicela Morales Sent: 20 October 2008 10:51 To: wsg@webstandardsgroup.org Subject: [WSG] CSS editors Hi Everyone, I've just migrated form PC to a new macbook

Re: [WSG] CSS editors

2008-10-20 Thread Ollie
I use textmate, http://macromates.com/ as it has really good plug-in support, I have heard good things about Coda though. Ollie On Mon, Oct 20, 2008 at 10:51 AM, Gicela Morales [EMAIL PROTECTED]wrote: Hi Everyone, I've just migrated form PC to a new macbook :-) but was wondering about the

RE: [WSG] CSS editors

2008-10-20 Thread Simon
: [WSG] CSS editors Hi Everyone, I've just migrated form PC to a new macbook :-) but was wondering about the best xhtml/css editors for macs around that people can recommend? I can see that BBEdit is still around ( I used to use this back in the 90's) and CSSedit seem to have some good

Re: [WSG] CSS editors

2008-10-20 Thread James Jeffery
I have both BBEdit and TextMate. I use TextMate alot because it's a nice and simple text editor. Project creation is easy also, you just drag in project folders. I like BBEdit when I am doing Java, C/C++ and general programming, but depending on the task I will use XCode aswell. If it's just

Re: SPAM-LOW: [WSG] CSS editors

2008-10-20 Thread kevin mcmonagle
there is a free version of bbedit called textwrangler if you can hardcode. Gicela Morales wrote: Hi Everyone, I've just migrated form PC to a new macbook :-) but was wondering about the best xhtml/css editors for macs around that people can recommend? I can see that BBEdit is still

Re: [WSG] CSS editors

2008-10-20 Thread Muswardi
/download.html It did the job From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gicela Morales Sent: 20 October 2008 10:51 To: wsg@webstandardsgroup.org Subject: [WSG] CSS editors Hi Everyone, I've just migrated form PC to a new macbook

Re: [WSG] CSS editors

2008-10-20 Thread Gicela Morales
Thanks everyone. I like the idea of TextMate and TextWrangler! Gicela :-) 2008/10/20 James Jeffery [EMAIL PROTECTED] I have both BBEdit and TextMate. I use TextMate alot because it's a nice and simple text editor. Project creation is easy also, you just drag in project folders. I like

Re: [WSG] CSS editors

2008-10-20 Thread designer
Does no-one use Topstyle? http://www.newsgator.com/Individuals/TopStyle/Default.aspx Bob *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help:

Re: [WSG] CSS editors

2008-10-20 Thread Nancy Johnson
I'm Dreamweaver and hand write code. Years ago I used to use BBedit and loved it, however, I also moved from mac to pc years ago. I'm sorry that Barebones didn't develop versions for the pc. The companies I tend to work for are PC only Nancy On Mon, Oct 20, 2008 at 6:52 AM, designer [EMAIL

[WSG] CSS editors

2008-10-20 Thread Gicela Morales
Hi Everyone, I've just migrated form PC to a new macbook :-) but was wondering about the best xhtml/css editors for macs around that people can recommend? I can see that BBEdit is still around ( I used to use this back in the 90's) and CSSedit seem to have some good reviews. Any preferences?

<    1   2   3   4   5   6   7   8   9   10   >