RE: [WSG] Css Floating Image

2005-03-16 Thread Andreas Boehmer [Addictive Media]
-Original Message- From: M M [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 March 2005 2:54 PM To: wsg@webstandardsgroup.org Subject: [WSG] Css Floating Image I am having problems floating an image in a div cell using css. I want to have the whole page centered and static width.

[WSG] question about CSS menu (javascript)

2005-03-16 Thread john
Hello. I'm doing a drop-down menu (a bit differently than usual), and there is only one thing I can't seem to accomplish. The menu is at http://www.drzeus.net/lab/verticalmenu.html The user should be able to click on a tab to expand it, which it currently does, but clicking it again should

RE: [WSG] question about CSS menu (javascript)

2005-03-16 Thread Mike Foskett
Try this: window.onload=show; function show(id) { var d = document.getElementById(id); for (var i = 1; i=10; i++) { if (document.getElementById('submenu'+i)) {document.getElementById('submenu'+i).style.display='none';} } if (d) {d.style.display='block';} }

RE: [WSG] style attribute depreciated in xhtml 1.1?

2005-03-16 Thread Richard Ishida
Semantic markup like this also makes it much easier to change your mind as you evolve the styling, and to use alternative conventions for localized pages where appropriate. RI Richard Ishida W3C contact info: http://www.w3.org/People/Ishida/ W3C Internationalization:

[WSG] 3 cols width any column longest and no div clear

2005-03-16 Thread Carlos Rincon Sanchez
Anyone knows a 3 col model with any column longest and no div clear? I don't know the height of any column neither which will be the longest but i know the width of all columns (it's no liquid). The order of divs must be left, center and right column. div id=main div id=left/div

Re: [WSG] 3 cols width any column longest and no div clear

2005-03-16 Thread pixeldiva
On Wed, 16 Mar 2005 12:21:16 +0100, Carlos Rincon Sanchez [EMAIL PROTECTED] wrote: Anyone knows a 3 col model with any column longest and no div clear? http://www.positioniseverything.net/piefecta-rigid.html Cheers, pix http://www.pixeldiva.co.uk

Re: [WSG] 3 cols width any column longest and no div clear

2005-03-16 Thread Carlos Rincon Sanchez
Thanks, but i known this. I'm looking for a model with less hacks and no negative margins. El mié, 16-03-2005 a las 12:49, pixeldiva escribió: On Wed, 16 Mar 2005 12:21:16 +0100, Carlos Rincon Sanchez [EMAIL PROTECTED] wrote: Anyone knows a 3 col model with any column longest and no div

Re: [WSG] 3 cols width any column longest and no div clear

2005-03-16 Thread Hopkins Programming
Can't you just set the width and set them all to float:left? --Zachary On Wed, 16 Mar 2005 13:15:41 +0100, Carlos Rincon Sanchez [EMAIL PROTECTED] wrote: Thanks, but i known this. I'm looking for a model with less hacks and no negative margins. El mié, 16-03-2005 a las 12:49, pixeldiva

[WSG] ANN: Firefox Hacks in print

2005-03-16 Thread Nigel McFarlane
Hopefully announcements are still welcome here, it's been a while. I'm shamelessly pleased to announce that my new book Firefox Hacks publihed by O'Reilly media is now in print. Of the 100 hacks, probably half a dozen at most relate to web standards. Most web professionals, however, use Firefox as

Re: [WSG] ANN: Firefox Hacks in print

2005-03-16 Thread Chris Stratford
Wow! Congrats! Any freebies for students?? ;) j/k! Cheers mate! - Chris Nigel McFarlane wrote: Hopefully announcements are still welcome here, it's been a while. I'm shamelessly pleased to announce that my new book Firefox Hacks publihed by O'Reilly media is now in print. Of the 100 hacks,

Re: [WSG] question about CSS menu (javascript)

2005-03-16 Thread Stuart Homfray
Hi John, I use a similar drop-down menu on my El Bombín site http://elbombin.stuarthomfray.co.uk/ (javascript: http://elbombin.stuarthomfray.co.uk/menutoggle.js) - as far as I can tell it works on pretty much every browser (although Opera 7 seems to require an inline style for the

[WSG] Acronym within th Screen Readers

2005-03-16 Thread Jamie Mason
Title: Acronym within th Screen Readers Hey all, Does anyone know what the output for a Screen Reader would be for example; thacronym title=Cascading Style SheetsCSS/acronym/th I'm hoping Cascading Style Sheets, but my feeling is CSS, is this the case? Thanks in advance!

RE: [WSG] 3 cols width any column longest and no div clear

2005-03-16 Thread Jonathan Bloy
On March 16, 2005 5:21 AM, Carlos Rincon wrote: Anyone knows a 3 col model with any column longest and no div clear? I don't know the height of any column neither which will be the longest but i know the width of all columns (it's no liquid). I'm not sure if any of these exactly fit your

Re: [WSG] 3 cols width any column longest and no div clear

2005-03-16 Thread pixeldiva
On Wed, 16 Mar 2005 13:15:41 +0100, Carlos Rincon Sanchez [EMAIL PROTECTED] wrote: Thanks, but i known this. I'm looking for a model with less hacks and no negative margins. Oh, if only it were that easy... then everyone would be doing them :) pix http://www.pixeldiva.co.uk

Re: [WSG] Acronym within th Screen Readers

2005-03-16 Thread Gez Lemon
On Wed, 16 Mar 2005 14:51:46 -, Jamie Mason [EMAIL PROTECTED] wrote: Hey all, Does anyone know what the output for a Screen Reader would be for example; thacronym title=Cascading Style SheetsCSS/acronym/th JAWS can be configured to read the title attribute of abbreviations and

[WSG] Great 3 col layout (hacks free)

2005-03-16 Thread Kim Kruse
Hi, A good friend of mine, Thierry Koblentz from tjkdesign.com, just finished a great version of a 3 col layout. I thought it might be of interest to this list. I know that Thierry would be very happy if you find errors or bugs and rapport it to him. The solution is here

RE: [WSG] 3 cols width any column longest and no div clear

2005-03-16 Thread Gianfranco Todini
Hi, I've just finished a website using a 3cols fluid layout and I've used this method: http://www.stunicholls.myby.co.uk/layouts/3cols2.html It works fine for me (didn't check on mac thought) on IE5+, NN6.2-NN7.2, Opera 7.11, Firefox 1.0 It actually use divs to clear but you can use this

[WSG] IE div problem

2005-03-16 Thread Robin Campbell Joy
Hello, i'm new to css. Currently i'm working on a website with css and have a problem with IE. I haven't found any solutions on the web and the css validator also validates the html/css. The problem is within the header, where a div gets bigger than it should. If i take the header image out

[WSG] Simple 2 column layout?

2005-03-16 Thread Stevio
What is the simplest way to layout 2 columns? Nothing fancy, just a bit of content in each one. No background colour. Thanks, Stephen -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.7.3 - Release Date: 15/03/2005

Re: [WSG] Simple 2 column layout?

2005-03-16 Thread Lachlan Hardy
Stevio wrote: What is the simplest way to layout 2 columns? Nothing fancy, just a bit of content in each one. No background colour. You didn't ask for header and footer, but if you don't want them just remove... HTML: body div id=header...some header content.../div div id=somecol...some

Re: [WSG] IE div problem

2005-03-16 Thread Ingo Chao
Robin Campbell Joy schrieb: The problem is within the header, where a div gets bigger than it should. If i take the header image out of the code, the div renders correctly. Site: http://www.andrewjoy.com/newsite/ #header img {display: block;} should fix that. regards, Ingo

Re: [WSG] 3 cols width any column longest and no div clear

2005-03-16 Thread Thierry Koblentz
Gianfranco Todini wrote: And it doesn't use any hacks as well... What's this? * html #container {display:inline-block;} And this? * html #left {width:197px;} :-) Thierry | http://www.TJKDesign.com ** The discussion list for

Re: [WSG] Acronym within th Screen Readers

2005-03-16 Thread Jeff Lowder - Accessibility 1st
Sorry guys, it really should be marked up as follows: th abbr=Cascading Style Sheet scope=colCSS/th You could even put aq title attribute in there as well if you like. Cheers Jeff Lowder Accessibility 1st Website: http://www.accessibility1st.com.au From: Gez Lemon [EMAIL PROTECTED] Reply-To:

Re: [WSG] 3 cols width any column longest and no div clear

2005-03-16 Thread Jan Brasna
And it doesn't use any hacks as well... What's this? * html #container {display:inline-block;} A filter :)) -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com ** The discussion list for http://webstandardsgroup.org/ See

Re: [WSG] Acronym within th Screen Readers

2005-03-16 Thread Patrick H. Lauke
Jeff Lowder - Accessibility 1st wrote: Sorry guys, it really should be marked up as follows: th abbr=Cascading Style Sheet scope=colCSS/th You could even put aq title attribute in there as well if you like. Not to be picky, but that's wrong. It's the opposite of what's defined in the spec

Re: [WSG] Acronym within th Screen Readers

2005-03-16 Thread Jeff Lowder - Accessibility 1st
Thanks Patrick So many tables I've seen have been marked up that way, I just assumed it to be correct. Maybe that's a good blog tutorial. Cheers Jeff From: Patrick H. Lauke [EMAIL PROTECTED] Reply-To: wsg@webstandardsgroup.org Date: Thu, 17 Mar 2005 00:17:10 + To:

[WSG] A Quick(time) Standards Check

2005-03-16 Thread Chris Kennon
Hi, At the following url is a QT embedded with a poster frame, this solves the work around at (http://ckimedia.com) for viewing the QT. What standards are compromised using this technique(http://ckimedia.com/test.php), which is correct but maybe not standards compliant. CK

[WSG] Unofficial Melbourne meetup

2005-03-16 Thread Dan Webb
Hi, Im not sure if this is on or off topic (it's not on either list in the guidelines) but I've just arrived in Melbourne and intend to be staying here for a few months (and working in web dev hopefully) so I just wondered if any of you Melbourne people were up for an informal meet up as I

RE: [WSG] Unofficial Melbourne meetup

2005-03-16 Thread Seona Bellamy
Hi, I'm certainly happy to put my hand up for this. It also gives me a chance to meet and greet some folks, since so far the official meetings have never been on a night I can attend. So, any day other than Monday is good for me. :) Where in Melbourne are you staying? We could always meet at an

Re: [WSG] Unofficial Melbourne meetup

2005-03-16 Thread russ - maxdesign
The official Melbourne meetings have ground to a halt late last year with Dez being flat out with a new job and David running off and getting married (very selfish of him!). So, could I ask anyone who is interested in taking over as city organisers to drop me an email. Also, anyone interested in

[WSG] Site Review - coylemedical.com

2005-03-16 Thread standards
Good morning mates, I've just completed a re-design of a customer's site using web standards. My XHTML (strict) and CSS validate with no errors. I'm primarily interested in feedback pertaining to my code and how closely it adheres to proper semantic markup. In addition, any input regarding my

Re: [WSG] Site Review - coylemedical.com

2005-03-16 Thread Peter J. Farrell
[EMAIL PROTECTED] wrote: Good morning mates, I've just completed a re-design of a customer's site using web standards. My XHTML (strict) and CSS validate with no errors. I'm primarily interested in feedback pertaining to my code and how closely it adheres to proper semantic markup. In addition,

Re: [WSG] Site Review - coylemedical.com

2005-03-16 Thread Peter J. Farrell
[EMAIL PROTECTED] wrote: Good morning mates, I've just completed a re-design of a customer's site using web standards. My XHTML (strict) and CSS validate with no errors. I'm primarily interested in feedback pertaining to my code and how closely it adheres to proper semantic markup. In addition,