[WSG] help on this rollover please

2004-08-17 Thread Jim Barricks
Hi folks,
I am having a problem with this sample rollover at 
http://www.barricksinsurance.com/button.html .
It shows up fine with 4 rows across and 4 rows down on IE but it shows 5 
rows across on Firefox.
Has anybody any idea what is going wrong here Please?

Thanks much,
Jim Barricks
Marina Del Rey, CA
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*  *  *  *  *
Jim Barricks
[EMAIL PROTECTED]
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  - 
-  -  -  -  -  -  -  -
Difficulties along the way are opportunities in disguise; they reflect
your expectations. Facing them with surrender helps you follow a
more peaceful and perceptive life. -Carl Abbott
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*  *  *  *  *

**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] help on this rollover please

2004-08-17 Thread Jim Barricks
At 07:06 PM 8/17/2004,Vicki Berry, your nimble fingers typed...
Adding float:left to ul.navlist in Firefox fixed it
Vicki.  :-)
Jim wrote:
 I am having a problem with this sample rollover at
 http://www.barricksinsurance.com/button.html .
 It shows up fine with 4 rows across and 4 rows down on IE but it shows 5
 rows across on Firefox.
 Has anybody any idea what is going wrong here Please?
**
Hi Vicki,
It fixes it in Firefox but messes it up in IE. :-(
Jim
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*  *  *  *  *  *  *
Barricks Insurance Services  800-211-9584
508 Main Street   CA License 
#0383850
El Segundo, CA 90245 http://www.barricksinsurance.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - -
Life is not a journey to the grave with the intention of arriving
safely in a pretty and well preserved body, but rather to skid in
broadside, thoroughly used up, totally worn out, and loudly proclaiming
-- WOW--What a Ride!
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*  *  *  *  *  *  * 

**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] help on this rollover please

2004-08-17 Thread Jim Barricks
At 07:21 PM 8/17/2004,Ben Bishop, your nimble fingers typed...
Hi Jim,
You are absolutely correct - IE is displaying it wrong.
You've set the width of the UL to 80% of its parent. You've set the
width of LI to 20% of its parent.
So, the UL is 4/5 of BODY and LI is 1/5 of UL - therefore you get 5
LIs to a line.
What can you do? If you only want four LIs to a line, set their width
to 25%, else add clear:left; to the UL.
--ben
Hi Ben,
Tried the 25% and it fixed it fine in Firefox but now it messes up IE. :-(
Jim
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
http://home.earthlink.net/~insure/[EMAIL PROTECTED]
Resentment is like taking poison and waiting for the other person to die.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  

**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


RE: [WSG] help on this rollover please

2004-08-17 Thread Jim Barricks
At 07:35 PM 8/17/2004,Nick Cowie, your nimble fingers typed...
Jim
I believe is all to do with the box model 
http://tantek.com/CSS/Examples/boxmodelhack.html and that IE sees the li 
containers at greater than 20% in width and Gecko
sees the containers as exactly 20% and 5*20% will fit in 100%

two solutions:
add clear: left; to  ul.navlist
this works while you have 4 items in each ul.navlist, personally I think 
this is a little bit of overkill and would use one ul for all items in a box.

or increase the width in  ul.navlist li from 20 to 22%
works in both IE and Firefox.
Nick
Nick...
You are a genus,
The change to 22% works beautifully on IE and Firefox.
Mucho thanks,
Jim
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*  *  *  *  *  *  *
Barricks Insurance Services  800-211-9584
508 Main Street   CA License 
#0383850
El Segundo, CA 90245 http://www.barricksinsurance.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - -
What would I do if I weren't afraid? (Book: Who moved my cheese)
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*  *  *  *  *  *  * 

**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] Site Critique

2004-08-15 Thread Jim Barricks
Hey Wasabi,
Just go to http://jigsaw.w3.org/css-validator/ to validate your CSS. The site
will give you any errors on your site to correct.
Best,
Jim
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*  *  *  *  *  *  *
Barricks Insurance Services  800-211-9584
508 Main Street   CA License 
#0383850
El Segundo, CA 90245 http://www.barricksinsurance.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - -
Life is not a journey to the grave with the intention of arriving
safely in a pretty and well preserved body, but rather to skid in
broadside, thoroughly used up, totally worn out, and loudly proclaiming
-- WOW--What a Ride!
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*  *  *  *  *  *  *

- Original Message -
From: Wasabi [EMAIL PROTECTED]
Date: Monday, August 16, 2004 9:19 am
Subject: Re: [WSG] Site Critique
 Hi,

 Do you mean cramped? Thanks for your insight, I'm in bit of a
 boggle
 with the CSS validation issue, can you elaborate?

 C


 On Sunday, August 15, 2004, at 02:05 PM, Chris Stratford wrote:

  The layout does look craped.
  It ends up being very empty at the top...
  and then all of a sudden a huge block of text, in a tiny box in
 the
  middle...
  then lots of empty room below again.

 **
 The discussion list for  http://webstandardsgroup.org/

 Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
 To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
 **




*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*  *  *  *  *  *  *
Barricks Insurance Services  800-211-9584
508 Main Street   CA License 
#0383850
El Segundo, CA 90245 http://www.barricksinsurance.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - -
Life is not a journey to the grave with the intention of arriving
safely in a pretty and well preserved body, but rather to skid in
broadside, thoroughly used up, totally worn out, and loudly proclaiming
-- WOW--What a Ride!
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*  *  *  *  *  *  * 

**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] Changing the DOCTYPE messes up the page

2004-08-04 Thread Jim Barricks


At 09:33 PM 8/3/2004,Justin French, your nimble fingers typed...
Jim,
Switching the DOCTYPE may trigger slight changes to the way the

browser's rendering engine will perform. But I don't think that's
the 
underlying problem here.
The problem is you've switched to XHTML transitional, but you
haven't 
Justin French
---
http://justinfrench.com/
http://indent.com.au/

On 04/08/2004, at 12:47 PM, Jim Barricks wrote:
I'm in the process of converting
over my old CSS/HTML site over to 
CSS/XHTML standards and
trying to validate. On this page I have an watermark ad on the
right 
side which works perfectly on:
http://www.barricksinsurance.com/jokes_OLD.html
But when I change the DOCTYPE from DTD HTML 4.0 Transitional
over to 
DTD XHTML 1.0 Transitional
the watermark switches over to the right side and stays immobile
like 
this:
http://www.barricksinsurance.com/jokes_NEW.html
Has anybody any ideas what is happening and how to correct it? I
still 
have 600 pages to convert. :-(
Hi Justin, 
I can't believe I put that page up. The changes were all putting a
/li at the end of the lists.
They were all minor and I have corrected them easily. BUT the problem is
still there. :(

* * * * * * * * *
* * * * * * * * *
* * * * * * * * *
* * * * *
Barricks Insurance
Services
800-211-9584
508 Main
Street
CA License
#0383850
El Segundo, CA
90245
http://www.barricksinsurance.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - 
The only way to keep your health is to eat what
you don't want, 
drink what you don't like, and do what you'd rather not. (Mark
Twain)
* * * * * * *
* * * * * * * * *
* * * * * * * * *
* * * * * * *



[WSG] Changing the DOCTYPE messes up the page

2004-08-03 Thread Jim Barricks
Hi folks,
I'm in the process of converting over my old CSS/HTML site over to 
CSS/XHTML standards and
trying to validate. On this page I have an watermark ad on the right side 
which works perfectly on:
http://www.barricksinsurance.com/jokes_OLD.html

But when I change the DOCTYPE from DTD HTML 4.0 Transitional over to DTD 
XHTML 1.0 Transitional
the watermark switches over to the right side and stays immobile like this:
http://www.barricksinsurance.com/jokes_NEW.html

Has anybody any ideas what is happening and how to correct it? I still have 
600 pages to convert. :-(

Thanks  best,
Jim Barricks
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*  *  *  *  *
Jim Barricks
[EMAIL PROTECTED]
http://www.barricksinsurance.com
-  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  - 
-  -  -  -  -  -  -  -
Difficulties along the way are opportunities in disguise; they reflect
your expectations. Facing them with surrender helps you follow a
more peaceful and perceptive life. -Carl Abbott
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*  *  *  *  *

*
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] Trouble converting over my old CSS/HTML site over to CSS/XHTML standards

2004-08-03 Thread Jim Barricks




Hi folks,
I'm in the process of converting over my old CSS/HTML site over to 
CSS/XHTML standards and
trying to validate. On this page I have an watermark ad on the right side 
which works perfectly on:
http://www.barricksinsurance.com/jokes_OLD.html
But when I change the DOCTYPE from "DTD HTML 4.0 Transitional" over to "DTD 
XHTML 1.0 Transitional"
the watermark switches over to the right side and stays immobile like 
this:
http://www.barricksinsurance.com/jokes_NEW.html
Has anybody any ideas what is happening and how to correct it? I still have 
600 pages to convert. :-(
Thanks  best,
Jim Barricks
* * * * * * * * * 
* * * * * * * * * * 
* * * * * * * * * * 
*
Jim Barricks
[EMAIL PROTECTED]
http://www.barricksinsurance.com
- - - - - - - - - 
- - - - - - - - - - 
- - - - - - - - - - 
- - - -
Difficulties along the way are opportunities in disguise; they 
reflect
your expectations. Facing them with surrender helps you follow a
more peaceful and perceptive life. -Carl Abbott
* * * * * * * * * 
* * * * * * * * * * 
* * * * * * * * * * 
*


Re: [WSG] A California meeting? was Brisbane July Meeting - Report

2004-07-16 Thread Jim Barricks
At 08:40 PM 7/16/2004,Lea de Groot, your nimble fingers typed...
On Fri, 16 Jul 2004 17:28:22 -0700, Jim Barricks wrote:
 And what about Marina Del Rey, CA. :-)
Is CA California or Canada?
Oh, Looks like California
Hmmm... we have 215 members in the USA, but haven't asked about
location at any finer granulation.
Hands up if you're in California!
(and, on the assumption that CA state is a moderately large place -
particularly hands up whose in the general  Marina Del Rey area?)
warmly,
Lea
--
Lea de Groot
Elysian Systems - http://elysiansystems.com/
Brisbane, Australia
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
*
Hi Lea,
Marina Del Rey, CA is a suburb of Los Angeles, California. Paradise!!! :-)
Best,
Jim Barricks
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*  *  *  *  *  *  *
Barricks Insurance Services  800-211-9584
508 Main Street   CA License 
#0383850
El Segundo, CA 90245 http://www.barricksinsurance.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - -
Life is not a journey to the grave with the intention of arriving
safely in a pretty and well preserved body, but rather to skid in
broadside, thoroughly used up, totally worn out, and loudly proclaiming
-- WOW--What a Ride!
*  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * 
*  *  *  *  *  *  * 

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
*