RE: [WSG] Why won't my background images show up in IE?

2004-07-20 Thread Jason Turnbull
> Seona Bellamy wrote:
> Hmm... Thanks, that did seem to make a difference. At any rate, the
images
> are showing up. 
> But instead of tiling nicely across the page, they're showing one to
> a line and spreading over the whole width of the panel. I've had a
look,
> and I'm not sure how to fix that. (It still works fine in Moz)

In your nav_main.css you have

HTML UL LI {
FLOAT: left; HEIGHT: 1%
}
HTML UL LI A {
HEIGHT: 1%
}

Add the #navbar selector in front of these styles, as you have done with
the others in this css file

Using height:1% is usually a workaround for IE bugs so you might want to
hide them from other browsers

Regards
Jason


*
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] Re:

2004-07-20 Thread russ - maxdesign
The previous email wasn¹t from me, we are looking into it.
Don¹t answer or respond to it please.
Thanks
Russ (the real Russ)


>> Predators
> 
> 
> Password:  
> 
> 

The Australian Museum.
Australia's first - and leading - natural sciences and anthropology
museum. Visit www.amonline.net.au

The views in this email are those of the user and do not necessarily
reflect the views of the Australian Museum. The information contained in
this email message and any accompanying files is or may be confidential
and is for the intended recipient only. If you are not the intended
recipient, any use, dissemination, reliance, forwarding, printing or
copying of this email or any attached files is unauthorised. If you are
not the intended recipient, please delete it and notify the sender.The
Australian Museum does not guarantee the accuracy of any information
contained in this e-mail or attached files. As Internet communications
are not secure, the Australian Museum does not accept legal
responsibility for the contents of this message or attached files.


RE: [WSG] Why won't my background images show up in IE?

2004-07-20 Thread Seona Bellamy
Hmm... Thanks, that did seem to make a difference. At any rate, the images are
showing up. But instead of tiling nicely across the page, they're showing one to
a line and spreading over the whole width of the panel. I've had a look, and I'm
not sure how to fix that. (It still works fine in Moz)

The styles for the tabs are in the sheet nav_tabs.css if you want to take a look.

Thanks,

Seona.

Quoting Jason Turnbull <[EMAIL PROTECTED]>:

> > Bellamy wrote:
> >
> http://216.119.123.23/index.cfm?fuseaction=catalogue.ListProducts&ID=2&c
> at
> > egory=Subcategory
> > 
> > Have a look, tell me what you see. If you can see them fine, then I
> think
> > I might just go quietly insane... ;)
> 
> There was definitely a problem in IE6 the whole navigation was invisible
> here, removing the position:relative from the #mainPanel style (in
> sample.css) brought the menu back into view
> 
> Regards
> Jason
*
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] 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

  - Original Message - 
  From: 
  Russ 
  
  To: Wsg 
  Sent: Wednesday, July 21, 2004 7:16 
  PM
  Subject: [WSG] Re:
  >PredatorsPassword: 


Re: [WSG] Titles Acronyms Abbr etc

2004-07-20 Thread Jackie Reid
Wonderful...thanks to you all... :o)

Jackie Reid


- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 21, 2004 3:50 PM
Subject: Re: [WSG] Titles Acronyms Abbr etc


>
>
> Shortened forms on the Web - Abbreviations, Contractions, Acronyms,
> Initialisms, Symbols and other things.
> http://www.nils.org.au/ais/web/resources/ozewai2003/short_forms.htm
>
>
>
>
> with regards
>
> Steven Faulkner
> Web Accessibility Consultant
> National Information & Library Service (NILS)
> 454 Glenferrie Road
> Kooyong Victoria 3144
> Phone: (613) 9864 9281
> Fax: (613) 9864 9210
> Email: [EMAIL PROTECTED]
>
> National Information Library Service
> A subsidiary of RBS.RVIB.VAF Ltd.
>
>
>
>   "Jackie Reid"
>   <[EMAIL PROTECTED]To:
<[EMAIL PROTECTED]>
>   e.com.au>cc:
>   Sent by: Subject:  [WSG] Titles
Acronyms Abbr etc
>   [EMAIL PROTECTED]
>   group.org
>
>

>   21/07/2004 03:36
>   PM
>   Please respond to
>   wsg
>
>
>
>
>
>
> Hi all
>
> Confusion is setting in.is the following piece of code correct or
> not...
>
> Vent Door
> Systems
>
> Looks distinctly like a case of totally unnecessary to me but we have a
> difference of opinion in the office...so thought i should check before i
go
> through and start removing all the offending stuff that has been inserted
> into my code in my absence.
>
> Have looked online to find out when and how to use titles etc but cant
find
> anything clear and precise so would appreciate someone pointing me to a
> resource in relation to abbr, acronyms and titles etc
>
> Thanks heaps
> Jackie Reid
>
>
>
>
> *
> The discussion list for http://webstandardsgroup.org/
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
> *
>
>
>


*
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] Titles Acronyms Abbr etc

2004-07-20 Thread Bert Doorn
G'day

>  Looks distinctly like a case of totally unnecessary to me but we have
>  a difference of opinion in the office...

Even if it was written as VDS, it would be an abbr(eviation): VDS

A couple of other points to consider:

1. Is the use of h5 appropriate here within the document structure, or are
you only using it to format the text?
2. Most browsers can now use id for internal anchors, so the 
might be unnecessary.

If you're not linking to the anchor, and it's not a heading for a section,
I'd just write:

Vent Door Systems

If h5 is the appropriate heading level and you do want to link to it
internally, I would write it like this:

Vent Door Systems

Regards
--
Bert Doorn, Better Web Design
www.betterwebdesign.com.au
Fast-loading, user-friendly websites

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.725 / Virus Database: 480 - Release Date: 19/07/2004


**
Scanned by  eScan  Anti-Virus  and  Content Security Software.
Visit http://www.mwti.net for more info on eScan and MailScan.
**


*
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] Why won't my background images show up in IE?

2004-07-20 Thread Jason Turnbull
> Bellamy wrote:
>
http://216.119.123.23/index.cfm?fuseaction=catalogue.ListProducts&ID=2&c
at
> egory=Subcategory
> 
> Have a look, tell me what you see. If you can see them fine, then I
think
> I might just go quietly insane... ;)

There was definitely a problem in IE6 the whole navigation was invisible
here, removing the position:relative from the #mainPanel style (in
sample.css) brought the menu back into view

Regards
Jason


*
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] Titles Acronyms Abbr etc

2004-07-20 Thread Steven . Faulkner


Shortened forms on the Web - Abbreviations, Contractions, Acronyms,
Initialisms, Symbols and other things.
http://www.nils.org.au/ais/web/resources/ozewai2003/short_forms.htm




with regards

Steven Faulkner
Web Accessibility Consultant
National Information & Library Service (NILS)
454 Glenferrie Road
Kooyong Victoria 3144
Phone: (613) 9864 9281
Fax: (613) 9864 9210
Email: [EMAIL PROTECTED]

National Information Library Service
A subsidiary of RBS.RVIB.VAF Ltd.


   
 
  "Jackie Reid"
 
  <[EMAIL PROTECTED]To:   <[EMAIL PROTECTED]>  
  
  e.com.au>cc: 
 
  Sent by: Subject:  [WSG] Titles Acronyms Abbr 
etc 
  [EMAIL PROTECTED]
 
  group.org
 
   
 
   
 
  21/07/2004 03:36 
 
  PM   
 
  Please respond to
 
  wsg  
 
   
 
   
 




Hi all

Confusion is setting in.is the following piece of code correct or
not...

Vent Door
Systems

Looks distinctly like a case of totally unnecessary to me but we have a
difference of opinion in the office...so thought i should check before i go
through and start removing all the offending stuff that has been inserted
into my code in my absence.

Have looked online to find out when and how to use titles etc but cant find
anything clear and precise so would appreciate someone pointing me to a
resource in relation to abbr, acronyms and titles etc

Thanks heaps
Jackie Reid




*
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] Titles Acronyms Abbr etc

2004-07-20 Thread Neerav
These should help
http://www.sovavsiti.cz/css/abbr.html
http://www.htmldog.com/ptg/archives/28.php
http://www.htmlhelp.com/reference/html40/phrase/abbr.html
The first link should be the most helpful for your problem
--
Neerav Bhatt
http://www.bhatt.id.au
Web Development & IT consultancy
Mobile: +61 (0)403 8000 27
http://www.bhatt.id.au/blog/ - Ramblings Thoughts
http://www.bookcrossing.com/mybookshelf/neerav
Jackie Reid wrote:
Hi all
 
Confusion is setting in.is the following piece of code correct or not...
 
Vent 
Door Systems
 
Looks distinctly like a case of totally unnecessary to me but we have a 
difference of opinion in the office...so thought i should check before i 
go through and start removing all the offending stuff that has been 
inserted into my code in my absence.
 
Have looked online to find out when and how to use titles etc but cant 
find anything clear and precise so would appreciate someone pointing me 
to a resource in relation to abbr, acronyms and titles etc
 
Thanks heaps
Jackie Reid
*
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] Titles Acronyms Abbr etc

2004-07-20 Thread Jeffery Lowder
Hi Jackie
If it was this: VDS, then I'd say it's fine - as it is an acronym and needs to be marked up as one.
But it isn't so there really is no need for the acronym element

Cheers
Jeff Lowder
Accessibility 1st

On 21/07/2004, at 3:36 PM, Jackie Reid wrote:

Hi all
 
Confusion is setting in.is the following piece of code correct or not...
 
Vent Door Systems
 
Looks distinctly like a case of totally unnecessary to me but we have a difference of opinion in the office...so thought i should check before i go through and start removing all the offending stuff that has been inserted into my code in my absence.
 
Have looked online to find out when and how to use titles etc but cant find anything clear and precise so would appreciate someone pointing me to a resource in relation to abbr, acronyms and titles etc
 
Thanks heaps
Jackie Reid

Cheers

Jeff Lowder
Accessibility 1st
Ph: 02 9570 9875
Mobile: 0419 350 760
E-mail: [EMAIL PROTECTED]
Website: www.accessibility1st.com.au
Blog: www.accessibility1st.com.au/journal/

DISCLAIMER: This e-mail and any files transmitted with itmay be privileged and confidential, and are intended only for the use of the intended recipient. If you are not the intended recipient or responsible for delivering this e-mail to the intended recipient, any use, dissemination, forwarding, printing or copying of this e-mail and any attachments is strictly prohibited. If you have received this e-mail in error, please REPLY TO the SENDER to advise the error AND then DELETE the e-mail from your system. Any views expressed in this e-mail and any files transmitted with it are those of the individual sender, except where the sender specifically states them to be the views of our organisation. Our organisation does not represent or warrant that the attached files are free from computer viruses or other defects. The user assumes all responsibility for any loss or damage resulting directly or indirectly from the use of the attached files. In any event, the liability to our organisation is limited to either the resupply of the attached files or the cost of having the attached files resupplied


Re: [WSG] Titles Acronyms Abbr etc

2004-07-20 Thread Seona Bellamy
Hi Jackie,

To the best of my knowledge, you would only use Acronym if the visible text read
VDS - the user can only see the acronym, so the  tag allows them to
mouse-over it and see what it stands for in case they aren't familiar with it.

If you are displaying the full name, then I think you are correct in saying that
the  tag is unnecessary.

Cheers,

Seona.

Quoting Jackie Reid <[EMAIL PROTECTED]>:

> Hi all
> 
> Confusion is setting in.is the following piece of code correct or
> not...
> 
> Vent Door
> Systems
> 
> Looks distinctly like a case of totally unnecessary to me but we have a
> difference of opinion in the office...so thought i should check before i go
> through and start removing all the offending stuff that has been inserted
> into my code in my absence.
> 
> Have looked online to find out when and how to use titles etc but cant find
> anything clear and precise so would appreciate someone pointing me to a
> resource in relation to abbr, acronyms and titles etc
> 
> Thanks heaps
> Jackie Reid



*
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] Why won't my background images show up in IE?

2004-07-20 Thread Seona Bellamy
You're kidding?? Well, here's an example:

http://216.119.123.23/index.cfm?fuseaction=catalogue.ListProducts&ID=2&category=Subcategory

There should be two or three rows of tabs (unless you're running at some
ridiculously small resolution), but in IE all I see is a big space where they
should be. I know they are there however since the links do change colour when I
 mouse over them. There's just no images, and so the white text blends into the
white background.

Have a look, tell me what you see. If you can see them fine, then I think I
might just go quietly insane... ;)

Cheers,

Seona.

Quoting Jason Turnbull <[EMAIL PROTECTED]>:

> Seona, Are you able to provide a link to the page, as images display ok
> in IE6, with the code you provided.
> 
> Regards
> Jason
> 
> 
> *
> The discussion list for http://webstandardsgroup.org/
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
> * 
> 
> 



*
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] Titles Acronyms Abbr etc

2004-07-20 Thread Jackie Reid



Hi all
 
Confusion is setting in.is the following piece of code correct or not...
 
Vent 
Door Systems
 
Looks distinctly like a case of totally 
unnecessary to me but we have a difference of opinion in the office...so 
thought i should check before i go through and start removing all the offending 
stuff that has been inserted into my code in my absence.
 
Have looked online to find out when and how to use 
titles etc but cant find anything clear and precise so would appreciate someone 
pointing me to a resource in relation to abbr, acronyms and titles 
etc
 
Thanks heaps
Jackie Reid


RE: [WSG] Why won't my background images show up in IE?

2004-07-20 Thread Jason Turnbull
Seona, Are you able to provide a link to the page, as images display ok
in IE6, with the code you provided.

Regards
Jason


*
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] Question on tabindex

2004-07-20 Thread Derek Featherstone
>  Now, what is the best order of the tabindex? Starting with the main
>  nav and ending with the footer links seems obvious, but should the
>  order in between be: content, right column or right column and 
> content? 

Hi Luc -- I'd suggest you might want to just forego the tabindex completely.
You've already got quite a reasonable logical flow within that test page
anyway -- one that pretty much anyone could use, based on the order of your
source code.

Tabindex can actually cause some problems, so we generally just recommend
leaving it out. See http://www.wats.ca/articles/keyboardusageandtabindex/62
for a few more details and some test results...

Cheers,
Derek.
-- 
Derek Featherstone [EMAIL PROTECTED]
phone: 613.599.9784;   toll-free: 1.866.932.4878 (North America)
Web Accessibility:  http://www.wats.ca
Web Development: http://www.furtherahead.com
Personal: http://www.boxofchocolates.ca

*
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] Why won't my background images show up in IE?

2004-07-20 Thread Seona Bellamy
Hi guys,

Well, I got the tabs behaving nicely in Mozilla and decided it was time to have
a quick peek at them in IE. Ack! The background images that make the links into
tabs have completely vanished in IE6/Win and I can't make them come back.

I've used the Sliding Doors method from ALA, which gives me some CSS like this:

#sections {
float: left;
width: 100%;
font-size: 93%;
line-height: normal;
}

#sections ul {
margin: 0;
padding:10px 10px 0;
list-style-type: none;
}

#sections li {
float: left;
margin: 0;
padding: 0;
background: URL("../_images/tab_right_off.gif") no-repeat right top;
}

#sections a {
display: block;
background: URL("../_images/tab_left_off.gif") no-repeat left top;
padding: 5px 15px;
font-weight: bold;
text-decoration: none;
color: #66;
}


This applies to some code as such:




  Section 1
  Section 2
  Section 3
  Section 4





Why won't my images show up in IE? I've gone through the archives, since I
vaguely remembered seeing something about this a while ago, but I couldn't find
anything by searching on "image" or on "background".

Thanks to anyone who can resurrect my images...

Cheers,

Seona.
*
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] how do I add a navigation type menu in CSS

2004-07-20 Thread Gary Menzel
In addition to all of the other tutorial suggestions provided, you
should also look at the tutorials that Russ Weakley (one of our
fearless WSG leaders) has on his site

http://css.maxdesign.com.au/index.htm

I have learnt a huge amount from these pages.

Regards,
Gary Menzel


On Tue, 20 Jul 2004 21:50:08 +1000, neen <[EMAIL PROTECTED]> wrote:
> Hi,
> I've been trying to do a left hand navigation menu in CSS and have been
> having trouble getting the main content area to align next to the menu
> instead of below the menu.
> Can anyone share some tips or tutorials that can help me complete this task.
> 
> thanks
> 
> neen
> 
> *
> The discussion list for http://webstandardsgroup.org/
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
> *
> 
>
*
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] Question on tabindex

2004-07-20 Thread Luc
 Hello list,

 I'm redoing my site and have following lay-out:
 two columns, footer inside main column, content inside main column.
 The second (right) column is used to provide additional links to
 various stuff. The main horizontal nav is on top of the columns.
 Now, what is the best order of the tabindex? Starting with the main
 nav and ending with the footer links seems obvious, but should the
 order in between be: content, right column or right column and
 content?

 To visualize it:

 http://www.dzinelabs.com/projects/NewDzine/newdzine.php
 
-- 
Best regards,
 Luc


http://www.dzinelabs.com

Need a website?
http://www.w-orx.com

Powered by The Bat! version 2.11 with Windows 2000 (build 2195),
version 5.0 Service Pack 4 and using the best browser: Opera.

"When you set yourself on fire, people love to come and see you burn"
- John Wesley.


*
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] how do I add a navigation type menu in CSS

2004-07-20 Thread Luke Moulton
Neen said:

> Hi,
> I've been trying to do a left hand navigation menu in CSS and 
> have been having trouble getting the main content area to 
> align next to the menu instead of below the menu. Can anyone 
> share some tips or tutorials that can help me complete this task.


Hi Neen,

This might help:
http://intensivstation.ch/css/templates/temp02.html

Cheers,
Luke Moulton 

*
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] The best way to make a tabbed menu with a dynamic number of items?

2004-07-20 Thread Seona Bellamy
Hi guys,

I'm wanting to make a tabbed menu like the one suggested in ALA's Sliding
Doors I & II. All well and good, but the menu will be dynamically generated
and won't have a fixed number of items - from page to page it will differ.
There could be as few as four or as many as 12. Therefore, I need a way to
make sure that if there's more than will fit across the page, it will start
a new line of tabs which will nestle in under the old ones. I'm trying to
think of an example of what I'm trying to achieve, but the only one I knew
of (amazon.com) has changed their layout and doesn't do the multiple rows of
tabs anymore. *sigh*

So if anyone has any idea what I'm trying to achieve, can they suggest a way
that I can code for it? Are left-floated divs the way to go? Would it be
better to use some other method? I can't think of one.

Cheers,

Seona.

__
<< ella for Spam Control >> has removed Spam messages and set aside Later
for me
You can use it too - and it's FREE!  http://www.ellaforspam.com

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.710 / Virus Database: 466 - Release Date: 23/06/2004


*
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] A California meeting? was Brisbane July Meeting - Report

2004-07-20 Thread Sarah Sammis
> If there were a california meeting, my vote goes for L.A.
> Sacramento, is well, Sacramento.  Not exactly my idea of a place to visit
> and spend an extra day.  San Francisco is great, but expensive. L.A. is
> more central, has plenty of room, and can be affordable.  Of course, if my
> job covered the trip I wouldn't mind a trip to SF.
>
> I'm in San Diego, which is a great place for a meeting, but too far for
> our SF and Sacramento(sorry about the above slight) members. L.A. or San
> Diego might also be better for our Arizona and Nevada people.
>
> Ted
>

Near S.F. can be affordable. The price ranges are the same as in L.A. Plus
the public transit is better in S.F. than L.A. which might be easier for
out of town visitors.
*
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] A California meeting? was Brisbane July Meeting - Report

2004-07-20 Thread Sean Corfield
On Tue, 20 Jul 2004 09:10:52 +1000, Lachlan Hardy <[EMAIL PROTECTED]> wrote:
> So if, as someone suggested (Peter again?), everyone were to put the
> closest major city they are willing to attend a meeting at, those
> numbers might increase a bit

Good idea. I've changed my location from Castro Valley to San
Francisco. Maybe other Californians would do the same?
-- 
Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
*
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] how do I add a navigation type menu in CSS

2004-07-20 Thread Trusz, Andrew


-Original Message-
From: neen
Sent: Tuesday, July 20, 2004 7:50 AM
To: [EMAIL PROTECTED]
Subject: [WSG] how do I add a navigation type menu in CSS

Hi,
I've been trying to do a left hand navigation menu in CSS and have been
having trouble getting the main content area to align next to the menu
instead of below the menu.
Can anyone share some tips or tutorials that can help me complete this task.

thanks

neen

*

If you are trying for a 2 column effect, float the navigation and the main
content left (you can do it right but then be sure to reverse the order). 

If you want the main content to flow around the navigation, float the
navigation left or right inside and at the beginning of the containing
element of the main content.

Tutorials at:

http://www.positioniseverything.net/articles/float-theory.html

drew
*
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] A California meeting? was Brisbane July Meeting - Report

2004-07-20 Thread Nancy Johnson
In Northeastern US, the states are geographically very small, so a New
England Chapter which encompasses about 6 states, or even a New York,
New England chapter 7 states may work. 

Is there anyway to organize your graph by region?

Nancy Johnson

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Lachlan Hardy
Sent: Monday, July 19, 2004 7:11 PM
To: [EMAIL PROTECTED]
Subject: Re: [WSG] A California meeting? was Brisbane July Meeting -
Report

Sean Corfield wrote:

  > Question to Peter - is the city/state level membership information
> available in aggregate so we can figure out what might work for
> regional US meetings?

Well, I wouldn't dare speak for Peter, but the member location list he 
indicated previously in this discussion - 
http://webstandardsgroup.org/manage/login_view.cfm? - is ordered from 
right to left. Therefore everyone is grouped according to country, then 
state, and then city

For example, there are around 30 members in California - 4 listed in San

Diego, 3 in LA, 3 in Sacramento, 3 in San Francisco and various others. 
So if, as someone suggested (Peter again?), everyone were to put the 
closest major city they are willing to attend a meeting at, those 
numbers might increase a bit

Cheers,
Lachlan

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


*
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] how do I add a navigation type menu in CSS

2004-07-20 Thread Patrick H. Lauke
Two ways that spring to mind: float the menu to the left and leave enough
padding on the content's left side to compensate (although this may be flaky
in
certain situations), or use absolute positioning to put both the menu and
the content
on the page...
Effectively, it's a simple 2 column layout.

Patrick
__
re·dux (adj.): brought back; returned. used postpositively. [latin : re-,
re- + dux, leader; see duke.]
http://www.splintered.co.uk | http://www.photographia.co.uk |
http://redux.deviantart.com

- Original Message - 
From: "neen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 20, 2004 12:50 PM
Subject: [WSG] how do I add a navigation type menu in CSS


> Hi,
> I've been trying to do a left hand navigation menu in CSS and have been
> having trouble getting the main content area to align next to the menu
> instead of below the menu.
> Can anyone share some tips or tutorials that can help me complete this
task.
>
> thanks
>
> neen
>
> *
> The discussion list for http://webstandardsgroup.org/
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
> *
>
>
>
>


*
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] how do I add a navigation type menu in CSS

2004-07-20 Thread neen
Hi,
I've been trying to do a left hand navigation menu in CSS and have been
having trouble getting the main content area to align next to the menu
instead of below the menu.
Can anyone share some tips or tutorials that can help me complete this task.

thanks

neen

*
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] Re: Does a CSS file load all graphics or only page relevant ones?

2004-07-20 Thread Mike Foskett
Thanks.

I thought it was the case until I received a report telling me my homepage was 115KB.
Another case of auto-generated reports getting it wrong.

Panic over.

mike 2k:)2
 


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.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] Underlining tabbed to links

2004-07-20 Thread Mike Foskett
Hi all,

This is how I achieve the effect but using a different method:

a   {color:#009; text-decoration:none; border-bottom:1px dotted 
#ccf; padding-bottom:1px}
a:link  {color:#009; border-bottom:1px solid #ccf}
a:visited   {color:#606; border-bottom:1px dotted #fcf}
a:active{color:#f00; border-bottom:1px dashed #f00}
a:focus {color:#f00; border-bottom:1px dashed #f00}
a:hover {color:#96f; border-bottom:1px solid #96f}
acronym {cursor:help; border-bottom:1px solid #090}

If you wish to see it in action:
http://www.websemantics.co.uk/accessibility.html

It's a different method to text-decoration with distinct advantages.
1. Does not use colour alone to convey meaning. Underlines are dotted, dashed 
and solid.
2. Highlighted focus.
3. Body text link clarity. Keeping underlines but improving the spacing 
between text and underline.
4. Distinctive acronyms.


Any comments?



mike 2k:)2
 



**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.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] Blue Moon -- Need help on IE5 Mac Floating

2004-07-20 Thread Cameron Adams
Thank you both Hugh and Philippe. In the
MacIE5-specific CSS I can just set it to "clear: none"
and it works fine.

Thanks!
--
Cameron Adams

W: www.themaninblue.com


--- Hugh Todd <[EMAIL PROTECTED]> wrote:
> Cameron,
> 
> Your problem is the "clear" you are using for
> #content1. Mac IE 5 
> wrongly clears floats inside clearing block
> elements, and you can't fix 
> it with "clear:none;".



__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
*
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] Blue Moon -- Need help on IE5 Mac Floating

2004-07-20 Thread Cameron Adams
But #content is the parent of the two floated
elements, and "clear" rules aren't inherited, so it
doesn't affect what's nested.

Or is this just a MacIE5 bug?

--
Cameron Adams

W: www.themaninblue.com



--- Philippe Wittenbergh <[EMAIL PROTECTED]> wrote:
> 
> On Jul 20, 2004, at 4:32 pm, Cameron Adams wrote:
> 
> > This page:
> >
> >
> http://www.webpublishing.com.au/dev/dsto/project.htm
> >
> >
> >
> > works fine in everything (Win IE 5+, FF, Opera,
> > Safari) EXCEPT Mac IE 5.
> >
> > It has a problem with 2 floats: the major float of
> the
> > sidebar, and also the float of the image in the
> main
> > content. It seems to clear them, though there's no
> > such rule.
> >
> > The file containing the structural layout is:
> >
> >
>
http://www.webpublishing.com.au/dev/dsto/css/main.css
> >
> >
> >
> > But I'm serving up different styles for Mac IE
> using:
> >
> >
>
http://www.webpublishing.com.au/dev/dsto/css/macIE5.css
> 
> 
> 
> You declare on div#content {clear:both}
> This breaks the floated thing inside #content.
> 
> One solution is to insert a clearing div just before
> div#content
> 
> Philippe
> ---/---
> Philippe Wittenbergh
> now live : 
> code | design | web projects :
> 
> IE5 Mac bugs and oddities :
> 
> 
>
*
> The discussion list for
> http://webstandardsgroup.org/
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
>
*
> 
> 
> 





__
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!
http://advision.webevents.yahoo.com/yahoo/votelifeengine/
*
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] Blue Moon -- Need help on IE5 Mac Floating

2004-07-20 Thread Hugh Todd
Cameron,
Your problem is the "clear" you are using for #content1. Mac IE 5 
wrongly clears floats inside clearing block elements, and you can't fix 
it with "clear:none;".

The easy way to solve it (and to avoid any problems you may encounter 
by not deploying the float under your navigation bar) is to add a 
standalone clearer to your HTML. It may need to be a full div. Not 
ideal, but it does the trick. (I see you have done something similar 
anyway, further down in your HTML.)

BTW, I didn't investigate the interplay of the main.css vs the ie5.css, 
but I had to remove the clearer for #content1 in both stylesheets for 
this to work for me.

For more info, see 
http://www.macedition.com/cb/ie5macbugs/#floatclearbug , as well as the 
entry it links to from Philippe Wittenbergh.

-Hugh Todd
This page:
http://www.webpublishing.com.au/dev/dsto/project.htm

works fine in everything (Win IE 5+, FF, Opera,
Safari) EXCEPT Mac IE 5.
It has a problem with 2 floats: the major float of the
sidebar, and also the float of the image in the main
content. It seems to clear them, though there's no
such rule.
The file containing the structural layout is:
http://www.webpublishing.com.au/dev/dsto/css/main.css

But I'm serving up different styles for Mac IE using:
http://www.webpublishing.com.au/dev/dsto/css/macIE5.css
*
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] Anyone Developing Under Plone/Zope?

2004-07-20 Thread Tonico Strasser
Randall Smith wrote:
... I'm wondering if there are any list members out
there that are within a reasonable proximity to the Sydney/Metro area 
and have strong skills in the plone/zope environment that I might be 
able to discuss these issues with in more detail. 
You may find more Australian Zope/Plone people at .
HTH
Tonico
--
Tonico Strasser ?:-)
http://Tonico.FreeZope.org
Contact_Tonico at Yahoo dot de
Check out http://www.WebProducer.at
*
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] Anyone Developing Under Plone/Zope?

2004-07-20 Thread Randall Smith



Hi All 

Apologies if 
this is a little O/T, but from observing the depth of 
experience, enthusiasm and expertise that one has access to through 
this list, I thought that if I'm going to get an answer to this 
question then this will be the place. 
 
As part of 
an on-going plan to move all it's web content to standards compliant content, 
Gosford City is very interested in moving it's web content 
management away from the current M$ system 
to Plone. 
 
Of course we 
can't really contemplate this kind of move without being satisfied that we 
can secure adequate support for training and on-going template 
development and I'm wondering if there are any list members out there 
that are within a reasonable proximity to the Sydney/Metro area and have 
strong skills in the plone/zope environment that I might be able to discuss 
these issues with in more detail. 
 
If 
anyone is interested, I'd be most grateful if you would contact me off-list 
at the details below. 
 
Thanks   
 
Randall 
Smith
Web Site 
Administrator
Gosford City Council 

w - www.gosford.nsw.gov.au
e - [EMAIL PROTECTED]
t - (02) 4325 
8294
 



The information contained in this email may be confidential. You should 
only disclose, re-transmit, copy, distribute, act in reliance on or 
commercialise the information if you are authorised to do so. Gosford City 
Council does not represent, warrant or guarantee that the communication is 
free of errors, virus or interference.
 
Gosford City Council complies with the Privacy and Personal Information 
Protection Act (1998). See Council's Privacy Statement at http://www.gosford.nsw.gov.au/Council/Privacy+Statement/index.htm
 



This e-mail message has been scanned for Viruses and Content and cleared by 
NetIQ MailMarshal 




<>

Re: [WSG] Blue Moon -- Need help on IE5 Mac Floating

2004-07-20 Thread Philippe Wittenbergh
On Jul 20, 2004, at 4:32 pm, Cameron Adams wrote:
This page:
http://www.webpublishing.com.au/dev/dsto/project.htm

works fine in everything (Win IE 5+, FF, Opera,
Safari) EXCEPT Mac IE 5.
It has a problem with 2 floats: the major float of the
sidebar, and also the float of the image in the main
content. It seems to clear them, though there's no
such rule.
The file containing the structural layout is:
http://www.webpublishing.com.au/dev/dsto/css/main.css

But I'm serving up different styles for Mac IE using:
http://www.webpublishing.com.au/dev/dsto/css/macIE5.css

You declare on div#content {clear:both}
This breaks the floated thing inside #content.
One solution is to insert a clearing div just before div#content
Philippe
---/---
Philippe Wittenbergh
now live : 
code | design | web projects : 
IE5 Mac bugs and oddities : 
*
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] Blue Moon -- Need help on IE5 Mac Floating

2004-07-20 Thread Cameron Adams
Hi All,

I wouldn't ask unless I'd pulled my (rather short)
hair out already.

This page:

http://www.webpublishing.com.au/dev/dsto/project.htm



works fine in everything (Win IE 5+, FF, Opera,
Safari) EXCEPT Mac IE 5.

It has a problem with 2 floats: the major float of the
sidebar, and also the float of the image in the main
content. It seems to clear them, though there's no
such rule.

The file containing the structural layout is:

http://www.webpublishing.com.au/dev/dsto/css/main.css



But I'm serving up different styles for Mac IE using:

http://www.webpublishing.com.au/dev/dsto/css/macIE5.css



Even though I'm using the negative margin technique,
the same behaviour occurs when I change the HTML to
have the sidebar content before the main content, and
only float the sidebar. Any help is much appreciated!

Regards,
--
Cameron Adams

W: www.themaninblue.com



__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*