Re: [WSG] CSS - How the max size of a .css file

2004-10-20 Thread Kay Smoljak
On Wed, 20 Oct 2004 15:36:20 -0200, Genau Junior [EMAIL PROTECTED] wrote: I would like to know, how is the max size of a .css file for a website with a plenty of functionalities and different style pages. Try running a few sites through http://www.websiteoptimization.com/services/analyze/ -

[WSG] css snippet

2004-10-19 Thread Bennie Shepherd
I tried pasting this code 1. |* {| 2. | padding:0;| 3. | margin:0;| 4. |}| to my css and get and error when I try to validate it. Am I just dense? :o) -- Get Firefox Browser http://www.spreadfirefox.com/?q=affiliatesamp;id=6908amp;t=58 Bennie's MIDI Page http://bennieshepherd.com/

Re: [WSG] css snippet

2004-10-19 Thread russ - maxdesign
Did you paste it in exactly as you show below? If so, your sample would not have worked as you had some odd characters in the rule set. Try this (whitespace and line breaks are up to the individual as they are ignored anyway): * { padding:0; margin:0; } It might be worthwhile reading some basic

[WSG] css Snippet

2004-10-19 Thread Bennie Shepherd
Guess when I copied the code from the site I got more than the code.. :o) It worked fine after copying the snippet from the email. Thanks for the help and links. Did you paste it in exactly as you show below? If so, your sample would not have worked as you had some odd characters in the rule

Re: [WSG] css snippet

2004-10-19 Thread Mark Harwood
On Tue, 19 Oct 2004 04:44 , Bennie Shepherd [EMAIL PROTECTED] sent: Am I just dense? :o) Think you answered the question you self fella... Ive never known it possible to use a wildcard (*) to select all elements, it would be nice but i dont think its possible Mark Harwood

[WSG] CSS TAB MENU - A new version with problems

2004-10-14 Thread Genau Junior
Hello everybody, I developed a kind of tab menu navigation using li, that changes when mouse over occours. Im rebuilding this site using xhtml. (under construction), and i having some problems with this menu. http://www.meucarronovo.com.br/xhtml Note that IE browser, freezes when

[WSG] CSS Validation query

2004-10-13 Thread Jackie Reid
Hi everyone im a bit confused here - trying to validate my css and i get this warning Line : 0 font-family: You are encouraged to offer a generic family as a last alternative what do they mean... i always do that and get the no errors or warnings reply... whats going on.. ? Jackie

RE: [WSG] CSS Validation query

2004-10-13 Thread Peter Firminger
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jackie Reid Sent: Wednesday, October 13, 2004 6:13 PM To: [EMAIL PROTECTED] Subject: [WSG] CSS Validation query Hi everyone im a bit confused here - trying to validate my css and i get this warning Line : 0 font

Re: [WSG] CSS Validation query

2004-10-13 Thread Nick Gleitzman
On 13 Oct 2004, at 6:13 PM, Jackie Reid wrote: Hi everyone im a bit confused here - trying to validate my css and i get this warning Line : 0 font-family: You are encouraged to offer a generic family as a last alternative what do they mean... i always do that and get the no errors or warnings

Re: [WSG] CSS Validation query

2004-10-13 Thread Rick Faaberg
On 10/13/04 1:13 AM Jackie Reid [EMAIL PROTECTED] sent this out: Line : 0 font-family: You are encouraged to offer a generic family as a last alternative what do they mean... i always do that and get the no errors or warnings reply... Do a sans-serif or serif as the last specified font.

Re: [WSG] CSS Validation query

2004-10-13 Thread Trovster
Congratulations! Valid CSS!This document validates as CSS! Is what I get when I validate the CSS directly, or through the site!! Dunno what's going on. I quickly checked and you've got a generic font on the 3 font-families. I'd just say it's the validator being stupid. On Wed, 13 Oct 2004

Re: [WSG] CSS Validation query

2004-10-13 Thread Neerav
Jackie http://www.google.com/search?hl=enlr=c2coff=1q=css+generic+font+familybtnG=Search lead to http://www.htmlhelp.com/reference/css/font/font-family.html Neerav Bhatt http://www.bhatt.id.au Web Development IT consultancy http://www.bhatt.id.au/blog/ - Ramblings Thoughts

Re: [WSG] CSS Validation query

2004-10-13 Thread Lennart Fylling
Jackie Reid wrote: Hi everyone im a bit confused here - trying to validate my css and i get this warning Line : 0 font-family: You are encouraged to offer a generic family as a last alternative what do they mean... sans-serif, serif , monospace , cursive or Fantasy . You put the font

RE: [WSG] CSS Validation query

2004-10-13 Thread Bert
G'day Line : 0 font-family: You are encouraged to offer a generic family as a last alternative Look at the last rule in your CSS where you have Sans Serif instead of the generic sans-serif. Chances are that's what the validator was looking at (Line : 0 obviously doesn't tell us anything).

RE: [WSG] CSS Validation query

2004-10-13 Thread Peter Firminger
Just a heads up, always look for No errors or warnings. You can get the congrats but still have warnings if you scroll down. Jackie's concern was a warning even though it was valid css. P Congratulations! Valid CSS!This document validates as CSS! Is what I get when I validate the CSS

Re: [WSG] CSS Validation query

2004-10-13 Thread Jackie Reid
Thank, thank, thank you everyone...it works now... i must have scoured through that code for hours yesterday... a severe case of not seeing the wood for the trees. All fixed with your help thanks again Jackie ** The discussion list for

Re: [WSG] CSS Validation query

2004-10-13 Thread RMW Web Publishing
it for source coding - honest) has 'mono' in it's pre-set font lists. Users beware (I'll raise the issue with Macromedia). - Original Message - From: "Lennart Fylling" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 6:38 PM Subject: Re: [WSG] CSS

[WSG] CSS caching problem in IE and Firefox

2004-10-12 Thread Sean Ho @ W3 Compliant Sites
Hi all, I am having this caching problem everytime I update my CSS file and the browser suddenly stop showing the new changes. This only happens in IE and Firefox occasioinally. I realised it straight away it's a caching problem but often clearing the cache (or temporary internet files in IE)

Re: [WSG] CSS caching problem in IE and Firefox

2004-10-12 Thread Kevin Futter
Hi Sean, IE on both platforms is notorious for its caching issues, but is especially tenacious on the Mac (though this is the first time I've heard of problems with Firefox). The usual solution, which doesn't always work, is to hold down the shift key while hitting refresh/reload (from memory,

RE: [WSG] CSS caching problem in IE and Firefox

2004-10-12 Thread Jason Turnbull
Sean Ho wrote: I am having this caching problem everytime I update my CSS file and the browser suddenly stop showing the new changes. This only happens in IE and Firefox occasioinally. Have you tried force refreshing? IE - hold Ctrl and select refresh Firefox - hold Shift and select refresh

[WSG] CSS TAB MENU - A new version with problems

2004-10-12 Thread Genau Junior
Hello everybody, I developed a kind of tab menu navigation using li, that changes when mouse over occours. Im rebuilding this site using xhtml. (under construction), and i having some problems with this menu. http://www.meucarronovo.com.br/xhtml Note that IE browser, freezes when

Re: [WSG] CSS caching problem in IE and Firefox

2004-10-12 Thread Kenneth Feldman
That's a great way to prevent caching problems. But maintaining all those separate sections of the style sheet can be cumbersome. I suggest using a PhP Include to add one style sheet to each developing page. That way you can have embedded style sheets which won't get cached, and still work

Re: [WSG] CSS TAB MENU - A new version with problems

2004-10-12 Thread Nick Gleitzman
Genau Junior wrote: Can anyone explain me why this browser freezes, when the mouse sets over the css menu tab?   PS:   My css file still no validated and some classes  are repeated, but on final version, that will be fixed.   Rule #1 for problem-solving: eliminate variables. In this case:

Re: [WSG] CSS TAB MENU - A new version with problems

2004-10-12 Thread Genau Junior
, 2004 8:55 PM Subject: Re: [WSG] CSS TAB MENU - A new version with problems Genau Junior wrote: Can anyone explain me why this browser freezes, when the mouse sets over the css menu tab? PS: My css file still no validated and some classes are repeated, but on final version

Re: [WSG] CSS caching problem in IE and Firefox

2004-10-12 Thread Amit Karmakar
Try this Sean, http://www.karmakars.com/weblog/archives/2004/03/25/cache On Wed, 13 Oct 2004 08:53:40 +1000, Jason Turnbull [EMAIL PROTECTED] wrote: Sean Ho wrote: I am having this caching problem everytime I update my CSS file and the browser suddenly stop showing the new changes. This

[WSG] CSS problem solving

2004-10-11 Thread russ - maxdesign
Hi all, I have been noticing more CSS questions coming onto the list. This is all cool. One of our main aims is to help developers move towards web standards/best practice. However, if you are just getting into CSS it might be worth your time reading a few CSS classic articles: Position is

RE: [WSG] CSS problem solving

2004-10-11 Thread cssaddict
Hi, Actually CSS is the main reason I joined here. Since I am teaching myself how to do all of this, I try to join where the information is reported to be excellent. Here is another excellent link for css information. http://westciv.com/ [cssaddict] aka Debbie

Re:[WSG] CSS problem solving

2004-10-11 Thread Lyn Patterson
Thanks, Russ - yes, there are some great articles around and I have printed out so many and bookmarked so many it is hard to keep track. I find that as a beginner to CSS the main problem is actually recognising just what each problem is. Sometimes when something doesn't work as one expects it

Re: [WSG] CSS problem solving

2004-10-11 Thread Trovster
Here are all my resources I use so far... http://www.trovster.com/resources.html Still with a lot to sort out...!! On Tue, 12 Oct 2004 07:13:40 +0800, Lyn Patterson [EMAIL PROTECTED] wrote: Thanks, Russ - yes, there are some great articles around and I have printed out so many and

RE: [WSG] CSS problem solving

2004-10-11 Thread David McDonald
PROTECTED] Subject: RE: [WSG] CSS problem solving Date: Tue, 12 Oct 2004 08:20:01 +1000 Hi all, I have been noticing more CSS questions coming onto the list. This is all cool. One of our main aims is to help developers move towards web standards/best practice. However, if you are just getting into CSS

[WSG] css syntax question

2004-10-02 Thread Brian Duchek
Is there a syntax in CSS declarations which 'wraps' classes/ids in a parent condition? I'm not asking this very clearly, but the idea is similar to the Javascript syntax... with { ... } The purpose being, I find myself writing a lot of statements like the below #navigation p {...} #navigation

Re: [WSG] css syntax question

2004-10-02 Thread Nick Gleitzman
I've never seen such 'nesting' listed anywhere in any CSS how-to info, and I presume that (a) if it were possible, the technique would have been published, and (b) it hasn't been published because it doesn't work. Having said that, I haven't ever tested it, so I don't know for sure... What

Re: [WSG] css syntax question

2004-10-02 Thread Isabel Santos
Brian: Doesn't seem an easy task (I'm not a css master anyway), but I think you could use combinations of several selectors to accomplish what you want (not nesting it though). Using descendent, child, adjacent and universal selectors, (check

RE: [WSG] CSS rules quirks database

2004-09-23 Thread David McDonald
The CSS-discuss Wiki is a very good wealth of CSS information that is always being updated: http://css-discuss.incutio.com/?page=FrontPage Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [WSG] CSS rules quirks database Date: Thu, 23 Sep 2004 16:07:29 -0700

Re: [WSG] CSS rules quirks database

2004-09-23 Thread Tony Aslett
Hi Paul, I created a list of CSS properties and browsers that support them http://www.csscreator.com/attributes/ It still needs a little work refining and adding content. The idea was to get the community (members of the CSS Forum) behind it and have them add to the content. Once logged in you

Re: [WSG] CSS rules quirks database

2004-09-23 Thread Paul Novitski
At 05:00 PM 9/23/2004, Tony Aslett wrote: I created a list of CSS properties and browsers that support them http://www.csscreator.com/attributes/ Excellent work, Tony. Are you storing this in an SQL database? I'd like to see some other layers of information added to a database such as yours.

Re: [WSG] CSS rules quirks database

2004-09-23 Thread Tony Aslett
Paul Novitski wrote: At 05:00 PM 9/23/2004, Tony Aslett wrote: I created a list of CSS properties and browsers that support them http://www.csscreator.com/attributes/ Excellent work, Tony. Are you storing this in an SQL database? Thanks Paul, Yes it's stored in a MySQL database. I'd like to see

Re: [WSG] css validation error

2004-09-20 Thread John Oxton
Maybe you could try not using the font shorthand to get it to validate, try it as font-family etc. Could it be that there is something missing from that rule? Certainly one I have had problem with before. Cameron Muir wrote: Thanks for pointing that out John - serves me right for not cleaning

Re: [WSG] css validation error

2004-09-20 Thread Cameron Muir
Thanks John and Ryan - the problem was something to do with the menu list item styles. It was way down the bottom of the page - I was going crazy because I thought that error report referred to the body style (which was at the top of the page). I only realised that must have been the problem

Re: [WSG] css validation error

2004-09-20 Thread Kevin Futter
My understanding was that there shouldn't be a comma in the shorthand font selector after Trebuchet MS (but I could be wrong ...). Cheers, Kevin Futter On 20/9/04 4:26 PM, John Oxton [EMAIL PROTECTED] wrote: Maybe you could try not using the font shorthand to get it to validate, try it as

Re: [WSG] css validation error

2004-09-20 Thread Kevin Futter
It appears from another post that I am wrong! Oh well ... Kevin Futter On 21/9/04 8:56 AM, Kevin Futter [EMAIL PROTECTED] wrote: My understanding was that there shouldn't be a comma in the shorthand font selector after Trebuchet MS (but I could be wrong ...). Cheers, Kevin Futter On

Re: [WSG] css validation error

2004-09-20 Thread Ryan Christie
font: [italics/bold/etc] [size]/[line-height] [two words],[fam2],[fam3],[etc]; Kevin Futter wrote: My understanding was that there shouldn't be a comma in the shorthand font selector after Trebuchet MS (but I could be wrong ...). Cheers, Kevin Futter On 20/9/04 4:26 PM, John Oxton [EMAIL

[WSG] css validation error

2004-09-19 Thread Cameron Muir
Hello, I can't work out why this is producing an error. I'm sure there must be a simple solution that I've missed. body { font: small Trebuchet MS, sans-serif; color: #66; } The error: URI : http://design.quagma.net/themes/quagma/style.css * Line: 0 Context : sans-serif

Re: [WSG] css validation error

2004-09-19 Thread John Oxton
Hi Cameron, You have this .paymate { position: relative: top: 20px; right: 10px; } the position:relative needs a semi colon and you should be on your way Regards, John, Cameron Muir wrote: Hello, I can't work out why this is producing an error. I'm sure there must be a

Re: [WSG] css validation error

2004-09-19 Thread Cameron Muir
Thanks for pointing that out John - serves me right for not cleaning out disused styles. However, I'm still getting the same error. John Oxton wrote: Hi Cameron, You have this .paymate { position: relative: top: 20px; right: 10px; } the position:relative needs a semi colon and you

Re: [WSG] CSS competition

2004-09-01 Thread Mark Harwood
Sound's very nice johna i shall deffently be submitting one or two templates for you! Would you have any problem with me also offering the one's i submit to you on my new project xhtmlandcss.co.uk ? or would you like soley right's to them? Many Thanks Mark Harwood

Re: [WSG] CSS block display model horizontal arrangement in container block

2004-09-01 Thread Carlyle Sutphen
Hi Nick, thanks for the links. They are nice additions to my collection of CSS resources. Particularly the /* Position is Everything */ website was interesting for its rundown on IE CSS bugs and workaround hacks. Reading about the IE/Win Guillotine Bug showed me that, contrary to what I

Re: [WSG] CSS - select list

2004-08-27 Thread Andrew Krespanis
. - http://leftjustified.net/ - Original Message - From: Zaac Woodhead [EMAIL PROTECTED] Date: Fri, 27 Aug 2004 15:37:05 +1000 Subject: [WSG] CSS - select list To: [EMAIL PROTECTED] Is it possible to apply css to a select drop down/multiple select list. Have

Re: [WSG] CSS - select list

2004-08-27 Thread Nick Gleitzman
On Friday, Aug 27, 2004, at 15:37 Australia/Sydney, Zaac Woodhead wrote: Is it possible to apply css to a select drop down/multiple select list. Have a design on my desk with a fully formatted selectl list - including the arrows, etc. Iknow it does not meet standards, but is this possbile?  

RE: [WSG] CSS block display model horizontal arrangement in conta iner block

2004-08-27 Thread Trusz, Andrew
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlyle Sutphen Sent: Friday, August 27, 2004 11:35 AM To: [EMAIL PROTECTED] Subject: [WSG] CSS block display model horizontal arrangement in container block Hello. I haven't gotten the hang of getting

[WSG] CSS - select list

2004-08-26 Thread Zaac Woodhead
Title: Message Is it possible to apply css to a select drop down/multiple select list. Have a design on my desk with a fully formatted selectl list - including the arrows, etc. I know it does not meet standards, but isthis possbile? Zaac Woodhead Phone :1300 855 095 Website Design

Re: [WSG] CSS Drop down menu - Bugfix IE

2004-07-28 Thread Siteman DA - Bent Inge
in all browsers? Most obliged, Bent Inge @ www.siteman.no - Original Message - From: Nick Gleitzman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 2:10 AM Subject: Re: [WSG] CSS Drop down menu - Bugfix IE On Wednesday, Jul 28, 2004, at 02:04 Australia/Sydney

[WSG] css help - convert from table to css - 3 tables

2004-07-28 Thread Hill, Tim
at this address: http://www3.ca.com/partners/channel/ At the bottom, there are 3 chips; an image on the left and text on the right inside a td. I want to convert this using CSS. I can nearly replicate it but it fails in ie5.0, where I can get a gap on the left. I wouldn't care about this but

Re: [WSG] CSS Drop down menu - Bugfix IE

2004-07-27 Thread Ben Bishop
Hi Bent, ...The menu is tested in Opera, Firefox and Netscape and in these browsers the menu seems to work as expected. IE, however, give me an unwanted gap when accessing sublevels. How do I solve that problem? Hope some of you wizards out there can help me out :-) IE has a thing about

Re: [WSG] CSS Drop down menu - Bugfix IE

2004-07-27 Thread Ben Bishop
Hi Bent, ...The menu is tested in Opera, Firefox and Netscape and in these browsers the menu seems to work as expected. IE, however, give me an unwanted gap when accessing sublevels. How do I solve that problem? Hope some of you wizards out there can help me out :-) IE has a thing about

Re: [WSG] CSS Drop down menu - Bugfix IE

2004-07-27 Thread Ben Bishop
Hi Bent, ...The menu is tested in Opera, Firefox and Netscape and in these browsers the menu seems to work as expected. IE, however, give me an unwanted gap when accessing sublevels. How do I solve that problem? Hope some of you wizards out there can help me out :-) IE has a thing about

Re: [WSG] CSS Drop down menu - Bugfix IE

2004-07-27 Thread Siteman DA - Bent Inge
- is there some way of tricking IE for this excact type of listmenu? Thank you for your time :-) Best regards, Bent Inge Høiås - Original Message - From: Ben Bishop [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 5:18 PM Subject: Re: [WSG] CSS Drop down menu - Bugfix IE Hi

Re: [WSG] CSS Drop down menu - Bugfix IE

2004-07-27 Thread Nick Gleitzman
On Wednesday, Jul 28, 2004, at 02:04 Australia/Sydney, Siteman DA - Bent Inge wrote: I'm aware of the problem with list items, and it sucks... But the markup (http://www.regnskapsbyraet.no/sider/designmal.php) can't be changed in order for the menu to work. So the changes has to be made in the

Re: [WSG] CSS Drop down menu - Bugfix IE

2004-07-27 Thread Philippe Wittenbergh
On Jul 28, 2004, at 1:04 am, Siteman DA - Bent Inge wrote: I'm aware of the problem with list items, and it sucks... But the markup (http://www.regnskapsbyraet.no/sider/designmal.php) can't be changed in order for the menu to work. So the changes has to be made in the stylesheet

[WSG] CSS Drop down menu - Bugfix IE

2004-07-26 Thread Siteman DA - Bent Inge
Hello fellow members of the Web Standards Group! I use a css drop down menu that works fantastic for most browsers, except for Internet Explorer (off course). The menu is tested in Opera, Firefox and Netscape and in these browsers the menu seems to work as expected. IE, however, give me an

[WSG] CSS Vault

2004-07-25 Thread Neerav
A gallery of CSS websites, useful for noting trends in CSS design http://www.cssvault.com/gallery.php -- Neerav Bhatt http://www.bhatt.id.au Web Development IT consultancy Mobile: +61 (0)403 8000 27 http://www.bhatt.id.au/blog/ - Ramblings Thoughts http://www.bookcrossing.com/mybookshelf/neerav

[WSG] css and cms (elegant product sought)

2004-07-22 Thread Roly
a couple of questions, somewhat off topic Iwould like to capture an image of the the whole html pagei.e. what is not visible in the scroll region,so the image would capture something likean "800 x 3000" region to be printed in abrochure. I am lookingfor an elegantCMS tool which will

Re: [WSG] css and cms (elegant product sought)

2004-07-22 Thread mike
I would like to capture an image of the the whole html page i.e. what is not visible in the scroll region, so the image would capture something like an 800 x 3000 region to be printed in a brochure. SnagIt is very cool and worth the $40 http://www.techsmith.com/products/snagit/default.asp

Re: [WSG] css and cms (elegant product sought)

2004-07-22 Thread Steven . Faulkner
: Sent by: Subject: [WSG] css and cms (elegant product sought) [EMAIL PROTECTED

Re: [WSG] css and cms (elegant product sought)

2004-07-22 Thread Nick Gleitzman
On Friday, Jul 23, 2004, at 13:44 Australia/Sydney, Roly wrote: a couple of questions, somewhat off topic   I would like to capture an image of the the whole html page i.e.  what is not visible in the scroll region, so the image would capture something like an 800 x 3000 region to be printed in

[WSG] CSS Tabs

2004-07-15 Thread Jad Madi
Hi guys is there anyway to get CSS tabs working without Java scripts? -- http://www.jadmadi.net/ * The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list

RE: [WSG] CSS Tabs

2004-07-15 Thread Dave Rayner
DISCUSS; [EMAIL PROTECTED] Subject: [WSG] CSS Tabs Hi guys is there anyway to get CSS tabs working without Java scripts? -- http://www.jadmadi.net/ * The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail

Re: [WSG] CSS Tabs

2004-07-15 Thread Jad Madi
result from your receipt of this message or any attachments. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jad Madi Sent: Friday, July 16, 2004 8:46 AM To: [EMAIL PROTECTED]; css-discuss DISCUSS; [EMAIL PROTECTED] Subject: [WSG] CSS Tabs

RE: [WSG] CSS Tabs

2004-07-15 Thread Jason Turnbull
Jad Madi wrote: hmm what I want is , for example http://www.alistapart.com/d/slidingdoors2/v1/ex10a.html# when I click on any tab to be active? How to do it? In the above example you change the body id of each page depending on which tab you want to look active Currently its set to body

Re: [WSG] CSS Tabs

2004-07-15 Thread Patrick H. Lauke
I think what he meant was: the tabs don't highlight on hover in IE, and how to get around that. If I wasn't knackered (and heck, it's 1:34 in the morning here), I'd spend a few minutes devising a javascript solution (or completely reorganising the xhtml so that the A element is the one containing

Re: [WSG] CSS Tabs

2004-07-15 Thread Aldemir Vieira
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jad Madi Sent: Friday, July 16, 2004 8:46 AM To: [EMAIL PROTECTED]; css-discuss DISCUSS; [EMAIL PROTECTED] Subject: [WSG] CSS Tabs Hi guys is there anyway to get CSS tabs working without Java scripts? -- http

RE: [WSG] CSS Tabs

2004-07-15 Thread Dave Rayner
AM To: [EMAIL PROTECTED] Subject: RE: [WSG] CSS Tabs Jad Madi wrote: hmm what I want is , for example http://www.alistapart.com/d/slidingdoors2/v1/ex10a.html# when I click on any tab to be active? How to do it? In the above example you change the body id of each page depending on which tab

Re: [WSG] CSS Tabs

2004-07-15 Thread Nick Gleitzman
On Friday, Jul 16, 2004, at 10:08 Australia/Sydney, Jad Madi wrote: hmm what I want is , for example http://www.alistapart.com/d/slidingdoors2/v1/ex10a.html# when I click on any tab to be active? How to do it? On Fri, 16 Jul 2004 09:37:28 +1000, Dave Rayner [EMAIL PROTECTED] wrote: If you mean

Re: [WSG] CSS Tabs

2004-07-15 Thread Chris Stratford
Here, its very simple. 1st step. Setup you link heirachy in an unordered list. div id="nav" ul lia href=""Link/a/li lia href=""Link/a/li lia href=""Link/a/li lia href=""Link/a/li /ul /div 2nd step. Setup the CSS, div#nav ul { list-style-type: none; padding: 0; margin: 0; }

RE: [WSG] CSS based redesign of http://www.mckinseyquarterly.com/

2004-07-14 Thread 7 sinz
I dont know the authors, but they import nearly everystyleshee used on the site why not keep the styles in one file and import that ? /* @import url(template.css); */ /* @import url(article-tools.css); */ /* @import url(article-list.css); */ /* @import url(chart-pack.css); */ /* @import

Re: [WSG] CSS based redesign of http://www.mckinseyquarterly.com/

2004-07-14 Thread t94xr.net.nz webmaster
/* @import url(template.css); */ /* @import url(article-tools.css); */ /* @import url(article-list.css); */ /* @import url(store.css); */ /* @import url(TOC.css); */ OMG theres organisational skills but then theres organisational skills. imports are now generally used for IE css bug

Re: [WSG] CSS based redesign of http://www.mckinseyquarterly.com/

2004-07-14 Thread Bradley Wright
imports are now generally used for IE css bug fixes. but thats a bit overboard. Could you qualify this statement please? @import is used to import stylesheets. We don't want to give members who might be new to CSS the wrong idea here. The site probably won't validate either due to some

Re: [WSG] CSS based redesign of http://www.mckinseyquarterly.com/

2004-07-14 Thread t94xr.net.nz webmaster
imports are now generally used for IE css bug fixes. but thats a bit overboard. Could you qualify this statement please? @import is used to import stylesheets. We don't want to give members who might be new to CSS the wrong idea here. thats one valid point. but its a trend to put IE CSS fixes and

[WSG] CSS based redesign of http://www.mckinseyquarterly.com/

2004-07-13 Thread Andrey V. Stefanenko
http://www.mckinseyquarterly.com/ I am using this site for couple of years and just recently they redesign site with CSS and XHTML Who are the autors? NIce! Regards, Andrey Stefanenko [EMAIL PROTECTED] * The discussion list for

Re: [WSG] CSS Opacity

2004-07-13 Thread Nick Gleitzman
On Tuesday, Jul 13, 2004, at 22:03 Australia/Sydney, Joe Leech wrote: I know this really isn't strictly *standard* but... I am using the css level 3 opacity property (and using the alpha filter for IE) for various content boxes to show the background image. However, I have just placed an image

Re: [WSG] CSS Opacity

2004-07-13 Thread Marc Greenstock
Joe Leech wrote: I know this really isn't strictly *standard* but... I am using the css level 3 opacity property (and using the alpha filter for IE) for various content boxes to show the background image. However, I have just placed an image in the opaque block and it is opaque - but I don't

Re: [WSG] CSS Opacity

2004-07-13 Thread Ben Bishop
Hi Joe, placed an image in the opaque block and it is opaque - but I don't want it to be. Is there a way to turn off the opacity of top image? As Porter Glendinning replied to a similar post on css-discuss: ...the problem you're running up against is not one of inheritance. When you set the

RE: [WSG] CSS Opacity

2004-07-13 Thread Patrick Lauke
This may be of interest http://archivist.incutio.com/viewlist/css-discuss/39758 In short, you could avoid the problem completely by using a 24bit PNG for the background, rather than using opacity. Patrick Patrick H. Lauke Webmaster / University of Salford

[WSG] CSS DIV CENTERS

2004-07-13 Thread olajide olaolorun
Hi, I wanted to know how I can center a CSS DIV that uses the X and Y scale... Personal Playgrounds: Empire X - http://www.empirex.net Olajide Olaolorun - http://www.olajideolaolorun.com Business Related: Triple O, L.L.C. - http:// - coming soon Triple O, Labs - http://www.tripleolabs.com Triple

[WSG] CSS Block Element Probs...

2004-06-28 Thread Chris Stratford
Hey Everyone, www.neester.com is what I am working on. I just made a new stylesheet for the site. I just need some help with the DIVs... Its a big issue at the moment. I have right floated Navigation... the Content, is just a DIV which is by default a BLOCK element, and therefore uses all

Re: [WSG] CSS Block Element Probs...

2004-06-28 Thread russ - maxdesign
Chris, From a quick look, you seem have two problems - the box model issue and a border issue: 1. IE misinterprets the box model so your navigation div appears thinner in this browser compared to other browsers. http://css.maxdesign.com.au/listamatic/about-boxmodel.htm There are many ways to

Re: [WSG] CSS Block Element Probs...

2004-06-28 Thread Chris Stratford
Ahhh great thanks russ... What I will do is, remove the XML bit... then change the css, and see how it looks then! :) Thanks a lot! - Chris Stratford russ - maxdesign wrote: Chris, From a quick look, you seem have two problems - the box model issue and a border issue: 1. IE

Re: [WSG] CSS Menu Issues - Client Site

2004-06-10 Thread Ian Main
Hi Jezz, I haven't looked at question 1, but here is 2 and 3. 2) If you have the list items on a single line in your code these breaks disappear. Funny because I thought this issue was only with IE. example: lia href=#Item one/a/lilia href=#Item two/a/lilia href=#Item three/a/li 3) The break

[WSG] CSS Menu Issues - Client Site

2004-06-09 Thread Jeremy S. @ WSG
Hello there. Im developing a site for a local hat shop, and Im having some problems with the menu. If you could please take a look at the following link: http://www.affectus.net/freelance/2004_05_phathats/ Here are the issues I am experiencing: 1) I would like for the navigation to

Re: [WSG] CSS Disaster

2004-06-04 Thread RC Pierce
: [WSG] CSS Disaster Dad, I'm not saying I wrecked the CSS.but I'm gonna need a new stylesheet. This is how I feel right now. For my new History Website redesign, I worked hard on creating a valid XHTML 1.0 Transitional structure consisting of semantic, organized markup. I validated tha markup

Re: [WSG] CSS Disaster

2004-06-04 Thread Kristof Neirynck
Sean M. Hall AKA Dante wrote: At first I though it was this: @import url('screenstyles.css') screen; I use single quotes so IE5/Mac won't see the stylesheet. But I switched to double quotes and still no luck. Removed the screen; part. Nein. not yet. Removed the conditional comments for IE in the

RE: [WSG] CSS Disaster

2004-06-04 Thread Iain Gardiner
Sean M. Hall AKA DanteSent: 04 June 2004 02:53To: [EMAIL PROTECTED]Subject: [WSG] CSS Disaster"Dad, I'm not saying I wrecked the CSS.but I'm gonna need a new stylesheet". This is how I feel right now. For my new History Website redesign, I worked hard on creating

[WSG] Css problems..

2004-06-03 Thread Befree
Hi, i've a problem with Mozilla that i can't resolve. In this site (www.comune.castelnuovo-berardenga.si.it) Mozilla display a white line under the top banner and i can't understand why. anybody can help me? thanks, bye. Vince * The discussion

Re: [WSG] Css problems..

2004-06-03 Thread Razvan Pop
Your site has some errors. Try to fix them first. http://validator.w3.org/check?uri=http%3A%2F%2Fwww.comune.castelnuovo-berardenga.si.it%2Fcharset=%28detect+automatically%29doctype=Inlineverbose=1 -- Razvan Pop

Re: [WSG] Css problems..

2004-06-03 Thread Leslie Riggs
First off, try validating your site - when I ran the W3C HTML validator it came back NOT valid XHTML 1.1 and there were three errors. Second, although you've got a style sheet, your layout is still controlled by tables? I would look at those first before trying to fix the white line issue.

Re: [WSG] Css problems..

2004-06-03 Thread Michael Allan
Vince, Set the image to display: block or vertical-align: bottom. Details here: http://devedge.netscape.com/viewsource/2002/img-table/ Cheers, Mike On Thursday, June 3, 2004, at 11:00 PM, Befree wrote: Hi, i've a problem with Mozilla that i can't resolve. In this site

Re: [WSG] Css problems..

2004-06-03 Thread Befree
Hi, Michael Allan wrote: Vince, Set the image to display: block or vertical-align: bottom. Details here: http://devedge.netscape.com/viewsource/2002/img-table/ it works perfectly! thanks a lot! :) Cheers, Mike bye, Vince * The discussion list for

Re: [WSG] Css problems..

2004-06-03 Thread Befree
Hi, Leslie Riggs wrote: First off, try validating your site - when I ran the W3C HTML validator it came back NOT valid XHTML 1.1 and there were three errors. Second, although you've got a style sheet, your layout is still controlled by tables? I would look at those first before trying to fix

Re: [WSG] CSS Disaster

2004-06-03 Thread Ryan Christie
Almost all of my visitors use IE, and I have less than two weeks to solve the problem. CSS is an excellent car, but IE is a broken muddy pothole-filled road. Anyone know any bugs that prevent IE from loading a stylesheet? You provided no URLs. Nada. Zilch. Nein. Sorry, no can help. -- Ryan

Re: [WSG] CSS editor

2004-05-29 Thread Mordechai Peller
Rev. Bob 'Bob' Crispen wrote: The voices are telling me that t94xr.net.nz webmaster said on 5/28/2004 9:55 AM: Topstyle Pro 3.10 Pro is a better bet. ...and Nick is a decent guy who really supports his products. TS3.10 is the best I've seen. It's a very good (X)HTML and perhaps the best CSS

<    5   6   7   8   9   10   11   12   >