Re: [css-d] ol problem persists

2008-12-13 Thread wlb
Thanks, Georg. Removing the width and height did the trick. I still can't
understand the complexities of "has layout," but as long as I get things to
look right, I'll endure living in ignorance.

Bill

On Sat, Dec 13, 2008 at 5:17 PM, Gunlaug Sørtun  wrote:

> wlb wrote:
>
>  I've been having trouble for awhile getting  ordered lists to appear
>> with the correct sequential numbers and/or letters in IE 7.
>>
>
>  http://www.boletta.com/php/
>>
>
> Delete all 'width' and 'height' on list-items if you want IE to behave.
>
> See: 
>
> regards
>Georg
> --
> http://www.gunlaug.no
>
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] I am new to this so I do not know the names of the problemsI am having.doc

2008-12-13 Thread Michael Geary
> From: Dave Stewart
> 
> I am new to this so I do not know the names of the problems I 
> am having. I am guessing float drop and something else.
> 
> Please Help the page is
> 
> http://www.osagecandles.com/cgi-bin/shopper.cgi?preadd=action&key=A00110
> 
> My Question
> 
> 1.Why the duplicate header?
> 2.Why do the comments show up? 
> 
> I am at a loss
> 
> Newby dave

The duplicate header is there because it appears twice in your HTML source.

The "Begin center content" shows up because it's not a comment. The 

[css-d] I am new to this so I do not know the names of the problems I am having.doc

2008-12-13 Thread Dave Stewart
I am new to this so I do not know the names of the problems I am having. I
am guessing float drop and something else.

 

Please Help the page is

http://www.osagecandles.com/cgi-bin/shopper.cgi?preadd=action

&key=A00110

 

My Question

1.  Why the duplicate header?
2.  Why do the comments show up? 

 

I am at a loss

 

Newby dave

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Project 7 tab menu - individualized bars

2008-12-13 Thread Juels
Anne:

Have you considered using Fireworks to create a drop down menu?
More precisely, the other versions. It was great for creating the necessary
graphics.
It was generated in tables, but I bet the new one could generate it in
s.
Then you could use it as is, or tweak (i.e. streamline) the css as you
needed.

Julaine 

-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Anne E. Shroeder
Sent: December-12-08 8:51 PM
To: css-d@lists.css-discuss.org
Subject: [css-d] Project 7 tab menu - individualized bars

I'm working on two knotty problems with a drop down menu system using P7's 
tab menu magic.
http://www.language-works.com/ANSIRH/template_about2.htm

The first is that when you hover over one of the top nav items (e.g. About, 
research & other work, etc.) you get a drop down menu -- I'd like to have a 
top border on that but only up to the vertical grey border - so that it 
looks like an "L" and not a box sitting under a nav item.  I was thinking to

do a negative margin and set a z-index to hide the bottom layer, but my 
experiments have yielded no success.

The second issue is that I want to have a 31px color border at the top of 
each primary item (About, Research, etc) when you hover over that - but 
whereas I have split out each of the items for the --  li a-- definitions, I

cannot seem to figure out where to do the hover to make that 
element-specific. It looks like it's on line 73
/*
The Root Level Hover. This also locks the Hover state while
the root item's associated sub-menu is visible.
DO NOT CHANGE SELECTOR NAMES*/
.p7ie6Fix:active,
#p7TBMroot .p7TBMtext .p7TBMon,
#p7TBMroot .p7TBMtext li a:focus,
#p7TBMroot .p7TBMtext li a:active {

}
I started working on this in Pop menu magic as an alternative, 
http://www.language-works.com/ANSIRH/template_about3.htm  but I don't like 
it as well for other reasons.  Also, it cuts off the last item (news).

Does anyone have any suggestions?

Anne


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Fw: Re: how to check for embedded styles when using external style sheet?

2008-12-13 Thread Virgilio Quilario
Hi Elaine,

use this regular expression in DW CS3 "find and replace" to remove
embedded styles.


Re: [css-d] Fw: Re: how to check for embedded styles when using external style sheet?

2008-12-13 Thread A. Beutl
Hi Elaine,
350 is a huge number in this case... if you've access to a linux system I
would advise you to use some shell comands, but an Windows I don't see any
chances. I know Dreamweaver and other Editors have search/replace in
multiple files, but they are not able to run RegExp in this searches.

There seem to be tools which are able to do this, but I don't know any of
them and therefor do not want to recommend any. Try searching for "windows
search replace regexp multiple files" or "windows search replace regular
expressions multiple files".

Maybe there are better options if you are an a Mac OS X system because of
its unix core, but I don't know.

Alex

2008/12/12 Elaine LaBonte 

> Hi, Alex,
>
> I have appointments tomorrow, so I'll work on this over the weekend -
> thanks for the good directions.  I have about 350 pages to check, whew.
>
> Elaine
>
> --- On Thu, 12/11/08, A. Beutl  wrote:
> From: A. Beutl 
> Subject: Re: [css-d] how to check for embedded styles when using external
> style sheet?
> To: css-d@lists.css-discuss.org
> Date: Thursday, December 11, 2008, 11:29 PM
>
> Hi Elaine,
> I am pretty sure Dreamweaver has no RegExp Support - at least it had none
> in
> the old Version I used some years ago...
>
> I would advise you to grap yourselfe a Copy of an Texteditor which has
> RegExp support for "Search & Replace" actions. A free one is
> "Notepad ++".
>
> Open up a file and go to Search -> Replace and set the radiobutton at the
> bottom to "Regular Expression" and enter
>  ' style="[^"]*"'
> (whithout the ' but with the blank, since with one attribute less we will
> need a blank less)
> and enter nothing into the "replace by" field and hit replace - all
> internal
> styles will be gone then (of course not those which are between 
> and
>  but those should be easy to get rid of by hand anyway.
>
> Alex
>
> 2008/12/12 Elaine LaBonte 
>
> > I need to eliminate all embedded styles from my site, but it would be
> > tedious to do it manually.  I'm using Dreamweaver CSS3 and don't
> see a way
> > for DW to do it.  Can anyone point me to an easier way than manual?
> >
> > Thanks,
> > Elaine
> > __
> > css-discuss [cs...@lists.css-discuss.org]
> > http://www.css-discuss.org/mailman/listinfo/css-d
> > List wiki/FAQ -- http://css-discuss.incutio.com/
> > List policies -- http://css-discuss.org/policies.html
> > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
> >
> __
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
> __
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] ol problem persists

2008-12-13 Thread Éric Vesque
Gunlaug Sørtun a écrit :
> See: 
>
> regards
>   Georg
>   
Thanks Georg for that link.

Regards,

-- 
Éric Vesque
imprimerie Print, Limoges
http://www.affaire-imprimerie.com



__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] ol problem persists

2008-12-13 Thread Éric Vesque
wlb a écrit :
> Greetings!
>
> I've been having trouble for awhile getting  ordered lists to appear with
> the correct sequential numbers and/or letters in IE 7.
>
> None of the various options for list-stye-type worked, so I just omitted
> them altogether and went for the default ol style, but all the numbers are
> still all ones with no sequential numbering. I know that there is a bug
> surrounding the list-style-type attributes in IE, but I thought that the
> default would surely work. It does in all browsers save for IE. I'm not sure
> how to solve this. Any help appreciated.
>
> Here is an example:
>
> http://www.boletta.com/php/
>
> Thanks,
>
> Bill Boletta
> __
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
>
>   
Hi Bill,

The problem comes from your ol li style, particularly from the height 
and width properties, since removing them make IE display the ordered 
list with the right numbers.
But I don't know why it is so.

Regards,

-- 
Éric Vesque
imprimerie Print, Limoges
http://www.affaire-imprimerie.com



__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] ol problem persists

2008-12-13 Thread Gunlaug Sørtun
wlb wrote:

> I've been having trouble for awhile getting  ordered lists to appear
> with the correct sequential numbers and/or letters in IE 7.

> http://www.boletta.com/php/

Delete all 'width' and 'height' on list-items if you want IE to behave.

See: 

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/