[css-d] ol problem persists

2008-12-12 Thread wlb
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

Re: [css-d] drop down menu off-center?

2008-12-12 Thread Holly Bergevin
From: Kitty Garrett > Can anyone help me with why the drop downs are not centered >under the links? They are off to the right. They are supposed to be >centered. >http://www.prettygoodwebsites.com/phchelp/index.htm >http://www.prettygoodwebsites.com/phchelp/phc_stylin.css Try adding: ul u

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

2008-12-12 Thread Anne E. Shroeder
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 hav

Re: [css-d] drop down menu off-center?

2008-12-12 Thread Virgilio Quilario
hi guys, just add "text-align: center;". see below. #nav li li a {phc_stylin.css (line 92) background-color:#C0B679; color:#00; display:block; font-family:Arial,Helvetica,sans-serif; font-weight:normal; letter-spacing:0.2em; padding:0.2em 7px; text-align:center; } That should fix your prob

Re: [css-d] drop down menu off-center?

2008-12-12 Thread Virgilio Quilario
hi guys, just add "text-align: center;". see below. #nav li li a {phc_stylin.css (line 92) background-color:#C0B679; color:#00; display:block; font-family:Arial,Helvetica,sans-serif; font-weight:normal; letter-spacing:0.2em; padding:0.2em 7px; text-align:center; } That should fix your prob

Re: [css-d] image replacement not working in IE6

2008-12-12 Thread Virgilio Quilario
hi, consider this html code: northern colorado's exclusive providers of interior design here is the css for replacing the text. h1.h1-home { width:380px; height:55px; background:url(../images/h1_home.gif) no-repeat scroll 0 0; overflow:auto; } h1.h1-home span { text-indent:-1000em; display:bloc

Re: [css-d] image replacement not working in IE6

2008-12-12 Thread David Hucklesby
On Fri, 12 Dec 2008 12:32:05 -0700, Debbie Campbell wrote: > In this page: > >> http://www.redkitecreative.com/projects/hixon/test.php >> > My H1 tag isn't being replaced - or rather the image flashes for a second then > disappears. Can someone help? That had me puzzled for a while, as the image

Re: [css-d] drop down menu off-center?

2008-12-12 Thread David Laakso
Kitty Garrett wrote: > Can anyone help me with why the drop downs are not centered > under the links? They are off to the right. > > http://www.prettygoodwebsites.com/phchelp/index.htm > > KittyG > No guarantee. Try: #nav li li a { margin-left: -40px; /*minus 40*/ min-height:1px;/* IE/7 nee

[css-d] image replacement not working in IE6

2008-12-12 Thread Debbie Campbell
In this page: > http://www.redkitecreative.com/projects/hixon/test.php My H1 tag isn't being replaced - or rather the image flashes for a second then disappears. Can someone help? -- Debbie Campbell www.redkitecreative.com __

Re: [css-d] drop down menu off-center?

2008-12-12 Thread David Laakso
Kitty Garrett wrote: > Can anyone help me with why the drop downs are not centered > under the links? They are off to the right. > > http://www.prettygoodwebsites.com/phchelp/index.htm > > KittyG > No guarantee. Try: #nav li li a { margin-left: -40px; /*minus 40*/ min-height:1px;/* IE/7 nee

Re: [css-d] can apply style inline but not in style sheet

2008-12-12 Thread Michael Adams
On Fri, 12 Dec 2008 08:40:56 -0800 Came this utterance fomulated by Angela French to my mailbox: > > Angela French wrote: > > Benjamin - I am trying your approach to just style my h2 with a > > background color. It is definitely get there, but it makes the > > height > of > > the color block too

[css-d] drop down menu off-center?

2008-12-12 Thread Kitty Garrett
Hello, I'm a designer learning CSS (sorry about the hybrid table/CSS layout...I am wrestling with the page layout separately). As a crossover person, I am coding another designer's work for her. (Trying...) She loves drop down menus. Things are going pretty well thanks to the AMAZING Son

Re: [css-d] can apply style inline but not in style sheet

2008-12-12 Thread Angela French
Angela French wrote: > Benjamin - I am trying your approach to just style my h2 with a > background color. It is definitely get there, but it makes the height of > the color block too "tall", putting extra padding in below the actual h2 > text. Since one can't make negative padding, it seems sett