Re: [WSG] Definition List for Products/Items with Image

2006-04-04 Thread Samuel Richardson
Absolute positioning should position from the top/left of whatever absolute element is containing it, usually this is the body. However, if you specifiy an element as being absolute but don't feed it a top/left, it will stay positioned wherever it is on the page (but outside of the content

Re: [WSG] Max/min width for IE

2006-04-11 Thread Samuel Richardson
). A table can, in fact, be used for display purposes when containing relevant data but for the problem at hand I am sticking with my recommendation of a div. Thanks though! Jough Samuel Richardson wrote: Might as well just use a table in that case. Joseph Bernhardt wrote: Eww! Using HTML elements

Re: [WSG] Printing + IE = WTF?!

2006-04-25 Thread Samuel Richardson
You've fixed the width of that middle column. It's too wide for A4. Add a rule called on media=print and set that middle column to an em/% width. Samuel www.seasonstravel.com.au Darren Wood wrote: Hello, I'm having the oddest printing issue with IE.

RE: [WSG] new site critique - extemely

2006-05-24 Thread Samuel Richardson
And suffer the full gauntlet of IE6 CSS bugs while youre at it! -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of del usr Sent: Thursday, 25 May 2006 2:18 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] new site critique -

RE: [WSG] Image Verification

2006-05-31 Thread Samuel Richardson
I had to install a captcha on my installation of mediawiki due to repeated abuse from bots, they're a necessary evil. -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Nello Lucchesi Sent: Thursday, 1 June 2006 2:58 PM To:

RE: [WSG] AJAX Question

2006-06-04 Thread Samuel Richardson
You might have better luck asking on a forum dedicated to _javascript_ or AJAX rather then web standards. -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Omen King Sent: Monday, 5 June 2006 1:34 PM To: wsg@webstandardsgroup.org

RE: [WSG] CSS navigation pushing contents of next div over in IE6

2006-06-06 Thread Samuel Richardson
Read: http://www.positioniseverything.net/explorer/threepxtest.html -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of David Sam Butler Sent: Tuesday, 6 June 2006 4:00 PM To: wsg@webstandardsgroup.org Subject: [WSG] CSS navigation

RE: [WSG] CSS navigation pushing contents of next div over in IE6

2006-06-06 Thread Samuel Richardson
Also, if you want some great inspiration for designing a wine website, check out: http://www.palliser.co.nz/ S -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of David Sam Butler Sent: Tuesday, 6 June 2006 4:00 PM To:

RE: [WSG] How to detect bottom of a page?

2006-06-06 Thread Samuel Richardson
B, Make sure the div that is appearing at the bottom of the page appears after your content in the HTML. Then in a print only style sheet format that block to be position : static; This will cause the footer to be pushed down from the content on the page again. IE may still use the bottom CSS

RE: [WSG] CSS navigation pushing contents of next div over in IE6

2006-06-06 Thread Samuel Richardson
It looks like youve got things backwards on it, your overriding the * html #content hack with the rule underneath it. Move the #content up above the * html hacks so it is directly below the #leftnav rule, that way IE will read the hacks and overrule the original #content margins etc.

RE: [WSG] Haley White Space Nav

2006-06-06 Thread Samuel Richardson
Set the image to display : block; to fix this. -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Scott Swabey Sent: Wednesday, 7 June 2006 9:34 AM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Haley White Space Nav Ryan Moore wrote

RE: [WSG] Haley White Space Nav

2006-06-06 Thread Samuel Richardson
Also, your company homepage has a doc title of Untitled Document -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Scott Swabey Sent: Wednesday, 7 June 2006 9:34 AM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Haley White Space Nav Ryan

RE: [WSG] Caret problem with HTML/CSS/Javascript menus

2006-06-06 Thread Samuel Richardson
URL? I've only seen the select form element showing through dropdowns, and the iframe shim you've described below is the solution for that. -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Ned Collyer Sent: Wednesday, 7 June 2006 11:01 AM To:

RE: [WSG] CSS navigation pushing contents of next div over in IE6

2006-06-06 Thread Samuel Richardson
Youve got a whole bunch of hacks in there now, Id say theyre conflicting with each other. Strip it out and replace with: #floatbox { float: left; width: 150px; } #content { background-color : #fff; margin-left : 150px; padding : 5px 5px 5px 10px; } /* Hide from

RE: [WSG] Caret problem with HTML/CSS/Javascript menus

2006-06-06 Thread Samuel Richardson
Incorrect, you can place an iframe shim behind the popup layer to make it appear over the top the select element. Example here: http://developer.yahoo.com/yui/examples/container/panel.html -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On

RE: [WSG] How to detect bottom of a page?

2006-06-07 Thread Samuel Richardson
{ display: none; } What's missing? -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Samuel Richardson Sent: Wednesday, June 07, 2006 1:31 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] How to detect bottom of a page? Like I said

[WSG] Gap at bottom of overflowed div

2006-06-19 Thread Samuel Richardson
it? -- Samuel Richardson 0405 472 748 - [EMAIL PROTECTED] **The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help**

RE: [WSG] Gap at bottom of overflowed div

2006-06-19 Thread Samuel Richardson
style defaults Mozilla to only show the horizontal, finally the CSS2 rule (which IE obeys and Mozilla doesnt!?) sets only the horizontal scrollbar to appear. S -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Samuel Richardson Sent: Tuesday, 20

RE: [WSG] Opera 9 and standards support

2006-06-26 Thread Samuel Richardson
Yes, I had a similar problem last time I tried to install Opera. All my pages were being rendered with some strange script font instead of Arial or Verdana, it was totally unusable. I tried reassigning the fonts through the settings but it made no difference, I couldn't track down any posts

RE: [WSG] Opera 9 and standards support

2006-06-27 Thread Samuel Richardson
Yes, I had a similar problem last time I tried to install Opera. All my pages were being rendered with some strange script font instead of Arial or Verdana, it was totally unusable. I tried reassigning the fonts through the settings but it made no difference, I couldn't track down any posts

RE: [WSG] Default browser stylesheet values

2006-08-01 Thread Samuel Richardson
The Yahoo User Interface (Google YUI library) include style sheets for normalising styles over browsers. (So all margins/font sizes etc are consistent) They also offer a wealth of cross-browser JavaScript functions for animation and AJAX calls, well worth checking out. (file size is a bit big

RE: [WSG] Support for Macs and Firefox (was Support for IE5/Mac?)

2006-08-03 Thread Samuel Richardson
New Zealand government websites should have the New Zealand government web standards applied to them, that Te Papa fails miserably :D -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Rachel May Sent: Friday, 4 August 2006 12:28 PM To:

[WSG] Safari Rendering on Windows

2006-08-07 Thread Samuel Richardson
Apple has just released GetWebKit, it allows windows users to see how Safari will render web pages without then need to install OSX. http://www.getwebkit.org/ ** The discussion list for http://webstandardsgroup.org/ See

RE: [WSG] Safari Rendering on Windows

2006-08-07 Thread Samuel Richardson
Of Felix Miata Sent: Tuesday, 8 August 2006 2:00 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Safari Rendering on Windows On 06/08/08 11:56 (GMT+1000) Samuel Richardson apparently typed: Apple has just released GetWebKit, it allows windows users to see how Safari will render web pages

RE: [WSG] target=_blank

2006-08-14 Thread Samuel Richardson
Title: Re: [WSG] target=_blank If people are reasonably proficient with a browser then they can choose if they want your links to open in a new window (shift-click) or a new tab (middle click - Firefox). By including _blank youre forcing people to accept the link opening in a new window.

RE: [WSG] target=_blank

2006-08-14 Thread Samuel Richardson
Big is relative though, Lightbox is around 60 70k of _javascript_ I think. That would be about the size of one of the images it was displaying, and once its loaded its cached. -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Germ

RE: [WSG] tabs (was target=_blank)

2006-08-14 Thread Samuel Richardson
I use a combination of tabs and new browser windows. I find it quite useful to organise say work into one browser, slacking off into another and email monitoring into the last. That way if I'm slacking I can contain it all into one area but still preserve the ability to open new websites as I

RE: [WSG] Need Help With Websites

2006-08-18 Thread Samuel Richardson
You could send me just the 80's mp3s if you'd like, it's been that kind of Friday.. Seriously though, I don't know what you're trying to achieve? Do you want people to check over your code? If that's the case then upload it somewhere and we can give you some feedback on it. P.S, make sure you

[WSG] Average Page Sizes

2006-09-05 Thread Samuel Richardson
fairly substantially (we have some huge stylesheets that will compress well). Thoughts? -- Samuel Richardson 0405 472 748 - [EMAIL PROTECTED] ***List Guidelines: http://webstandardsgroup.org/mail

RE: [WSG] Site content stolen is there anyone to report it to in the USA

2006-09-06 Thread Samuel Richardson
You could report it but I doubt anybody would do anything about it unless you pursued it with a lawyer over there, hardly worth it. Just alter the images to be something offensive, that'll make them change it pretty quickly. Otherwise just ring them up and have a chat, if you use Skype then

[WSG] Site Review

2006-09-14 Thread Samuel Richardson
to standards wherever possible but some of the data weve got does not comply with UTF-8 and we have to write in some encodings. -- Samuel Richardson 0405 472 748 - [EMAIL PROTECTED] ***List Guidelines: http

RE: [WSG] Site Review

2006-09-14 Thread Samuel Richardson
http://designersinhouse.com On 15/09/2006, at 11:24 AM, Germ wrote: hey This may seem picky but is the whole list of countries listed at the bottom really that nessacary??? On 9/15/06, Samuel Richardson [EMAIL PROTECTED] wrote: Well after a long six months (and almost

RE: [WSG] Site Review

2006-09-14 Thread Samuel Richardson
interesting information. From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Samuel Richardson Sent: Friday, 15 September 2006 7:02 a.m. To: wsg@webstandardsgroup.org Subject: [WSG] Site Review Well after a long six months (and almost 20 hours at work

[WSG] Content Jumps onClick in Firefox

2006-09-21 Thread Samuel Richardson
An interesting bug this one, open up: http://www.intrepidtravel.com/ In Firefox. Scroll to the bottom of the page and click on one of the country links, you'll notice that just after the click the content of that area jumps down. I thought it might have been something to do with line-heights

RE: [WSG] Content Jumps onClick in Firefox

2006-09-21 Thread Samuel Richardson
Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Rahul Gonsalves Sent: Friday, 22 September 2006 12:03 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Content Jumps onClick in Firefox Samuel Richardson wrote: An interesting bug this one, open up: http

RE: [WSG] The usability of a frame-style layout

2006-09-26 Thread Samuel Richardson
Boehmer [Addictive Media] Sent: Wednesday, 27 September 2006 10:02 AM To: wsg@webstandardsgroup.org Subject: RE: [WSG] The usability of a frame-style layout -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Samuel Richardson Sent: Wednesday, 27

[WSG] Yahoo Javascript Library - Word of Warning

2006-09-28 Thread Samuel Richardson
quite interesting and if you are trying to track down the elusive secure and non-secure warning message then this could be it. -- Samuel Richardson 0405 472 748 - [EMAIL PROTECTED] ***List Guidelines: http

RE: [WSG] Relative positioning and Netscape 6

2006-10-15 Thread Samuel Richardson
On the contrary, it's very useful, and accurate: I used absolutely positioned divs on the www.intrepidtravel.com to add the rounded corners, logo and trip search box you see on every page. This has worked on every browser that I've tested, even down to IE5.5 -Original Message- From:

RE: [WSG] set height versus height set to auto

2006-10-17 Thread Samuel Richardson
It's not how I would build it, but.. Lose the width : auto;'s, width is already auto so you don't need to define it again. The height styles everywhere are indicative or trying to compensate from something going wrong in the design, instead of setting a height work our what's causing the

RE: [WSG] IE6 - IE7

2006-10-17 Thread Samuel Richardson
I'm using the IE6 standalone with IE7 installed, the only problem is that the standalones don't support cookies and don't support the hack for alpha PNGs (they don't display at all) S -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [WSG] IE6 - IE7

2006-10-19 Thread Samuel Richardson
The first security exploit has already come out for IE7. It would be a wise idea to hold off for a few weeks at least before installing. -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Christian Montoya Sent: Friday, 20 October 2006 8:20 AM

RE: [WSG] CSS resources for Graphic designers?

2006-11-13 Thread Samuel Richardson
Just makes sure they understand that - The page could be infinitely long (so they dont box a set amount of text in using a framework around it, common mistake of print designers) - That they cant overlap images all over the place and stagger content, it has to align. If they follow

RE: [WSG] CSS resources for Graphic designers?

2006-11-13 Thread Samuel Richardson
If you look at the Zen garden from a complete design point of view, without any background in coding HTML or CSS, then it will just look like anything is possible on the web. -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of John Faulds Sent:

RE: [WSG] CSS resources for Graphic designers?

2006-11-14 Thread Samuel Richardson
Installing IE7 seems to enable cleartype, or at least something similar to it when viewing pages. -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Felix Miata Sent: Wednesday, 15 November 2006 5:15 AM To: wsg@webstandardsgroup.org Subject:

RE: [WSG] Making sliding door tab navigation fit 100%

2007-01-10 Thread Samuel Richardson
Can you point us towards an example page anywhere? -Original Message- From: listdad@webstandardsgroup.org [mailto:[EMAIL PROTECTED] On Behalf Of Skip Evans Sent: Thursday, 11 January 2007 4:38 PM To: wsg@webstandardsgroup.org Subject: [WSG] Making sliding door tab navigation fit 100%

RE: [WSG] AIMIA finalists

2007-01-22 Thread Samuel Richardson
It's interesting that under the Childrens section, Click Suite has picked up awards for both Moa and Survivor. Both produced by Click Suite (an NZ agency) and Te Papa (the New Zealand museum) This is for the Australian Interactive Media Awards! Is this another case of Australia trying to steal

[WSG] Remove 3D Border Effect from Firefox Tables

2007-01-30 Thread Samuel Richardson
it adds a 3D effect to the table border. Is there anyway of switching this off? -- Samuel Richardson 0405 472 748 - [EMAIL PROTECTED] *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http

RE: [WSG] Remove 3D Border Effect from Firefox Tables

2007-01-30 Thread Samuel Richardson
, Samuel Richardson [EMAIL PROTECTED] wrote: I'm building an HTML 4 Transitional layout for Firefox using tables. Before you all run screaming or hang me from the gallows I have a reason, the page is being used as an email promotion, web based email readers such as GMail ignore float styles

FW: [WSG] Remove 3D Border Effect from Firefox Tables

2007-01-30 Thread Samuel Richardson
Sorry, that address should be: http://duvel.intrepidtravel.com/expresstemplate/template_japanese/ -Original Message- From: Samuel Richardson [mailto:[EMAIL PROTECTED] Sent: Wednesday, 31 January 2007 10:11 AM To: 'wsg@webstandardsgroup.org' Subject: RE: [WSG] Remove 3D Border Effect

RE: [WSG] Remove 3D Border Effect from Firefox Tables

2007-01-30 Thread Samuel Richardson
] On Behalf Of Samuel Richardson Sent: Wednesday, 31 January 2007 12:12 p.m. To: wsg@webstandardsgroup.org Subject: FW: [WSG] Remove 3D Border Effect from Firefox Tables Sorry, that address should be: http://duvel.intrepidtravel.com/expresstemplate/template_japanese/ -Original Message

RE: [WSG] Site Check - amplify.com.au

2007-02-11 Thread Samuel Richardson
I like it, I don't like the plus minus concept on the navigation though, it implies you can close/open multiple navigation options at once (like any of those tree lists can) which is not needed in a navigation. Instead of the plus minus I'd use a concept of bullet point and highlighted bullet