RE: [WSG] List Indenting

2005-02-06 Thread Paul
I am still struggling with the list indenting, I have started building
my page from scratch piece by piece and it seems when I change the
position attribute from absolute to relative the list indents, anyone
ever come across this before ?

Page for reference: http://www.speakupnow.ca/wu/index1.php

Cheers,
Paul

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Vicki Berry
Sent: Friday, February 04, 2005 3:25 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] List Indenting


Hi Paul,

Ah, gotcha now.  I wasn't seeing the problem as I was viewing in
Firefox. Safari is fine, it's just MacIE.

It's nearly 3am here and I'm battling to stay awake, but I had started
to play with your code.  Floating the ul left removes the problem with
the list, but causes other problems. :-\  I'm going to call it a night
now... hopefully someone else will spot the solution soon!  Good luck
with it... I totally understand the frustration.  :-(

Vicki.  :-)

Paul wrote:

 Thanks Vicki I will take a look at those margins but the problem I am 
 currently after is only happening when I view on a MAC, the links in 
 the body, everything after the 1st link indents 20-30 px to the 
 rightvery frustrating.


**
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] List Indenting

2005-02-06 Thread Paul
Sorry to be badgering the indented list but I have just put only the
lists into my container and have the same properties for both lists,
just different names, yet one indents and one does not. Anyone, anyone ?

Page for reference: http://www.speakupnow.ca/wu/index1.php

Ha ha,
Paul

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Paul
Sent: Sunday, February 06, 2005 3:16 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] List Indenting


I am still struggling with the list indenting, I have started building
my page from scratch piece by piece and it seems when I change the
position attribute from absolute to relative the list indents, anyone
ever come across this before ?

Page for reference: http://www.speakupnow.ca/wu/index1.php

Cheers,
Paul

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Vicki Berry
Sent: Friday, February 04, 2005 3:25 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] List Indenting


Hi Paul,

Ah, gotcha now.  I wasn't seeing the problem as I was viewing in
Firefox. Safari is fine, it's just MacIE.

It's nearly 3am here and I'm battling to stay awake, but I had started
to play with your code.  Floating the ul left removes the problem with
the list, but causes other problems. :-\  I'm going to call it a night
now... hopefully someone else will spot the solution soon!  Good luck
with it... I totally understand the frustration.  :-(

Vicki.  :-)

Paul wrote:

 Thanks Vicki I will take a look at those margins but the problem I am
 currently after is only happening when I view on a MAC, the links in 
 the body, everything after the 1st link indents 20-30 px to the 
 rightvery frustrating.


**
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
**


**
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] List Indenting

2005-02-06 Thread Sarah Wedde
On 2/7/05 8:14 AM, Paul [EMAIL PROTECTED] wrote:

 Sorry to be badgering the indented list but I have just put only the
 lists into my container and have the same properties for both lists,
 just different names, yet one indents and one does not. Anyone, anyone ?
 
 Page for reference: http://www.speakupnow.ca/wu/index1.php
 
 Ha ha,
 Paul


Paul,

You still have a link to your external style sheet (with #mainnavlinks {
left : 21px;}) as well as your embedded styles.

Sarah


**
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] List Indenting

2005-02-06 Thread Paul
Perfect, Thanks Sarah!

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Sarah Wedde
Sent: Sunday, February 06, 2005 4:20 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] List Indenting


On 2/7/05 8:14 AM, Paul [EMAIL PROTECTED] wrote:

 Sorry to be badgering the indented list but I have just put only the 
 lists into my container and have the same properties for both lists, 
 just different names, yet one indents and one does not. Anyone, anyone

 ?
 
 Page for reference: http://www.speakupnow.ca/wu/index1.php
 
 Ha ha,
 Paul


Paul,

You still have a link to your external style sheet (with #mainnavlinks {
left : 21px;}) as well as your embedded styles.

Sarah


**
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] List Indenting

2005-02-04 Thread Paul
Title: Message



I have tried a 
number of sites that show how to make lists so they won't indent yet my list 
keeps indenting on MACs, does anyone know a definitive solution 
?

For your reference 
the page I am playing with is, http://www.speakupnow.ca/wu/meetingrooms1.php


Cheers
Paul


RE: [WSG] List Indenting

2005-02-04 Thread Pringle, Ron

I have tried a number of sites that show how to make lists so they won't
indent yet my list keeps indenting on MACs, does anyone know a definitive
solution ?

For your reference the page I am playing with is,
http://www.speakupnow.ca/wu/meetingrooms1.php


Cheers
Paul   

Paul-

Assuming an Unordered list, try the following:

ul {
 padding: 0;
 margin: 0;
 list-style: none;
}

Regards,
Ron
**
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] List Indenting

2005-02-04 Thread Paul
Thanks Ron, It is an unordered list but your fix didn't do it, just lost
my bullets on the margin. I'll keep digging.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Pringle, Ron
Sent: Friday, February 04, 2005 1:40 PM
To: 'wsg@webstandardsgroup.org'
Subject: RE: [WSG] List Indenting



I have tried a number of sites that show how to make lists so they won't
indent yet my list keeps indenting on MACs, does anyone know a
definitive solution ?

For your reference the page I am playing with is,
http://www.speakupnow.ca/wu/meetingrooms1.php


Cheers
Paul   

Paul-

Assuming an Unordered list, try the following:

ul {
 padding: 0;
 margin: 0;
 list-style: none;
}

Regards,
Ron
**
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] List Indenting

2005-02-04 Thread Pringle, Ron

 Thanks Ron, It is an unordered list but your fix didn't do 
 it, just lost
 my bullets on the margin. I'll keep digging.

My bad, I didn't understand what you were wanting. Try setting a negative
left margin on the bodylinklist class:

.bodylinklist  {
margin-left : -18px;
}

The above lined up reasonably well on FF1.0 on the PC. I don't have a mac to
test on though.

Regards,
Ron
**
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] List Indenting

2005-02-04 Thread Iain Gardiner
Have you tried text-indent: 0?

--
Iain Gardiner
http://www.firelightning.com


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Pringle, Ron
Sent: 04 February 2005 17:42
To: 'wsg@webstandardsgroup.org'
Subject: RE: [WSG] List Indenting



 Thanks Ron, It is an unordered list but your fix didn't do
 it, just lost
 my bullets on the margin. I'll keep digging.

My bad, I didn't understand what you were wanting. Try setting a negative
left margin on the bodylinklist class:

.bodylinklist  {
margin-left : -18px;
}

The above lined up reasonably well on FF1.0 on the PC. I don't have a mac to
test on though.

Regards,
Ron
**
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] List Indenting

2005-02-04 Thread Paul
Thanks Vicki I will take a look at those margins but the problem I am
currently after is only happening when I view on a MAC, the links in the
body, everything after the 1st link indents 20-30 px to the
rightvery frustrating.

Cheers
Paul

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Vicki Berry
Sent: Friday, February 04, 2005 2:15 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] List Indenting


If the problem you're referring to is the space to the left of your
menu...

On your #mainnavlinks div, set the left position and the left margin to
0. It's not the list that's causing that indentation.

(Watch out for the margins on that div - you have specified margin *and*
margin-left - whichever is specified last will be used.  You might want
to merge these.)

Vicki.  :-)


Paul wrote:
 Thanks Ron, It is an unordered list but your fix didn't do it, just 
 lost my bullets on the margin. I'll keep digging.


**
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] List Indenting

2005-02-04 Thread Paul
Just did, on the UL class as well as the li class, no luck

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Iain Gardiner
Sent: Friday, February 04, 2005 2:18 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] List Indenting


Have you tried text-indent: 0?

--
Iain Gardiner
http://www.firelightning.com


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Pringle, Ron
Sent: 04 February 2005 17:42
To: 'wsg@webstandardsgroup.org'
Subject: RE: [WSG] List Indenting



 Thanks Ron, It is an unordered list but your fix didn't do it, just 
 lost my bullets on the margin. I'll keep digging.

My bad, I didn't understand what you were wanting. Try setting a
negative left margin on the bodylinklist class:

.bodylinklist  {
margin-left : -18px;
}

The above lined up reasonably well on FF1.0 on the PC. I don't have a
mac to test on though.

Regards,
Ron
**
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
**


**
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] List Indenting

2005-02-04 Thread Thierry Koblentz
Paul wrote:
 Just did, on the UL class as well as the li class, no luck

Hi Paul,
The problem lies in your bluebox container. *Remove* the left declaration
and use margin-left instead, that should fix it.

Regards,
Thierry | http://www.TJKDesign.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
**