Re: [WSG] HELP REQUEST: netscape float:absolute problem

2004-07-09 Thread James Ellis
Hi Scott Which version of Netscape..? This is important as with Netscape 4 you are better off hiding the stylesheet. Netscape 6 is/was a dud so better off pressing for an upgrade for the 1 % of users who use it. If you are targeting Netscape 7 then the problem *should* (touch wood) manifest

Re: [WSG] Help Testing site on Mac - IE Safari

2004-07-08 Thread Rick Faaberg
On 7/8/04 12:09 AM Luke Moulton [EMAIL PROTECTED] sent this out: If anyone with a Mac has a spare sec, would you mind taking a quick look at this site template and letting me know if there are any major rendering probs in Mac (IE 5+ and Safari). http://acson.go4.gotdns.com/ I don't see any

Re: [WSG] Help Testing site on Mac - IE Safari

2004-07-08 Thread Neerav
Luke FYI The latest versions are: Firefox 0.9.1 Opera 7.52 Unlike IE users, mozilla/opera users tend to upgrade to the newest release quickly so theres no point testing old firefox releases Also you see what your site looks like in Safari 1.2 at http://www.danvine.com/icapture/ Hope that helps

Re: [WSG] Help Testing site on Mac - IE Safari

2004-07-08 Thread Mary Wright
Very nice. All looks good in Safari 1.2.2 and IE5.2. Mary On 8 Jul 2004, at 08:09, Luke Moulton wrote: Hi Group, If anyone with a Mac has a spare sec, would you mind taking a quick look at this site template and letting me know if there are any major rendering probs in Mac (IE 5+ and Safari).

Re: [WSG] Help with making DIVs behave

2004-06-08 Thread Michael Allan
Hi Rosie, The div's not misbehaving, it's the floated image ... but that's how floats are meant to work. Clearing the float by adding dl { clear:both; } to your stylesheet will give you what you want. Cheers, Mike On Tuesday, June 8, 2004, at 11:46 PM, Rosie Norwood wrote: Hi all, Sorry for

RE: [WSG] Help with making DIVs behave

2004-06-08 Thread Trusz, Andrew
Subject: Re: [WSG] Help with making DIVs behave Hi Rosie, The div's not misbehaving, it's the floated image ... but that's how floats are meant to work. Clearing the float by adding dl { clear:both; } to your stylesheet will give you what you want. Cheers, Mike On Tuesday, June 8, 2004

Re: [WSG] Help with IE 6

2004-06-07 Thread Ryan Christie
Amit Karmakar wrote: The site: http://www.maysvillerotary.org CSS: http://www.maysvillerotary.org/assets/styles/maysvillerotary.css It's pretty late over here, and I only brushed over the stuff but #navcontainer { float: left; width: 199px; border-right: 1px solid #B4D3DC; padding: 0 0 1em 0;

Re: [WSG] Help with IE 6

2004-06-07 Thread Jose Florido
Hello! This is my first message to the list, first of all, sorry my bad english, I'm spanish. The site seems to be working fine in most browsers except IE6. Bloody IE Any help to get it working in IE v6/Win would be appreciated. People on macs would you mind giving me your feedback too.

Re: [WSG] Help with IE 6

2004-06-07 Thread Chris Stratford
They are right - you dont need width: 100% the only adverse effect that will have - now you wont see the HOVER Effect unless you hover over the TEXT and not the BOX in IE ONLY... Most other browsers this will work still... NOTE: Im only fairly sure what I said is true. I have been in

RE: [WSG] Help with IE 6

2004-06-07 Thread Amit Karmakar
Thanks Jose works like a charm! Regards, Amit Karmakar www.karmakars.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jose Florido Sent: Monday, 7 June 2004 4:17 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] Help with IE 6 Hello! This is my first

RE: [WSG] Help with IE 6

2004-06-07 Thread Amit Karmakar
Thanks Ryan! Regards, Amit Karmakar www.karmakars.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Christie Sent: Monday, 7 June 2004 4:08 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] Help with IE 6 Amit Karmakar wrote: The site: http

RE: [WSG] Help with IE 6

2004-06-07 Thread Jeff Lowder - Accessibility 1st
the attached files resupplied. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Amit Karmakar Sent: Monday, 7 June 2004 4:22 PM To: [EMAIL PROTECTED] Subject: RE: [WSG] Help with IE 6 AWESOME! Spot on Jeff, you're a bottler! Thanks, I

RE: [WSG] Help with IE 6

2004-06-07 Thread Amit Karmakar
://www.maysvillerotary.org/assets/styles/textmaysvillerotary.css Regards, Amit Karmakar www.karmakars.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Lowder - Accessibility 1st Sent: Monday, 7 June 2004 4:57 PM To: [EMAIL PROTECTED] Subject: RE: [WSG] Help with IE 6

RE: [WSG] Help with IE 6

2004-06-07 Thread Amit Karmakar
:56 AM To: [EMAIL PROTECTED] Subject: RE: [WSG] Help with IE 6 Hi all, My first email to the list, just joined a couple of days ago.. Amit, that one looks like IE's rendering of a space character between li's containing block elements ie. a style=display:block , when you have white space between

RE: [WSG] Help with IE 6

2004-06-06 Thread Jeff Lowder - Accessibility 1st
This is your problem:#navcontainer li a{display: block;padding: 5px 5px 5px 0.5em;border-left: 10px solid #326263;border-right: 10px solid #92C6C7;background-color: #498485;color: #EDF7F8;text-decoration: none;width: 100%; - you dont need this} Cheers Jeff Lowder Accessibility 1st

Re: [WSG] Help validating a Counter script

2004-06-02 Thread Mark Harwood
Erm im not 100% sure but if you just stick it in a external .js page and doe the normal Script inclusion wouldnt that get around the nasty JavaScript and let it validate? * The discussion list for http://webstandardsgroup.org/ See

RE: [WSG] Help validating a Counter script

2004-06-02 Thread Bert Doorn
Title: Message G'dayA couple of hints...1. Close the meta tags: meta name="description" content="" / meta name="keywords" content="." /2. Escape the forward-slashes (/) in the counter script: "img src=""

RE: [WSG] Help validating a Counter script

2004-06-02 Thread Mark Harwood
I never even checked his actual code :E assumed he knew what he was doing, just didnt know what to do with the JavaScript... On Wed, 2 Jun 2004 19:35 , Bert Doorn [EMAIL PROTECTED] sent: Message G'day A couple of hints... 1. Close the meta tags: meta name=description

Re: [WSG] Help validating a Counter script

2004-06-02 Thread Razvan Pop
Check this: http://validator.w3.org/check?uri=http://alegeri-locale.stockapplets.com/2/alegeri-locale-2004.html Any other ideas? Bert Doorn wrote: G'day A couple of hints... 1. Close the meta tags: meta name=description content= / meta name=keywords content=. / 2. Escape the

RE: [WSG] Help validating a Counter script

2004-06-02 Thread Bert Doorn
Title: Message G'day again Check this: http://validator.w3.org/check?uri=http://alegeri-locale.stockapplets.com/2/alegeri-locale-2004.html Any other ideas?Yep. As the validator says: a href=""http://cqcounter.com/?_id=razvan_lo=ro">http://cqcounter.com/?_id=razvan_lo=ro"The mentioned

Re: [WSG] Help validating a Counter script

2004-06-02 Thread Razvan Pop
Thank you Bert! It Worked. Bert Doorn wrote: G'day again Check this: http://validator.w3.org/check?uri=http://alegeri-locale.stockapplets.com/2/ alegeri-locale-2004.html http://validator.w3.org/check?uri=http://alegeri-locale.stockapplets.com/2/a legeri-locale-2004.html Any other ideas?

RE: [WSG] help me please

2004-05-27 Thread Chatham, Will
Hi, There are several things you could try in an attempt to fix this. First, validate your XHTML and CSS. Next, try applying the IE Box Model Hack (http://tantek.com/CSS/Examples/boxmodelhack.html). Since you are using padding and a border on some of your divs, this is likely the problem. IE5.5

Re: [WSG] Help with positioning

2004-05-25 Thread Sean Sullivan-Daley
I have found another way to do this that is working. I would love to see what I did wrong in this example if anyone knows. Thanks for the help. -Sean On Tuesday, May 25, 2004, at 08:21AM, Sean Sullivan-Daley [EMAIL PROTECTED] wrote: OK I guess I need to re-state my problem. I Have a fixed

Re: [WSG] Help with positioning

2004-05-25 Thread Ryan Christie
Sean Sullivan-Daley wrote: OK I guess I need to re-state my problem. I Have a fixed amount of space (55px) at the top of my page. I need to have my navigation anchored to the bottom of that 55px space. What I have is 2 divs nested in another div. The top div is for info on who is logged in the

Re: [WSG] Help with Float

2004-05-19 Thread Mordechai Peller
russ - maxdesign wrote: Floats are suppose to extend past bottom of a container. That statement is correct in this instance but might be slightly misleading. It would be better to say that the heights of floated items are ignored by the parent container, so there is a possibility they may

Re: [WSG] Help with Float

2004-05-19 Thread tony
Quoting Sean Sullivan-Daley [EMAIL PROTECTED]: I am trying to float 3 columns next to each other. This appearas to be OK in IE6 but is broken in FireFox. The columns break out of the container in FireFox. There's now a new way to clear float containers without the need to use an extra

Re: Re: [WSG] Help with Float

2004-05-19 Thread Mike Rainey
Standards Group [EMAIL PROTECTED] Subject: Re: [WSG] Help with Float #col1 { width: 253px; height: auto; border-right: 2px dotted #5D355E; float: left; margin: 0px; padding: 0px; clear: both; } #col1 p, #col2 p, #col3 p { font: 12px/16px Arial, Helvetica, sans-serif; margin: 0px

Re: [WSG] Help with Float

2004-05-19 Thread Manuel González Noriega
El mié, 19-05-2004 a las 21:43, Brian Foy escribió: Hi Sean, Looks like you have to clear those floats. Try adding a div with clear: both; just below the last column. Brian Or this nicer method (i don't know where i first read about this, excuse me if it was on this list :) Clearing

Re: [WSG] Help with Float

2004-05-19 Thread Brian Foy
Hi Sean, Looks like you have to clear those floats. Try adding a div with clear: both; just below the last column. Brian Sean Sullivan-Daley wrote: I am trying to float 3 columns next to each other. This appearas to be OK in IE6 but is broken in FireFox. The columns break out of the container in

Re: [WSG] Help with Float

2004-05-19 Thread Mordechai Peller
Sean Sullivan-Daley wrote: I am trying to float 3 columns next to each other. This appearas to be OK in IE6 but is broken in FireFox. The columns break out of the container in FireFox. Here is a link to the Files. http://sean.ashtonweb.com/test/ http://sean.ashtonweb.com/test/css/style2.css What

Re: [WSG] Help with Float

2004-05-19 Thread russ - maxdesign
#col1 { width: 253px; height: auto; border-right: 2px dotted #5D355E; float: left; margin: 0px; padding: 0px; clear: both; } #col1 p, #col2 p, #col3 p { font: 12px/16px Arial, Helvetica, sans-serif; margin: 0px; padding: 5px 10px; } Mike, There are two small problems with this

Re: [WSG] Help with Float

2004-05-19 Thread russ - maxdesign
What you're doing wrong is that you are assume IE6 is getting it right. Floats are suppose to extend past bottom of a container. You could try adding br style=clear:both/. That statement is correct in this instance but might be slightly misleading. It would be better to say that the heights of

Re: [WSG] Help with Float

2004-05-19 Thread Mike Rainey
Floats are tricky. Try this: 1) Drop your col2 div below the col3 in the HTML markup. 2) Use these values for the col# in the stylesheet: #col1 { width: 253px; height: auto; border-right: 2px dotted #5D355E; float: left; margin: 0px; padding: 0px;

RE: [WSG] help with ie vs the rest

2004-05-03 Thread Craig Stump
There seems to be a few problems with the markup - might want to validate it first. http://validator.w3.org/check?uri=http://metropolis.muprivate.edu.au/index.p hp?id=67 I notice you've got .'s in you class names in the HTML - AFAIK this is not valid. -Original Message- From: [EMAIL

Re: [WSG] help with ie vs the rest

2004-05-03 Thread Gary Greer
oops. Thanks for the hint - I'll do that and get back to the list! Craig Stump wrote: There seems to be a few problems with the markup - might want to validate it first. http://validator.w3.org/check?uri=http://metropolis.muprivate.edu.au/index.p hp?id=67 I notice you've got .'s in you class

Re: [WSG] help with ie vs the rest

2004-05-03 Thread Gary Greer
okay - it now validates - hurrah! Just to complicate it, I've got a three column layout working on the page called search, which goes quite strange in Firefox. Call for help! gg Craig Stump wrote: There seems to be a few problems with the markup - might want to validate it first.

RE: [WSG] help with ie vs the rest

2004-05-03 Thread Chris Gandolfo
You have class bodytext in your html, but it is not defined in your style sheet (unless I'm missing something, it is 2:15 in the morning). Also as stated before you should remove the periods from your class names in your html. From a usability stand point I would consider underlining all of

Re: [WSG] Help in web-standards Flash insert code

2004-04-20 Thread James Ellis
Andy Some links: (not meaning to beat my drum, but..) http://www.sitepoint.com/articlelist/300 and... http://www.alistapart.com/articles/flashsatay/ and... http://ln.hixie.ch/?start=1081798064count=1 HTH James Andy Clarke wrote: Comrades It's not very often I fire up Flash, but today has

RE: [WSG] Help us redesign the WSG site

2004-03-22 Thread P.H.Lauke
:[EMAIL PROTECTED] Sent: 22 March 2004 11:19 To: [EMAIL PROTECTED] Subject: Re: [WSG] Help us redesign the WSG site How about doing a Zen Garden type thing and allow people to skin the WSG site. Just a thought. Andy Budd http://www.message.uk.com

RE: [WSG] Help us redesign the WSG site

2004-03-22 Thread Amit Karmakar
Sounds good to me :) Regards, Amit Karmakar www.karmakars.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Budd Sent: Monday, 22 March 2004 10:19 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] Help us redesign the WSG site How about doing a Zen

Re: [WSG] Help us redesign the WSG site

2004-03-22 Thread A. R. Templeton
Good day folks. I'm new to the list and it would be wonderful to be able to submit a design 'a la' Zen Garden. Even if not accepted it would really be an honor to submit a design amongst such prestigious web designers. I also look forward to learning alot from this great pool of experience.

RE: [WSG] Help us redesign the WSG site

2004-03-22 Thread Nick Cowie
Andy wrote: How about doing a Zen Garden type thing and allow people to skin the WSG site. That would be an interesting task, seeing it would be a 20 odd page site we would be skinning. The first challenge will be to get enough agreement on how to create the basic page structure, eg: do we

Re: [WSG] Help us redesign the WSG site

2004-03-22 Thread Tonico Strasser
Nick Cowie wrote: So if Russ is willing to completely change the rules, we are willing to put up with some lively discussions on most suitable page strucutre, I for one am looking forward to the opportunity. +1 To discuss the page structure would be very interesting since this is a concrete use

RE: [WSG] Help us redesign the WSG site

2004-03-22 Thread Peter Firminger
H... All very interesting. To do this we may have to change the functionality of the CMS a bit and maybe even hard code the pages that rarely change due to the needs of a site that displays code on the page by default (when pasted in). I don't think that many outside the core group have

RE: [WSG] Help us redesign the WSG site

2004-03-22 Thread theGrafixGuy
I like this idea! It adds a creative flair to the purpose of the group and as an artist/programmer instead of a pure programmer it gives others like me a chance to show the world This is how I would've done it. Brian * The discussion list for

Re: [WSG] Help us redesign the WSG site

2004-03-20 Thread Tim Lucas
russ weakley spoke the following wise words on 21/03/2004 1:58AM EST: The WSG site was built very quickly when we first put the group together (just over a year ago). It is very much overdue for a redesign. In the spirit of group ownership, we thought it would be a good idea to open the process up

Re: [WSG] Help with a bit of code plz

2004-02-09 Thread Ben Bishop
Hi Ryan, Just as you specified the number of character rows (vertical), you also need to specify the number of character columns (horizontal.) Your mark-up would like something like: ...e=txtMessage rows=5 cols=50 title=Enter your message/textarea Regards, Ben info wrote: And can anyone plz

RE: [WSG] Help with a bit of code plz

2004-02-09 Thread Mark Stanton
Cols is the number of column that you want in your text areas (similar to rows) and depending on your doctype - it may be required. So if you want 50 columns in your text areas you have to add cols=50. hth Cheers Mark -- Mark Stanton Technical Director Gruden Pty Ltd

<    1   2   3   4