[WSG] ALPHA Testers Needed

2004-06-16 Thread Chris Stratford
sults will vary a lot from what you expect... :) Thanks a lot! - Chris Stratford BTW - IF there are any programs out there that do this - please let me know! I want to see them!!! :) Also this will be 100% Freeware to members of the WSG list :) I might try and charge a $5 fee for licences in

Re: [WSG] ALPHA Testers Needed

2004-06-16 Thread Chris Stratford
Hey Patrick, Yeah the program will parse the actuall CSS and list all the SELECTORS, the PROPERTIES and VALUES (And Comments). It works by parsing each character. The algorithm took me an hour or two just to write up. It wasn't simple. That is why you cannot use this software with non complia

Re: [WSG] ALPHA Testers Needed

2004-06-16 Thread Chris Stratford
- Original Message - From: Chris Stratford To: [EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 6:02 AM Subject: [WSG] ALPHA Testers Needed Hey List, I am currently developing a little software package which will help you manage your CSS and your bandwidth. What it does is it will compress

Re: [WSG] ALPHA Testers Needed

2004-06-16 Thread Chris Stratford
Im not trying to beat anything. I just want a simple program, that hopefully can be free. which will simply compress your CSS code. I have heard a lot of good things about TopStyle. Although I usually like coding in an environment which doesn't interfere with my coding. (I dont know if it does

Re: [WSG] Have stared too long

2004-06-16 Thread Chris Stratford
True, at my uni they have IE6.0 and Netscape 7.1 I actually enjoy using the netscape browser its very good! Veine K Vikberg wrote: Doesn't look like it, as Mozilla is taking over a whole chunk of the browser market, however, there will always be a large population on Netscape as the university/co

Re: [WSG] OT - Standards Compliant Websites Directory

2004-06-23 Thread Chris Stratford
Off topic etc... But this email is dated on my machine as the 24th June 2003... What the hell?!?! Razvan Pop wrote: Hello. I've started to build a "Standards Compliant Websites Directory". A Web Directory where only Valid W3C sites will be accepted. What do you think? Should I continue?

[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 te

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

2004-06-28 Thread Chris Stratford
the content. When the size of the browser is >= 1024... Thanks anyways people! Chris Stratford wrote: 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 h

Re: [WSG] As Good As the Weakest Link

2004-06-28 Thread Chris Stratford
I believe its because, when you style it in CSS. And make the LINKS, BLOCK ELEMENTS - without using 's. Without the stylesheet, the links will bunch up without any spaces or gaps. So you use a and 's - just for the fact that it will be backwards compatable with browsers which dont support CSS, an

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.

Re: [WSG] reproducing valign=bottom

2004-06-29 Thread Chris Stratford
I havn't ever used this, but i know there are ways to set items to behave like tables. You probably will want to set the div to behave like a table cell... http://www.w3.org/TR/REC-CSS2/tables.html check that out. I am reading it now to see if it will help... Sorry if it doesnt! Scott Reston wrot

[WSG] 100% Inaccessible

2004-06-29 Thread Chris Stratford
- It wont load in:     FireFox... (I assume Mozilla too then!)     Safari... Just a little OT rant... No need to reply to the list. Send whatever hate URLS you have to my inbox... - Chris Stratford

Re: [WSG] What do browsers download?

2004-06-30 Thread Chris Stratford
Im not 100% sure... but here is what I think a browser would download, in what order.. 1st it would download the HTML code... then any Images in the document... then the DTD... then the Stylesheets... then the Stylesheet images... then 3rd party gear - flash, java, other applets and mods... just my

Re: [WSG] is REQUIRED

2004-07-01 Thread Chris Stratford
I cant remember if it was the same thing, but i think it just means, inputs and form elements MUST be inside a Block element.. Something to do with that? Sorry I cant be of more help - I just know you arent required to have a fieldset... its just to do with the presence of a block element! Morde

[WSG] Styling Text...

2004-07-02 Thread Chris Stratford
neric bold,underlined,italic text?? Say if I were to code a BBCODE system into my Blog etc... for myself. What would I use to keep it standards compliant? Thanks for the help! I hope its not too confusing! :S - Chris Stratford

Re: [WSG] iFrames vs Scrolling Divs

2004-07-05 Thread Chris Stratford
Hmmm. You could use some very clever Javascript. eg. document.getElementById('divid'0.innerHTML = blah blah then load the new doc. into that div. but yeah. iFrames are old. although i dont see them dissapearing anytime soon Shane Helm wrote: I was interested in making a site that had an iFrame that

Re: [WSG] Oh, the humanity!

2004-07-12 Thread Chris Stratford
Nah i see it... :S Ahhh terrible... Off with teh person in charges head! Nick Gleitzman wrote: On Tuesday, Jul 13, 2004, at 11:50 Australia/Sydney, Rev. Bob 'Bob' Crispen wrote: Just in case anybody asks you, "but how do you *know* the Allmusic Guide is lame?" and you don't have one

Re: [WSG] setting width for s when inline

2004-07-14 Thread Chris Stratford
hope someone finds this discussion useful. Yes I do! I have also wondered why this happens. I mean, because something is INLINE, doesn't mean it shouldn't be able to have a set width... I would think its more of a reason to set a width, because it is being set inline with another element - s

Re: [WSG] CSS Tabs

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

Re: [WSG] Semantic personal publishing platform with a focus on a esthetics, web standards, and usability

2004-07-19 Thread Chris Stratford
I have coded my own blog. www.neester.com took me about 4 days to et working. now its working great! I have added bbcode to make it simple for me to format. simply a [b] or [i]... URLs are auto converted etc... its perfect for me. i really HATE using pre-written code. I feel like such a scri

Re: [WSG] Semantic personal publishing platform with a focus on a esthetics, web standards, and usability

2004-07-19 Thread Chris Stratford
Chatham, Will wrote: I have coded my own blog. www.neester.com That's nice. But for those of us who don't have time, don't wish to reinvent the wheel, are not necessarily interested in learning that much programming, and wish to support a standards-based open source communit

Re: [WSG] Re: Does a CSS file load all graphics or only page relevant ones?

2004-07-19 Thread Chris Stratford
I cannot provide any proof of this. but I believe it would only load it when its displayed. the CSS wont parse and execture BANNERPAGE2, unless its caled from Page2.HTML I always thought of CSS as a list of SUBROUTINES, and the HTML is the Class calling the subroutines... if there is no need to

Re: [WSG] Underlining tabbed to links

2004-07-19 Thread Chris Stratford
I believe it only really works in IE. and only when TABBING forward, not backward (SHIFT+TAB) You need to set the: a:active { } atrribute russ - maxdesign wrote: Hi Ben, Please send the list a sample url so that people can see exactly what you have done and will then be better informed

Re: [WSG] About the standard Price for our website design (THREAD CLOSED)

2004-07-21 Thread Chris Stratford
hought its appropriate. - Chris Stratford www.neester.com http://images.neester.com David McDonald wrote: This discussion may be OK or not in certain countries, but it doesn't have much to with web standards. Let's close the thread now please. Guys, feel free to discuss it with each

[WSG] Web Accessability, SEO, Bookmarking - mod_rewrite

2004-07-23 Thread Chris Stratford
h the main issue, Its hard to code a PHP workaround, because the PHP script doesnt know about the mod-rewrite... :S is hardcoding the only answer? thanks people! You can see the mod_rewrite used on my blogs & also in the images.neester.com image system :) cheers! - CHRIS STRATFORD - http://www.ne

Re: [WSG] Web Accessability, SEO, Bookmarking - mod_rewrite

2004-07-23 Thread Chris Stratford
Hmmm. Sorry forgot to mention one crucial detail... I import a HEADER.PHP file. for every PHP page loaded. Every php file is actually in the base directory with the CSS file in a folder called STYLES. So originally my method worked fine! just have the header point to: "styles/sheet.css" but

[WSG] Weird issue With IE6... Need Help

2004-07-29 Thread Chris Stratford
y use tables? i think i might. any help on the topic would be greatly appreciated! thanks! - chris stratford

Re: [WSG] Weird issue With IE6... Need Help

2004-07-29 Thread Chris Stratford
Ahhh thanks heaps! If i knew what they called the bug i could of looked it up myself :S Sorry about that! Im running 0.9.2 and its weird. occasionally when i load that list. i get two little green bars... i cant replicate it at the moment - maybe it "fixed itself" thanks a lot mat

Re: [WSG] Weird issue With IE6... Need Help

2004-07-29 Thread Chris Stratford
s. mike 2k:)2 -Original Message- From: Dan Webb [mailto:[EMAIL PROTECTED]] Sent: 29 July 2004 15:34 To: [EMAIL PROTECTED] Subject: Re: [WSG] Weird issue With IE6... Need Help I'd use a table for the main data table if I were you...it's tabular data. Quoting Chris St

Re: [WSG] Ikon, where are you?

2004-07-31 Thread Chris Stratford
hahaha, normally you can set a filter to stop it from re-sending the away message. well i know my webserver has that option. :) Michael Kear wrote: Out of office replies can get out of hand. I witnessed a case where someone late on a Friday night, set their OoO on, with a very helpful message, th

[WSG] XP SP 2

2004-08-12 Thread Chris Stratford
Hey List, Just letting you know XP SP2 is out now. It says its not for Single PC Use, although I just used it anyway. Its 200MB Larger than the single PC use one - so big difference in download. http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/winxpsp2.mspx I didnt notice any c

Re: [WSG] Site Critique

2004-08-15 Thread Chris Stratford
a huge block of text, in a tiny box in the middle... then lots of empty room below again. Also your CSS doesnt validate 100%... you need a default font or two (serif/san-serif)... love the old pictures and the diner look. hope my response can help you. :) great job! - Chris Stratford Wasabi wrote

Re: [WSG] DIV Needs To Be Clear :S

2004-08-30 Thread Chris Stratford
Hey Lachlan, I hadnt read this email and I worked out a solution. It is because I had the lower 2 boxes FLOATED, with the CLEAR on the FOOTER, not inside the content div. I might try your option though, because it seems like it will work better :) Thanks a lot! - Chris Lachlan Hardy wrote: Chris

Re: [WSG] DIV Needs To Be Clear :S

2004-08-30 Thread Chris Stratford
Yeah Lachlan, I did use your method. Its a lot more failsafe than mine. thanks a lot for the great input! cheers! Lachlan Hardy wrote: Chris Stratford wrote: Just wondering, can a DIV be clear to show the background image from a div behind it? G'day Chris As Nick has indicated the answer i

[WSG] Odd IE Behaviour.

2004-09-01 Thread Chris Stratford
, all over the textarea regardless of text being there or not. when you set the background to none, it is asif its not a textarea unless there is some text over the top. Odd behavious. maybe someone can make some sense out of it. Cheers - Chris Stratford

Re: [WSG] Divs or Cells

2004-09-02 Thread Chris Stratford
Just to be certain, I woudl give the option to view a super low level version of teh website. so its almost WAP like... Just pure text with a few images... Will make browsing faster, and more accessible... One thing to realise is. People using PDAs or Phones to use hte internet, pay tremendous fe

[WSG] FireFox - Built In CSS Error Handler?

2004-09-03 Thread Chris Stratford
Hey List, Just wondering - anyone have any idea what this is? A Developer's Best Friend Firefox comes with a standard set of developer tools including a powerful JavaScript and CSS error/warning console, and an optional Document Inspector that gives unheard of insight into how your pages

Re: [WSG] FireFox - Built In CSS Error Handler?

2004-09-04 Thread Chris Stratford
Aww thanks. I must not be using the DOM inspector properly since I have never seen any CSS or any CSS errors displayed inside there... How do you view the CSS of an item? Mine just shows the text and blinks a border around it etc... Cheers Neerav wrote: Tools -> DOM inspector Tools -> Javascript

Re: [WSG] Standards-based PHP tutorials for beginners...

2004-09-09 Thread Chris Stratford
I know what you mean. When I originally started SS Coding with PERL I used templates for EVERYTHING... Then i learnt PHP, and integrated HTML into EVERYTHING! Now I still integrate HTML but differntly. I have 4 basic PHP files. _build_start _build_header _build_footer _build_end start and end are S

[WSG] Peek-a-Boo Bug in FireFox???

2004-09-17 Thread Chris Stratford
Hey WSG, Need some help here... http://fs.neester.com/ When you rollover the menu on the left. In MY firefox I see a PeekABoo sort of effect... Kind of the opposite though. the googlead ghosts over the menu for a second...?? Any ideas why? Thanks - Chris

Re: [WSG] My Favorite XHTML/CSS/JavaScript/PHP Editor - NO WYSIWYG

2004-09-18 Thread Chris Stratford
list etc... validates your pages on the fly... its great! *- Chris Stratford* Leslie Riggs wrote: I'm currently test driving a free editor, PSPad Editor, which has Top Style 3.10 (trial edition) built-in - you can also get Top Style Lite which is a free version, instead. I'm fast falli

Re: [WSG] Peek-a-Boo Bug in FireFox???

2004-09-19 Thread Chris Stratford
Sorry i should have said, that i have now fixed this issue :) I just stoped the padding & border size switch & the letter spacing. that fixed it :) thanks for all the help people :) Charles Roper wrote: Need some help here... http://fs.neester.com/ I'm looking at it in Firefox 1.0PR (Moz

Re: [WSG] Is it possible...

2004-09-21 Thread Chris Stratford
Yes its possible. Although its best used with PHP or some other SSL. You need to simply add a class to the tab which is the current page. eg: class="current" :S Get me? Kim Kruse wrote: Hi, I'm almost ready to add content to this page http://mouseriders.dk/ but I still have one problem I just can'

Re: [WSG] Just for fun

2004-09-26 Thread Chris Stratford
Very Interesting! Just goes to show how much better CSS Developed sites are - bandwidth wise. Thanks for the great example! Neerav wrote: Not bad, the only differences I could tell were quite minor Neerav Bhatt http://www.bhatt.id.au Web Development & IT consultancy Mobile: +61 (0)403 8000 27 http:

Re: [WSG] increasing font size breaking layout

2004-09-27 Thread Chris Stratford
; getting help ** -- -------- Chris Stratford [EMAIL PROTECTED] http://www.neester.com ** The discussion list for http://webstandardsgroup.org/ Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspirat

Re: [WSG] my share of photos form WE04

2004-10-04 Thread Chris Stratford
Thanks A lot! I wasnt there, so - http://www.karmakars.com/WE04_gallery/window.php?8 - Please explain ??? Amit Karmakar wrote: Enjoy! These are Day 2 photos atm will add the rest soon. http://www.karmakars.com/weblog/archives/2004/10/04/we04gallery -- Chris Stratford

Re: [WSG] thoughts of external links in new window?

2004-10-07 Thread Chris Stratford
you were to do it, what's your preferred method? Thanks. -- -------- Chris Stratford [EMAIL PROTECTED] http://www.neester.com ** The discussion list for http://webstandardsgroup.org/ See http://web

Re: [WSG] thoughts of external links in new window?

2004-10-07 Thread Chris Stratford
:) Sorry - lol. Cheers, *Chris Stratford* Patrick H. Lauke wrote: Chris Stratford wrote: I use XHTML Strict, and have modded the DTD to accept New Window code. What always makes me wonder about these solutions is that, in effect, they are still reliant on the fact that current browsers have the

Re: [WSG] how so I stop all the postings coming to my email box?

2004-10-18 Thread Chris Stratford
discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ** . -- -------- Chris Stratford [EMAIL PROTECTED] htt

Re: [WSG] should you refuse to support IE?

2004-10-19 Thread Chris Stratford
the functionaly is complete... Just 50% of the pages arent ready. Sorry - that was a little thread hijacking there. *- Chris Stratford* Blair Millen wrote: Mark, I have a similar outlook with my own personal blog, but if you are able to look at your visitors stats like myself then you may find that

[WSG] My Style Switcher...

2004-10-22 Thread Chris Stratford
eah. I havent seen it used anywhere else - but then again - I didn't really look. if you have seen this method used somewhere else - please post some links... Cheers! *Hope that wasnt too long... And I hope it is easy to understand - and someone out there learnt something they might us

Re: [WSG] My Style Switcher...

2004-10-22 Thread Chris Stratford
width: ; float: left; margin: ; background-color: #; color: #; } below all that is the: switch($PAGE) case 'contact': ?> <<>> etc... <<>> etc... Hope that helped explain it a bit more... :) Chris Stratford wrote: *Hey WSG,* I have just begun re-develo

Re: [WSG] My Style Switcher...

2004-10-22 Thread Chris Stratford
:p) Michael Dale [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] My Style Switcher...

2004-10-22 Thread Chris Stratford
y a fan of style switchers unless it has a distinct advantage of adjusting readability/usability for the visitor. Although, to your advantage, I love kick-ass php writing. Anton Quoting Chris Stratford <[EMAIL PROTECTED]>: *Hey WSG,* I have just begun re-development of neester.com once aga

Re: [WSG] Strange CSS Problem

2004-10-27 Thread Chris Stratford
discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ** -- ---- Chris Stratford [EMAIL PROT

Re: [WSG] Site Check please

2004-11-10 Thread Chris Stratford
ting to the list & getting help ** -- ---- Chris Stratford [EMAIL PROTECTED] http://www.neester.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/ma

[WSG] FireFox Problem With UL/LI

2004-11-11 Thread Chris Stratford
IE gets this one right! :) Cheers -- Chris Stratford [EMAIL PROTECTED] http://www.neester.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail

Re: [WSG] FireFox Problem With UL/LI

2004-11-11 Thread Chris Stratford
't it! | Natalie Buxton wrote: Im using Firefox and I cant see this issue Chris, can you show us a screenshot? Natalie On Fri, 12 Nov 2004 17:23:57 +1100, Chris Stratford <[EMAIL PROTECTED]> wrote: Hey List, I am sure this is documented somewhere, but I dont know what I would call the problem.

Re: [WSG] FireFox Problem With UL/LI

2004-11-12 Thread Chris Stratford
Ahhh thanks Philippe! Yes! line-height: normal; Fixed it perfectly! Thank you very much! BOOKMARKED! Philippe Wittenbergh wrote: On 12 Nov 2004, at 3:23 pm, Chris Stratford wrote: www.neester.com/beta/ The navigation menu has extra pixels in the margin after: JOURNAL, CALENDAR and UNIVERSITY

Re: [WSG] 10,000 posts, we have a winner...

2004-11-12 Thread Chris Stratford
s the only way :) Jeroen -- -------- Chris Stratford [EMAIL PROTECTED] http://www.neester.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for

Re: [WSG] Site check please - launched it finally!

2004-11-12 Thread Chris Stratford
rs Mike Kear AFP Webworks Windsor, NSW, Australia http://afpwebworks.com .com, .net, .org etc domains start at A$20/year -- ---- Chris Stratford [EMAIL PROTECTED] http://www.neester.com ** The discussio

Re: [WSG] css scrolling

2004-11-12 Thread Chris Stratford
x? Bennie -- -------- Chris Stratford [EMAIL PROTECTED] http://www.neester.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting t

Re: [WSG] Another body tag question ...

2004-11-13 Thread Chris Stratford
e hints on posting to the list & getting help ** -- ---- Chris Stratford [EMAIL PROTECTED] http://www.neester.com ** The discussion list for

Re: [WSG] Avoiding image cut-off through CSS?

2004-11-15 Thread Chris Stratford
Wow, that is something I didn't realise existed! That is great! Thanks a lot Natalie! - Chris Stratford [EMAIL PROTECTED] Natalie Buxton wrote: Armit You can force a page break before an image using css. page-break-before: always; Natalie On Tue, 16 Nov 2004 13:56:11 +1100, Amit Kar

Re: [WSG] zoom, or text zoom?

2004-11-16 Thread Chris Stratford
asking the question. Thanks, Bob (McClelland) Cornwall (U.K.) www.gwelanmor-internet.co.uk ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *

[WSG] Help With IE Jog Bug...

2004-11-18 Thread Chris Stratford
validation... All good... IE didnt like it. realised i was the jog bug - any help? The table automatically sits below my navigtaion bar!!! What the hay!! How can this be fixed? Thanks in advance to you all! -- Chris Stratford [EMAIL PROTECTED] http://www.neester.com

Re: [WSG] Help With IE Jog Bug...

2004-11-18 Thread Chris Stratford
clare "position:relative;" or a "line-height" for the containing div. That tends to kick IE into line. Hope that helps, Bryan - Original Message ----- From: "Chris Stratford" <[EMAIL PROTECTED]> To: "WSG" <[EMAIL PROTECTED]> Sent: Thursday, Nove

Re: [WSG] web essentials 04 - zeldman video keynote online

2004-11-21 Thread Chris Stratford
barely be scratching the surface of what needs to be done but is it worth thinking about Leslie? Janet ** 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] 88x31 WSG Buttons?

2004-11-24 Thread Chris Stratford
& getting help ** -- -------- Chris Stratford [EMAIL PROTECTED] http://www.neester.com ** 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] It's so frustrating. Webstandars, accesibility and Firefox as a sales argument.

2004-11-25 Thread Chris Stratford
standardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ** -- Chris Stratford [EMAIL PROTECTED] http://www.neester.com ** The discussion list for http://webstandardsgroup.org/ See h

Re: [WSG] New music site barring non IE browsers

2004-11-30 Thread Chris Stratford
not secure. You should scan this message and any attachments for viruses. Under no circumstances do we accept liability for any loss or damage which may result from your receipt of this message or any attachments. --

[WSG] Print Style Sheet Inconsistencies

2004-12-01 Thread Chris Stratford
good! I think that is the way it should be? Or is there a reason why Moz has done this? Cheers List! ---- Chris Stratford [EMAIL PROTECTED] http://www.neester.com ** The discussion list for http://websta

Re: [WSG] Print Style Sheet Inconsistencies

2004-12-01 Thread Chris Stratford
BTW the navigation will be hidden from the Print, it is just so I can navaigate around the pages at the moment. Cheers! Chris Stratford wrote: Hey List, I am trying to develop a website at the moment and I want to have a great stylesheet for printing as well as a great layout sheet... http

Re: [WSG] Why does firefox tooltip only "TITLE" attribute and not ALT?

2004-12-01 Thread Chris Stratford
USE OR DISCLOSE SUCH INFORMATION. --- -- ---- Chris Stratford [EMAIL PROTECTED] http://www.neester.com ** 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] Print Style Sheet Inconsistencies

2004-12-02 Thread Chris Stratford
Patrick H. Lauke wrote: Chris Stratford wrote: 1) Printing IGNORES all "background" attributes... This is understandable - but I didn't realise this until just now... So my LI background elements weren't printing (or showing in Print Preview which is how I check what it

[WSG] New Standards Compliant Website

2004-12-02 Thread Chris Stratford
Hey WSG, Just need a little assistance here. http://inspiro.neester.com/ Click on ABOUT. In IE the content panel seems to overlap the whole nav panel too... I know its to do with the image floating right. But how can such a thing be fixed? Cheers -- Chris Stratford [EMAIL

Re: [WSG] New Standards Compliant Website

2004-12-02 Thread Chris Stratford
Sorry by the way i havnt finished styling the site yet. So no need to comment on the contact page and the others :) Cheers Chris Stratford wrote: Hey WSG, Just need a little assistance here. http://inspiro.neester.com/ Click on ABOUT. In IE the content panel seems to overlap the whole nav panel

Re: [WSG] New Standards Compliant Website

2004-12-03 Thread Chris Stratford
- anyone have any ideas? Or should I just chuck this on www.experts-exchange.com? Cheers! Mordechai Peller wrote: Chris Stratford wrote: http://inspiro.neester.com/ Click on ABOUT. In IE the content panel seems to overlap the whole nav panel too... I checked out http://inspiro.neester.com/about

Re: [WSG] New Standards Compliant Website

2004-12-03 Thread Chris Stratford
Ahh yeah? I might give that a shot then :) Thanks! But yeah, the problem wasn't with the font size, if you read my original message it is actually a problem with my CSS not working properly. Cheers Michael Wilson wrote: Chris Stratford wrote: Hey Mordechai, Yeah I know I did that - I want

[WSG] NN4 - Anyone Care?

2004-12-04 Thread Chris Stratford
Evolt Cheers! -- Chris Stratford [EMAIL PROTECTED] http://www.neester.com ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hin

Re: [WSG] NN4 - Anyone Care?

2004-12-04 Thread Chris Stratford
Wow thanks guys. Good responses. I wasn't sure if anyone would use it - with the way IE has spread - I assumed that everyone would be IE unless they chose something else... Thanks again! Chris Stratford wrote: Just a question... Why is there such an emphasis on NN4? Who actually still uses

Re: [WSG] a quick target question

2004-12-06 Thread Chris Stratford
sgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ****** -- Chris Stratford [EMAIL PROTECTED] http://www.neester.com **

[WSG] IE Error :S

2004-12-08 Thread Chris Stratford
cript and thinks its an error... I didn't think this was meant to happen - doesnt the wc3 validator realise that it is only javascript, not xhtml?? Cheers group! -- -------- Chris Stratford [EMAIL PROTECTED] http://www.n

Re: [WSG] IE Error :S

2004-12-08 Thread Chris Stratford
your client sent you However this is only on that page the rest of the site is OK -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Stratford Sent: Thursday, 9 December 2004 9:23 AM To: WSG Subject: [WSG] IE Error :S Hey WSG, Just have a problem with I

Re: [WSG] IE Error :S

2004-12-08 Thread Chris Stratford
than 699px the layout works .. iif it is over You get the screen shot your client sent you However this is only on that page the rest of the site is OK -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Stratford Sent: Thursday, 9 December 2004 9:

Re: [WSG] IE Error :S

2004-12-08 Thread Chris Stratford
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Stratford Sent: Thursday, 9 December 2004 9:23 AM To: WSG Subject: [WSG] IE Error :S Hey WSG, Just have a problem with IE and this page: http://inspiro.neester.com/index.html I cant get it to show on my version of

Re: [WSG] A standards compliant remake.

2004-12-11 Thread Chris Stratford
n, it was only a 1 day job. So I did it really quick. It was only a few hundred dollars worth - and yeah. Just wanted to share my work with the list! Thanks again for the response! Cheers! - ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgro

Re: [WSG] A standards compliant remake.

2004-12-11 Thread Chris Stratford
n list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ** . -- -------- Chris Stratford [EMAIL PROTECTED] http://w

[WSG] A standards compliant remake.

2004-12-10 Thread Chris Stratford
so I dont mind. Just thought I would let you all see another part of the web being transformed! I have checked most pages and they all validate pretty much! Tell me what you think! Cheers! -- Chris Stratford [EMAIL PROTECTED] http://www.neeste

Re: [WSG] CSS alignment issues

2004-12-26 Thread Chris Stratford
ound image is a ~bit~ much. 30-40k would be better and should be achievable without too much loss of quality. Regards -- Chris Stratford [EMAIL PROTECTED] http://www.neester.com -- No virus found in this outg

[WSG] Odd IE Issue...

2004-12-30 Thread Chris Stratford
! -- Chris Stratford [EMAIL PROTECTED] http://www.neester.com -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.298 / Virus Database: 265.6.6 - Release Date: 28/12/2004 ** The

Re: [WSG] Odd IE Issue...

2004-12-30 Thread Chris Stratford
Hey Brian, thanks for the reply - I changed the DTD... No difference at all :( Any more ideas? I will check back in a few hours. need a nap - 5am here :D Gnite! Brian Cummiskey wrote: Chris Stratford wrote: hey group, odd problem here: www.gamerdb.net using IE, that page seems to take AGES to load

Re: [WSG] Odd IE Issue...

2004-12-30 Thread Chris Stratford
e the problem is exactly the image size: too small. See: http://cb2web.com/tests/gamerdb/ It uses a nav_back.gif 20x20, GIF, Web Safe colors, 81 bytes: http://cb2web.com/tests/gamerdb/media/nav_back.gif HTH Carlos http://cb2web.com - Original Message - From: "Chris Stratford" &l

Re: [WSG] Funky tags or "XHTML2 Transistional"

2004-12-31 Thread Chris Stratford
ul? Do you know any user-agents that won't accept such tags? or misbehave with custom dtd? Maybe I should use namespace instead of creating pseudoHTML? -- ---- Chris Stratford [EMAIL PROTECTED] http://www.neester.com -- No virus found in t

[WSG] ATO - shame shame shame...

2005-01-06 Thread Chris Stratford
te my business registration? Can they not simply uphold web standards! Ahhh I am mad. I will call them - tell them to print it out or whatever it is. and mail it to me... Deary me... The government has failed again... :) -- Chris Stratford [EMAIL PROTECTED] http://www.neeste

Re: [WSG] ATO - shame shame shame...

2005-01-06 Thread Chris Stratford
nt Its always good to look before leaping. HTH James *Using the User Agent extension and altering to Netscape 7.1 and IE 6 allows you to install their certificate. On Fri, 07 Jan 2005 03:16:34 +1100, Chris Stratford <[EMAIL PROTECTED]> wrote: Can I sue the ATO over this - like the

Re: [WSG] CSS Roundbox

2005-01-10 Thread Chris Stratford
ts on posting to the list & getting help ****** -- Chris Stratford [EMAIL PROTECTED] http://www.neester.com -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Vi

[WSG] Class -vs- ID

2005-01-12 Thread Chris Stratford
unlimited, and you can assing Multiple classes to each entity too... So... Why? -- Chris Stratford [EMAIL PROTECTED] http://www.neester.com -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database

Re: [WSG] Class -vs- ID

2005-01-12 Thread Chris Stratford
BTW I know IDs are needed for LABELS and other FORM elements. :) Cheers Chris Stratford wrote: Just wondering. I was asked for the first time yesterday, what the big difference and advantage to using an ID over a CLASS was... I know why classes are good! What is the advantage of an ID over

Re: [WSG] Class -vs- ID

2005-01-13 Thread Chris Stratford
Wow thanks for the great responses people! Love this list :) Cheers, solved all my problems with that question :) Paul Novitski wrote: At 06:23 PM 1/12/05, Chris Stratford wrote: I was asked for the first time yesterday, what the big difference and advantage to using an ID over a CLASS was

  1   2   3   >