[css-d] header navigation bar alignment issue

2008-07-18 Thread Kelly Moore
I have these navigation links (The Quick Brown Fox) at the bottom of my header. I want to make it align completely flush, but cannot. What am I missing? http://yakmaster.net/test/headeralign/ __ css-discuss [EMAIL PROTECTED]

Re: [css-d] header navigation bar alignment issue

2008-07-18 Thread Kelly Moore
On Fri, Jul 18, 2008 at 1:23 PM, French, Angela K (MHTG) [EMAIL PROTECTED] wrote: #mjnav ul{ padding:0; This worked for me in FF -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kelly Moore Sent: Friday, July 18, 2008 12:45 PM To: CSS-D

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-18 Thread Kelly Moore
On Thu, Jul 17, 2008 at 4:59 PM, Bill Brown [EMAIL PROTECTED] wrote: Kelly Moore wrote: So I have a list links, separated by a pipe, a la alistapart. My issue, the pipes are so darned tall! Odd from a design perspective. Is there a way to set a height to 'border-left' ? Sorry, Pasted

[css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Kelly Moore
So I have a list links, separated by a pipe, a la alistapart. My issue, the pipes are so darned tall! Odd from a design perspective. Is there a way to set a height to 'border-left' ? here's the CSS: #footerlinks ul{ margin-left: 0; padding-left: 0; display: inline; } #footer

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Kelly Moore
On Thu, Jul 17, 2008 at 4:05 PM, Adam Ducker [EMAIL PROTECTED] wrote: Kelly Moore wrote: The span and font trick works, but now the pipes are not vertically aligned properly. How to set the position? If you set position: relative; on the SPAN and top: -3px; or top: 3px; depending on what's

[css-d] replacing bullet with image

2008-07-16 Thread Kelly Moore
I've found a pretty creative solution for using images in place of a bullet, by Russ Weakley, posted to Listamatic, which uses image backgrounds. I'm just having a bit of an issue with alignment and showing the whole image. The image is 18x18 pix, i'm sure there is something with margin or

Re: [css-d] replacing bullet with image

2008-07-16 Thread Kelly Moore
On Wed, Jul 16, 2008 at 11:52 AM, Bill Brown [EMAIL PROTECTED] wrote: Kelly Moore wrote: I've found a pretty creative solution for using images in place of a bullet, by Russ Weakley, posted to Listamatic, which uses image backgrounds. I'm just having a bit of an issue with alignment

[css-d] centering in IE

2008-07-16 Thread Kelly Moore
does the ol' margin auto trick not work for centering in IE? (forget the form, just notice how in IE the whole page does not center as you re-size) http://yakmaster.net/test/form.html __ css-discuss [EMAIL PROTECTED]

[css-d] centering Part 2

2008-07-16 Thread Kelly Moore
piggy backing on my previous request, I have mocked up a whole banner/header scenario in which the navigation tabs are almost centered, but not quite. This occurs eve in FF. The container which I _think_ is supposed to be containing my tabs seems to be pushed up above the tabs? very strange.

Re: [css-d] centering Part 2

2008-07-16 Thread Kelly Moore
On Wed, Jul 16, 2008 at 2:56 PM, Peter Hyde-Smith [EMAIL PROTECTED] wrote: - Original Message - From: Kelly Moore [EMAIL PROTECTED] Subject: [css-d] centering Part 2 piggy backing on my previous request, I have mocked up a whole banner/header scenario in which the navigation tabs

Re: [css-d] centering Part 2

2008-07-16 Thread Kelly Moore
On Wed, Jul 16, 2008 at 2:56 PM, Peter Hyde-Smith [EMAIL PROTECTED] wrote: - Original Message - From: Kelly Moore [EMAIL PROTECTED] Subject: [css-d] centering Part 2 piggy backing on my previous request, I have mocked up a whole banner/header scenario in which the navigation tabs

Re: [css-d] centering Part 2

2008-07-16 Thread Kelly Moore
On Wed, Jul 16, 2008 at 3:39 PM, Adam Ducker [EMAIL PROTECTED] wrote: Kelly Moore wrote: piggy backing on my previous request, I have mocked up a whole banner/header scenario in which the navigation tabs are almost centered, but not quite. This occurs eve in FF. The container which I

[css-d] form fields munged in IE

2008-07-15 Thread Kelly Moore
My form, which seems to work fine in FF, is vertically smashed together in IE. Any ideas on how to deal with this? here is a sample form: http://yakmaster.net/test/form.html K __ css-discuss [EMAIL PROTECTED]

Re: [css-d] form fields munged in IE

2008-07-15 Thread Kelly Moore
On Tue, Jul 15, 2008 at 11:19 AM, French, Angela K (MHTG) [EMAIL PROTECTED] wrote: Try applying margins to the top or bottom of each div. Actually, why is each form element in a div anyway? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kelly Moore

Re: [css-d] form fields munged in IE

2008-07-15 Thread Kelly Moore
On Tue, Jul 15, 2008 at 12:13 PM, David Laakso [EMAIL PROTECTED] wrote: Kelly Moore wrote: http://yakmaster.net/test/form.html I already had a margin on the bottom of each div, so I added one on the top as well, and that did the trick. Just increasing the bottom margin had no effect

[css-d] customized browse/file-input button

2008-07-14 Thread Kelly Moore
Is there a way to apply styles to to the browse/file-input button? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

[css-d] form Submit button getting pushed outside of div

2008-07-13 Thread Kelly Moore
I have a submit button that is getting pushed to an outer div. I would like it to stay within the div which contains the rest of the form. Here is what is happening: http://yakmaster.net/test/floating_submit.html I've added a border to the divs so it's clear what is happening. any ideas?

[css-d] getting wrapped text to line up next to a checkbox in a form

2008-07-13 Thread Kelly Moore
I have a long bit of text that I would like to line up next to a checkbox in a form. It has wrapped and is on it's own line. Anyway to get it to line up next to the checkbox? Also, any idea why the two checkboxes are blue and not grey like the input fields on the rest of my form?

Re: [css-d] div height problem

2008-07-11 Thread Kelly Moore
On Thu, Jul 10, 2008 at 6:39 PM, Adam Ducker [EMAIL PROTECTED] wrote: Kelly Moore wrote: I have a sub-section to my navigation tabs which looks fine in FF, but is waaay to tall in IE. any ideas? am I doing something weird with my divs? here is a sample: http://yakmaster.net/test

[css-d] green squigglies in Komodo

2008-07-11 Thread Kelly Moore
Hi all, i'm getting the green squigglies in Komodo. For example, on this line: link rel=stylesheet href=css/layout600-300.css type=text/css media=screen / Does anything look amiss with the above markup? __ css-discuss

[css-d] centering navigation tabs in a header section

2008-07-10 Thread Kelly Moore
I'm trying to center navigation tabs, within a header section. Somehow the tabs are still stuck to the left. I'm using the following CSS: width: 600px; margin-left:auto; margin-right:auto; float:left; Any ideas of what i'm doing wrong? Here is a sample page:

[css-d] div height problem

2008-07-10 Thread Kelly Moore
I have a sub-section to my navigation tabs which looks fine in FF, but is waaay to tall in IE. any ideas? am I doing something weird with my divs? here is a sample: http://yakmaster.net/test/faq.html __ css-discuss [EMAIL

[css-d] image background question

2008-07-09 Thread Kelly Moore
trying to figure out how to use a small image (such as a fat arrow) as a background. want to be able to re use the arrow and place different numbers over it. I've tried the following, but the arrow does not display: h3 span.arrow{ height: 5px; width: 24px; margin: 10px;

Re: [css-d] image background question

2008-07-09 Thread Kelly Moore
tried, but without much luck. Kelly, Have you tried setting the arrow image as a background image on the h3 instead of that span and tried to work things out that way? ~holly __ css-discuss [EMAIL PROTECTED]