Re: [WSG] Wrapping text before float drop

2011-11-04 Thread Philip TAYLOR (Webmaster, Ret'd)
Chris F.A. Johnson wrote: If they *must* be side by side, then the relationship *is* tabular in nature. We disagree, Chris : "tabular" implies that there is a relationship (other than a spatial relationship) between the component elements. Valid examples of "tabular" could include :

Re: [WSG] Wrapping text before float drop

2011-11-03 Thread Philip TAYLOR (Webmaster, Ret'd)
Chris F.A. Johnson wrote: Use a table. If the relationship between them is such that they must be side by side, then a table is the correct element to use. Two columns must be side-by-side, Chris, yet the received wisdom is that a table is an inappropriate way of presenting such material, b

[WSG] Event handling and HTML image maps

2011-10-18 Thread Philip TAYLOR (Webmaster, Ret'd)
Because it is possible to create an image map in HTML with overlapping areas as shewn here : [Area A [Area ] B ] where the end of Area A lies entirely within Area B (and the start of Area B lies entirely within Area A), it is possible in at least one mental model of reality for event

Re: [WSG] Exemples to use microformats?

2009-02-23 Thread Ronaldo Bitencourt - Webmaster
Tks for all responses. On Mon, Feb 23, 2009 at 11:12 AM, MichaelMD wrote: > On Mon, 2009-02-23 at 04:19 -0300, Ronaldo Bitencourt - Webmaster wrote: > > I am looking for example to use microformtas, something relatively new > > here in brazil, someone can help me

[WSG] Exemples to use microformats?

2009-02-22 Thread Ronaldo Bitencourt - Webmaster
I am looking for example to use microformtas, something relatively new here in brazil, someone can help me with some links? Tkss *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandard

RE: [WSG] HELP with CSS

2007-07-26 Thread WebMaster
Hello Olajide, Actually yuors is a pretty simple fix. Lose the and tags and include your text and graphix inside your with your thumbnail. Create a class called .leftimg { float:left; } In your style and then call it from your tag class="leftimg A working example can be seen at http:

[WSG] Correct structure of lists with headers

2007-04-06 Thread Webmaster
Hi everyone, I read some tutorials about lists but i don't find how make good structure list that have headers. How i make this list? Which are the best option? I think do it like it: OPTION 1: Phrase Header Phrase header Phrase header Phrase header Ph

Re: [WSG] Jello Mold not working right in IE/Win

2006-01-10 Thread webmaster
#sizer {width:_expression_(document.body.clientWidth > 1554 ? "402px" : "75%" );} I would prefer not to have to fiddle with the proportions of the buttons just for IE, so would it be possible for someone to translate that _expression_ into plain english for me so I can fiddle with the number

Re: [WSG] New to Standards.

2006-01-04 Thread webmaster
Try this: www.w3schools.com It helped me a lot in the beginning. Cheers Paolo

Re: [WSG] Images as DIV Background with and without link (w3c friendly)

2006-01-04 Thread webmaster
Hi Fausto, To cut things short: there is nothing wrong with images used as background via CSS as long as theses images are used as layout and not to give meaningful pieces of information to the visitors. You may end up confusing people who use text-only or speech devices. Read this article from

RE: [WSG] Argh! Clearing issues with center column

2005-10-23 Thread YW Webmaster
Hello there, Have you tried applying the clearfix hack to a container wrapping around your whole page? I didn't test it thoroughly but it seemed to work on IE 5.5 and 6 for me. Good luck. ** The discussion list for http://webstandardsgroup.

RE: [WSG] Hiding Headings

2005-09-27 Thread Webmaster
Oh, great. So my skip links shouldn't be inside such a div then? :* So I have now changed the top of my page code to read: This site will look much better in a browser that supports http://www.webstandards.org/upgrade/"; title="Download a browser that complies with Web standards.">web st

RE: [WSG] Hiding Headings

2005-09-27 Thread Webmaster
Don't both these solutions still have the same issue with Firefox's ability to drag content areas?   Has display:none become un-PC of late? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian MontoyaSent: Wednesday, 28 September 2005 12:53 PMTo: wsg@webstandardsgroup.

RE: [WSG] WE05 - who's going?

2005-09-27 Thread Webmaster
September 2005 3:03 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] WE05 - who's going? I'm going, see you there. Grant -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Webmaster Sent: Tuesday, 27 September 2005 2:19 PM To: wsg@webstandardsgro

[WSG] WE05 - who's going?

2005-09-26 Thread Webmaster
So who's going to the Web Essnetials conference this week? Anyone interested in a group catch-up? I thought it might be nice to put some faces to all these names. ** The discussion list for http://webstandardsgroup.org/ See http://webstandar

RE: [WSG] Konqueror and Galeon issues

2005-09-22 Thread Webmaster
> ...my third column is pulling back into the centre in Konqueror and Galeon. For thos who are interested, this is a clearing problem which only seems to occur in these browsers. The good news is that the wonderful new .clearfix solution for clearing floats does the trick very nicely. For those

RE: [WSG] displaying 3.1 3.2 etc. instead of 1 2 3

2005-09-22 Thread Webmaster
@webstandardsgroup.org Subject: Re: [WSG] displaying 3.1 3.2 etc. instead of 1 2 3 Webmaster wrote: > The far simpler way would be simpy to use: > > Text > Text > Text > This would render as: 3. Text 4. Text 5. Text The poster wants: 3.1. Text 3.2. T

RE: [WSG] Clearleft.com

2005-09-22 Thread Webmaster
Georg, the fix doesn't suggest putting different values on html and body (or did I miss the whole point?). I understood the solution to be setting body and/or html to 100.01% and then setting any other styles and text-level attributes with ems or %. Did I get it wrong? I've just done a complete r

RE: [WSG] Konqueror and Galeon issues

2005-09-21 Thread Webmaster
[edit edit] Doh! [edit] I did, of course, mean "should I apply a .clearfix style to each parent div and NOT the all-encompassing hack below. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Webmaster Sent: Thursday, 22 September 2005 12:52 PM To

RE: [WSG] keyboard onclick activation on Mac

2005-09-21 Thread Webmaster
[edit] I did, of course, mean "should I apply a .clearfix style and NOT the neat hack below. -Original Message- My concern is that the Enter key is also the default key to submit forms. An onKeypress event could be trigger by most any other key, preferably the spacebar. Although, as we k

[WSG] Konqueror and Galeon issues

2005-09-21 Thread Webmaster
Hi all, The fix provided the other day to clear floats and make disappearing content re-appear worked well enough in most browsers. However, having just performed a preview test at http://browsershots.org (incidentally, this site deserves an award for its service to the web-dev community), I'm ho

RE: [WSG] keyboard onclick activation on Mac

2005-09-21 Thread Webmaster
My concern is that the Enter key is also the default key to submit forms. An onKeypress event could be trigger by most any other key, preferably the spacebar. Although, as we know, this key also has the function of making selections in radio groups and select boxes. -Original Message- Fr

RE: [WSG] displaying 3.1 3.2 etc. instead of 1 2 3

2005-09-21 Thread Webmaster
Be nice. It's a common enough solution. MS don't get absolutely everything wrong, you know. :P -Original Message- From: Patrick H. Lauke MsoNormal? Somebody's been exporting from Word, eh? ;) Webmaster wrote: > The far simpler way would be simpy to use: > >

RE: [WSG] keyboard onclick activation on Mac

2005-09-21 Thread Webmaster
Patrick H. Lauke quoth: > Or, if you must, and your audience does include Mac users, write your own > little javascript filter function to ignore TAB before activating whatever > behaviour is in the onclick. And indeed one for the Enter key. I guess the point I was trying ot make is that these k

RE: [WSG] controlling font size in form text box

2005-09-21 Thread Webmaster
Janelle Clemens wrote: > using em was way to inconsistent cross browser. Janelle, another thing to consider when using ems and % for your font-size is to also apply these units to your layout (header, columns etc.). This way everything will flow just beautifully when resized. You need to get you

RE: [WSG] controlling font size in form text box

2005-09-21 Thread Webmaster
Another cool tool, which is free, is Screen Ruler. http://www.spadixbd.com/freetools/jruler.htm It's only limitation IMO is that is can only measure in pixels, inches, picas and centimeters. The developer is the type of guy that would happily add other units however. Especially for the sake of a

RE: [WSG] controlling font size in form text box

2005-09-21 Thread Webmaster
Janelle, I'm gonna take a stab in the dark and assume that the difficulty you've been having is a result of the much-discussed and lightly documented IE font-size bug.   As stated in previous posts, simply give your html or body tag a font-size of 100.01% and then use ems (preferably) for any

RE: [WSG] Clearleft.com

2005-09-21 Thread Webmaster
>> If it was spinning, the name "clear:left" would have to change to >> "clear:right" at every 180 degrees. > or clear:both :o) You guys are just s 80s. ;) ** The discussion list for http://webstandardsgroup.org/ See http://webstandard

RE: [WSG] displaying 3.1 3.2 etc. instead of 1 2 3

2005-09-21 Thread Webmaster
The far simpler way would be simpy to use:    Text Text Text   Works in IE and Firefox. Probably all the others too. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James EllisSent: Wednesday, 21 September 2005 10:24 PMTo: wsg@webstandardsgroup.orgSubject: Re: [WSG] displa

RE: [WSG] displaying 3.1 3.2 etc. instead of 1 2 3

2005-09-21 Thread Webmaster
The far simpler way would be simpy to use:    Text Text Text   Works in IE and Firefox. Probably all the others too. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James EllisSent: Wednesday, 21 September 2005 10:24 PMTo: wsg@webstandardsgroup.orgSubject: Re: [WSG] displa

RE: [WSG] keyboard onclick activation on Mac

2005-09-21 Thread Webmaster
This is true and it's so goddamn annoying. You would have thought someone would either exclude the TAB key from keypress events (and other keys like Enter, Alt, arrows etc) which are generally reserved for other functions. This is one aspect of meeting accessibility requirements that I find quite

RE: [WSG] two background images + fixed width layout

2005-09-20 Thread Webmaster
> Hi, > Sorry for my poor English :( > This is what I want : > http://lxm.lotusseeds.com/example.gif Ah, yes. That helps. It's tricky but do-able. The trick will be using GIFs with transparency. All very accessible. > And this requires fluid layout? Not at all. In fact, fixed layout would probab

RE: [WSG] two background images + fixed width layout

2005-09-20 Thread Webmaster
Tee, I'm not sure exactly what you're trying to achieve but why don't you just try nesting a couple of divs and giving them a background image each? The following example illustrates the idea and would visually display a three column layout. Of course, you could use and combination of images and p

RE: [WSG] Clearleft.com

2005-09-20 Thread Webmaster
Oh, one small encoding issue (?) which came up as well. For some reason I'm getting the HTML entity and not the " in the text below. "Download and complete our client worksheet, and we'll send you a proposal within a week." -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC

RE: [WSG] Clearleft.com

2005-09-20 Thread Webmaster
Dodge the bad and just watch all the good, Andy. It's a great site. It's visual simplicity belies the efforts you've gone to in creating it. I love the testimonial blockquote styling. Tray shiek. I've gotta tell you though, I did notice a few clear: rights in those stylesheets. :) One curious t

RE: [WSG] Disappearing conent in middle column

2005-09-19 Thread Webmaster
ilto:[EMAIL PROTECTED] On Behalf Of Andreas Boehmer [Addictive Media] Sent: Tuesday, 20 September 2005 2:22 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Disappearing conent in middle column > -Original Message- > From: Webmaster [mailto:[EMAIL PROTECTED] > Sent:

RE: [WSG] Disappearing conent in middle column

2005-09-19 Thread Webmaster
PMTo: wsg@webstandardsgroup.orgSubject: Re: [WSG] Disappearing conent in middle column Are you applying "clear:both;" to these divs? On 9/20/05, Webmaster <[EMAIL PROTECTED]> wrote: Hi all,Another bizarre IE bug. I've searched and searched and can find nothing suitab

[WSG] Disappearing conent in middle column

2005-09-19 Thread Webmaster
Hi all, Another bizarre IE bug. I've searched and searched and can find nothing suitable to fix this. The content in the centre column (i.e. the main content) of my site template disappears on page load. It reappears as soon as you rollover any link, or drag over the body text itself. This is a

RE: [WSG] weird three menu on IE 5

2005-08-23 Thread YW Webmaster
Note for "Bert Doorn": Sorry for slamming your mail server, this is my first (actually second) time posting to this list and I should have read its guidelines more carefully. But a simple "please use plain text and keep thread quoting to a minimum" would likewise suffice.

RE: [WSG] weird three menu on IE 5

2005-08-23 Thread YW Webmaster
Can you describe what its doing wrong in IE 5 and 5.5?   From: setiawan77th [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 23, 2005 2:59 AM To: wsg@webstandardsgroup.org Subject: [WSG] weird three menu on IE 5   Can someone be so kind helping me to my problem with three menu

RE: [WSG] Body text disappears in IE when window is maximised

2005-08-18 Thread Webmaster
Lindsay, you're a champion. Modifying the class itself was also required but your solution worked. Thank you, too, Ingo. I have kept your suggestion in mind for other eventualities of this kind. Does the structure of the CSS and layout seem solid enough? I'm very interested in getting feedback on

[WSG] Body text disappears in IE when window is maximised

2005-08-17 Thread Webmaster
Hi all, As promised I've been working away again creating a hack-free version of the Holy Grail 3-col layout. I have had some measure of success. The results can be viewd here for anyone who's interested. http://d81314.i50.quadrahosting.com.au/layout_test.htm I now ask the list's help in resolvi

RE: [WSG] Spacing Issue

2005-08-11 Thread Webmaster
>> The search for a valid CSS/(X)HTML, hack-free, 3-column CSS layout >> continues. >Thierry wrote: > > Did you see this one?: > http://www.tjkdesign.com/articles/3cols/3cols/6.asp Again, nice. But negative margins are not a solution I enjoy and IE still requires scripting for height. The good

RE: [WSG] Spacing Issue

2005-08-11 Thread Webmaster
> If there's a tradeoff between tables or two hacks I'll take the two hacks. Hi Tatham, Looks good. I'll ignore the 'get over it' and move to accept your suggestion that a couple of hacks are acceptable. My only real issue with hacks is that they are not future proof. I see many sites not unlike

RE: [WSG] Spacing Issue

2005-08-11 Thread Webmaster
> > a div-based header/3-column/footer layout that is accessible. > http://www.google.com/search?q=3+column+accessible+css+layout > yields some good results... Sadly not. The search for a valid CSS/(X)HTML, hack-free, 3-column CSS layout continues. I'm still accepting offers for a solution. E

RE: [WSG] Spacing Issue

2005-08-11 Thread Webmaster
"Keep in mind that not many people here will want to help you sort out a design that uses tables for layout." Are we not being a bit classist? Although my current site rebuild is CSS heavy I have (after much struggling with a div-based header/3-column/footer layout that is accessible, cross-brows

RE: [WSG] Proper IE Hacks

2005-08-08 Thread Webmaster
[sniff] You're not alone, Ted. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Drake, Ted C. Sent: Tuesday, 9 August 2005 9:34 AM To: 'wsg@webstandardsgroup.org' Subject: RE: [WSG] Proper IE Hacks Hi Al I didn't realize you were on the list. Your web

RE: [WSG] Firefox top margin

2005-07-24 Thread Webmaster
padding on the h1 instead (which is probably more correct). Thanks muchly. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, 25 July 2005 12:53 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Firefox top margin Webmast

[WSG] Firefox top margin

2005-07-24 Thread Webmaster
Hi guys, I'm sure this has been covered but it didn't appear in an archive search. How in blazes does one remove the top margin in Firefox? I've add 0px margin and padding to *, html, boday and my top DIV and still it persists. I've already tried removing the first hidden DIV and anchor to no av

RE: [WSG] base css

2005-07-04 Thread Webmaster
> If I know the base font I'll set that and some default > colours, then set a % text size in the body {}, to avoid > any font-size setting smaller than 1em. Hi Heretic, please explain this. How does setting a % for text-size in body prevent the appearance of smaller than 1em font sizes? Is 100%

Recall: [WSG] semantically correct markup for "pagination"

2005-07-04 Thread Webmaster
Webmaster would like to recall the message, "[WSG] semantically correct markup for "pagination"". <>

RE: [WSG] semantically correct markup for "pagination"

2005-07-04 Thread Webmaster
TECTED] On Behalf Of Patrick H. Lauke Sent: Tuesday, 5 July 2005 1:29 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] semantically correct markup for "pagination" Webmaster wrote: > I wasn't aware this could be achieved dynamically using HTML. Nobody said anything about HTML c

RE: [WSG] semantically correct markup for "pagination"

2005-07-04 Thread Webmaster
Title: semantically correct markup for "pagination" In what language, Marco? This type of functionality is built into almost any site's search page. You can find examples of it everywhere.   Using PHP you would just set a couple of variables and then perform a numrows count and repeat of the

RE: [WSG] font size in a table

2005-07-03 Thread Webmaster
PROTECTED] On Behalf Of Hope Stewart Sent: Monday, 4 July 2005 1:54 PM To: Web Standards Group Subject: Re: [WSG] font size in a table On 4/7/05 1:23 PM, "Webmaster" <[EMAIL PROTECTED]> wrote: > This was bugging me for ages too. I don't know _why_ it does it but my > workaround

RE: [WSG] font size in a table

2005-07-03 Thread Webmaster
Hi Hope, This was bugging me for ages too. I don't know _why_ it does it but my workaround to-date has simply been to implicitly set font-size for p, td and li. My table and list text usually display larger when I only set the font-size in the body element. I've asked this question before but is

RE: [WSG] SV: digest for wsg@webstandardsgroup.org

2005-07-03 Thread Webmaster
On this note, does anyone know how to dynamically recreate all the other image alignment options currently available through HTML? E.g. absmiddle, text-top etc., or are we stuck with right/left and then margin settings? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [WSG] Image Thumnail Advice

2005-07-03 Thread Webmaster
Hi Cole,   Your mistake can also be step 3. If you're on a Windows box then you're quite possibly dealing with conflicting image resolutions. If you create a new image in Photoshop you'll notice that it's most likely set to 72dpi. I believe Windwos default is 80(?).   I then recommend using t

RE: [WSG] Survey of Accessible Websites in New Zealand and Australia

2005-06-27 Thread Webmaster
Hi Bruce, I'm currently working on a compete re-buld of our organisations website to conform with WACG guidelines, accepted usability, W3C/CSS etc etc, you know the drill. It has been bp0th challenging and rewarding. The dev site is now at a stage where content is being added and it should go live

RE: [WSG] input/text random background color in IE?

2005-06-27 Thread Webmaster
Hi Vaska, Could it be that you have the Google seearch bar installed on your browser? It automatically highlights fields that it can complete using the AutoFill feature. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vaska.WSG Sent: Tuesday, 28 June 200

RE: [WSG] Absolute position problem in IE

2005-06-26 Thread Webmaster
Sorry tee. I see what you're saying. No, the links don't work. You've got his code for the current menu item: Karate Overview I would suggest you could incorporate your 'active' class into the 'current' class and so do away with one of them. This itself could be causing problems. BTW, I can't f

RE: [WSG] Absolute position problem in IE

2005-06-26 Thread Webmaster
The site looks fine under IE6 on my PC. Nice job. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of tee Sent: Monday, 27 June 2005 12:19 PM To: wsg@webstandardsgroup.org Subject: [WSG] Absolute position problem in IE I was working on a site that has 4 abso

RE: [WSG] Picky, picky, picky

2005-06-26 Thread Webmaster
I hate to be a pedant but "descendant selectors" will return much better results. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Gleitzman Sent: Saturday, 25 June 2005 7:21 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Picky, picky, picky On

RE: [WSG] Page structure - navigation

2005-06-23 Thread Webmaster
I tend to agree. Navigation should come first with a skip link to content, OR content before naviagation but with a skip link to navigation. The display:none technique is pretty much the norm now for this screen reader issue.  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[WSG] RE: digest for wsg@webstandardsgroup.org

2005-06-23 Thread Webmaster
And there's also an open-source system now available at www.browsershots.org which won't cost you anything. From: wsg@webstandardsgroup.org [mailto:[EMAIL PROTECTED] Sent: Wednesday, 22 June 2005 3:21 PMTo: wsg@webstandardsgroup.orgSubject: digest for wsg@webstandardsgroup.org http://ww

[WSG] RE: digest for wsg@webstandardsgroup.org

2005-06-13 Thread Webmaster
The URL is getting re-written or re-directed to http://survey.whatcanido.com.au/Survey/Index.content and then I get the magical Page cannot be found error. From: wsg@webstandardsgroup.org [mailto:[EMAIL PROTECTED] Sent: Tuesday, 14 June 2005 2:55 PMTo: wsg@webstandardsgroup.orgSubject: dig

[WSG] RE: digest for wsg@webstandardsgroup.org

2005-06-13 Thread Webmaster
Sounds like something that should be dynamic. Maybe Macromedia will build it intot the next version of Dreamweaver. ;)   The loveely people at I Love Jack Daniels have a handy refeerence sheet you may like but it's not quite what you're after.   http://www.ilovejackdaniels.com/css/css-cheat-

Re: [WSG] [OT] NZ vs Aust

2004-08-25 Thread t94xr.net.nz webmaster
Guys, To put a final end to this topic You Aussies will never have us Kiwis. We would rather bring our country down to get away from yours. Its embarrasing when people mix us up when they mention "down under". And besides, theres a clear line between us Kiwis and you aussies. We are a much sup

Re: [WSG] [OT] NZ vs Aust

2004-08-24 Thread t94xr.net.nz webmaster
WE ARE NOT AUSSIES WE ARE CLEARLY DIFFERENT/SUPERIOR TO THE AUSSIES KIWI'S RULE!!! For someone to say we are one in the same, its an unsult. ___ Cameron W (aka t94xr) http://www.t94xr.net.nz/ XHTML & CSS Compliant. Taupo, NZ. - Original Message - From: "Mike Brown" <[EM

Re: [WSG] Re: Xhtmlandcss.co.uk Email

2004-08-23 Thread t94xr.net.nz webmaster
thats an odd domain. which is why it hastn been taken before you. - Original Message - From: "Mark Harwood" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 24, 2004 12:51 AM Subject: [WSG] Re: Xhtmlandcss.co.uk Email Hi All, I've just bought the Domain XhtmlandCss.co.uk

Re: [WSG] HTML & CSS references

2004-08-06 Thread t94xr.net.nz webmaster
http://www.forumimages.com/ref/html/index.php heres one :D ___ Cameron W (aka t94xr) http://www.t94xr.net.nz/ XHTML & CSS Compliant. Taupo, NZ. ** The discussion list for http://webstandardsgroup.org/ Proud presenters of Web E

Re: [WSG] Ikon

2004-07-31 Thread t94xr.net.nz webmaster
From: "Peter Firminger" <[EMAIL PROTECTED]> Subject: RE: [WSG] Ikon You go to bed for a few hours and look what happens! Ikon has left the building! P yeah i know what you mean. I just purchased a 6pk of Ikon energy drinks couple of nights ago and they've disappeared aswell. hmm

Re: [WSG] After CSS?

2004-07-23 Thread t94xr.net.nz webmaster
Well done. Sadly there are alot of webdesigners unlike you who are still in the Photoshop phase and dont seem to be leaving it anytime soon. I would say if you know all that, learn how to setup a domain, and get yourself up. Then you can play at ur hearts content. If you love CSS - use Topstyle

Re: [WSG] Re:

2004-07-20 Thread t94xr.net.nz webmaster
Yes i agree highly - im glad you brought tho my attention.   We should discuss this to the highest level of WSG discussion.   _Cameron W (aka t94xr)http://freelance.t94xr.net.nz/XHTML & CSS Compliant Webdesigner.Taupo, NZ.Mob: 021 050-7304 - Origina

Re: [WSG] Brisbane July Meeting - Report

2004-07-16 Thread t94xr.net.nz webmaster
From: "Lea de Groot" <[EMAIL PROTECTED]> A very interesting and detailed open forum followed - for those who were unable to attend, you *really* missed something! Next meeting should be Wed September 8 - put it in your diary now! :) And what do we do if we are in New Zealand? Can you have a meeti

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

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

Re: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread t94xr.net.nz webmaster
I found this expandable CSS div with JS when i was working at ForumImages. http://www.forumimages.com/forum/viewtopic.php?t=324&highlight=FICodeExpand ___ Cameron W (aka t94xr) http://www.t94xr.net.nz/ XHTML & CSS Compliant. Taupo, NZ. ***

Re: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread t94xr.net.nz webmaster
I found this expandable CSS div with JS when i was working at ForumImages. http://www.forumimages.com/forum/viewtopic.php?t=324&highlight=FICodeExpand ___ Cameron W (aka t94xr) http://www.t94xr.net.nz/ XHTML & CSS Compliant. Taupo, NZ. ***

Re: [WSG] Does anybody know an expandable vertical css/js menu based on uls?

2004-07-12 Thread t94xr.net.nz webmaster
I found this expandable CSS div with JS when i was working at ForumImages. http://www.forumimages.com/forum/viewtopic.php?t=324&highlight=FICodeExpand ___ Cameron W (aka t94xr) http://www.t94xr.net.nz/ XHTML & CSS Compliant. Taupo, NZ. ***

Re: [WSG] Hiding email address from spambots with CSS

2004-07-06 Thread t94xr.net.nz webmaster
- Original Message - From: "Ted Drake" <[EMAIL PROTECTED]> I use the following javascript. It works well for me. Ted - the downside beign they dont use a JS enabled browser? They cant contact you. Better is a PHP Contact Form John Wyles has one - a very good one indeed. _

Re: [WSG] Hiding email address from spambots with CSS

2004-07-06 Thread t94xr.net.nz webmaster
thats actually very good :) Thanks :) ___ Cameron W (aka t94xr) http://www.t94xr.net.nz/ XHTML & CSS Compliant. Taupo, NZ. - Original Message - From: "Neerav" <[EMAIL PROTECTED]> To: "WSG" <[EMAIL PROTECTED]> Sent: Wednesday, July 07, 2004 12:50 AM Subject: [WSG] Hiding

[WSG] webstandards.org.nz - taken!! :O

2004-07-02 Thread t94xr.net.nz webmaster
Well here was just about to register webstandards.org.nz with my domain agency & to my suprise it was taken!! http://www.webstandards.org.nz/ Moral: Always check to see if the URL is valid in a browser, before you try and register it! ___ Cameron W (aka t94xr) http://www.t94xr.n

Re: [WSG] What do browsers download?

2004-06-30 Thread t94xr.net.nz webmaster
this may sound like a stupid answer but wouldnt it be like an html page of somesort. t94xr http://www.t94xr.net.nz/ * The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on

Re: [WSG] 508??

2004-06-29 Thread t94xr.net.nz webmaster
Sure, if you explain what on earth you're talking about. -- tim 508 is this, http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&runcr=1&url1=http://www.t94xr.net.nz/ Conformance to web accessability standards produced by the W3C. Basically those ponts there tell you wats required for

Re: [WSG] 508??

2004-06-29 Thread t94xr.net.nz webmaster
Sure, if you explain what on earth you're talking about. -- tim 508 is this, http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&runcr=1&url1=http://www.t94xr.net.nz/ Conformance to web accessability standards produced by the W3C. Basically those ponts there tell you wats required for

Re: [WSG] OT - Standards Compliant Websites Directory

2004-06-23 Thread t94xr.net.nz webmaster
HELL YEAH!!! - Original Message - From: "Razvan Pop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 5:58 AM Subject: [WSG] OT - Standards Compliant Websites Directory > Hello. > > I've started to build a "Standards Compliant Websites Directory". A Web > Direc

Re: [WSG] Free presentation for Sydney WSG members and their bosses

2004-06-23 Thread t94xr.net.nz webmaster
I hate asking this :P Can you setup a couple of nights over here in NZ and do it aswell I know plenty of people who would love to go see it. Camz (aka t94xr) http://www.t94xr.net.nz/ Taupo NZ XHTML & CSS Webdevelper (PHP Newbie) - Original Message - From: "russ - maxdesign" <[EMAIL PROT

Re: [WSG] Unsubscribe

2004-06-23 Thread t94xr.net.nz webmaster
He has a good & valid point. - Original Message - From: Paulo Rodrigo Teixeira To: [EMAIL PROTECTED] Sent: Thursday, June 24, 2004 3:14 AM Subject: [Norton AntiSpam] [WSG] Unsubscribe   Yahoo! Mail - Participe da pesquisa global sobre o Yah

Re: [WSG] Mac testers please

2004-06-22 Thread t94xr.net.nz webmaster
> > Hi all, > > > > I was wondering if anyone could be so kind as to test my site using IE > > for > > Mac 5+ and Safari > > > > http://www.v2.shockmedia.com.au > > > > Thanks. Damn, forget the rest of the site - put her as the only thing on the page and you'll have everyone still agreeing its a g

Re: [WSG] Recommended Books

2004-06-22 Thread t94xr.net.nz webmaster
HTML & XHTML - The Definitive Guide 5th Edition (O'Reilly-2002) O'Reilly Cascading Style Sheets The Definitive Guide New Riders - Speed Up Your Site- 1st Ed 2003 [CHM] Website Analysis & Reporting Generally anything & I mean ANYTHING of Eric Meyers Camz

Re: [WSG] XHTML Transitional -> Strict

2004-06-17 Thread t94xr.net.nz webmaster
Title: XHTML Transitional -> Strict Strict isnt much different from Trrans   no theres a _javascript_ replacement.   other than theres a cuopkle of things but W3C will tell you about them. Simple.   Camz www.t94xr.net.nz - Original Message - From: Jamie Mason To: '[EMAIL PR

Re: [WSG] Have stared too long

2004-06-16 Thread t94xr.net.nz webmaster
I wouldnt bother with Netscape 7.1 Valdiation. Rebuild your site somewhat so it works in Opera IE & Mozilla 1.6+ Netscape hasnt got long left till it passes on. Camz. www.t94xr.net.nz - Original Message - From: "Veine K Vikberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,

Re: [WSG] ALPHA Testers Needed

2004-06-16 Thread t94xr.net.nz webmaster
I agree & I think Topstyle is the program you should have a go to try and beat mate. Although its pretty hard, it has a cult following the guys talented And Macromedia was focrced to put heaps of focus on Dreamweavers CSS capabilites cuz TS is the CSS GOD. Its pretty hard to beat. You prepared fo

Re: [WSG] overflow: auto;

2004-06-15 Thread t94xr.net.nz webmaster
> >> www.t94xr.net.nz/plinks/ > >> > >> Camz > I meant to say "I get the scrollbars but no arrow buttons to use for > scrolling." > > Rick Faaberg Can you use your wheel on the mouse? Camz * The discussion

Re: [WSG] overflow: auto;

2004-06-15 Thread t94xr.net.nz webmaster
Title: Re: [WSG] overflow: auto; Doesnt it?!   http://www.danvine.com/icapture/detail/51923.html works ok on iCapture?    

Re: [WSG] overflow: auto;

2004-06-14 Thread t94xr.net.nz webmaster
excellent example www.t94xr.net.nz/plinks/   Camz - Original Message - From: Chris To: [EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 5:10 PM Subject: [WSG] overflow: auto; Hi,I the process of a design that begs overflow: auto; what is the opinion on this wonderfu

Re: [WSG] Interesting reading

2004-06-14 Thread t94xr.net.nz webmaster
> I can't believe y'all are taking this guy seriously enough to even comment - > it's pretty obvious to this newbie to css & standards, he's trolling - & he > got you ~ I think enough has been said about his dubious commentaries ~ let > it go - please > > Marie > About Certified XHTML Developer - L

Re: [WSG] new layout/design

2004-06-12 Thread t94xr.net.nz webmaster
Source code and accessibility: - Do you really need all those nested 's? I have it because IE wont center the DIV, so I need the nested DIV to have a text-align:center in there... Have you tried using margin: 0px auto; for cetering divs? Camz www.t94xr.net.nz

Re: [WSG] First table-free site

2004-06-11 Thread t94xr.net.nz webmaster
> I'm new to this list and this is my first post. I'm trying to produce > my first table-free website - tables have been my very dear friends in > the past! Yes, leaving tables behind gratefuly comes with the knowledge that you've reached a level of CSS knowledge and skill to achieve that. I did

Re: [WSG] KHTML ??

2004-06-10 Thread t94xr.net.nz webmaster
RE: [WSG] KHTML ??*shakes head* I bet you guys are among the few that find Steve Martin films funny, right? :) Well we do try :D And whos Steve Martin? Camz * The discussion list for http://webstandardsgroup.org/ See http:/

  1   2   >