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 t
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
> Sen
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]
http
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;" o
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
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
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 w
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 w
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. i'
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]
http://www.
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'
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
padd
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
PROTECTED] On Behalf Of Kelly Moore
> Sent: Tuesday, July 15, 2008 11:13 AM
> To: css-d@lists.css-discuss.org
> Subject: [css-d] form fields munged in IE
>
> My form, which seems to work fine in FF, is vertically smashed together
> in IE. Any ideas on how to deal with this?
>
&g
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]
http://www.css-disc
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 -- http://css-disc
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?
http://yakmast
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?
_
Hi all,
i'm getting the green squigglies in Komodo. For example, on this line:
Does anything look amiss with the above markup?
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FA
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?
&
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 PROT
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:
http://yakmaster.ne
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]
htt
hmm, well here is my test page. it seems to work, but this is
stand-alone. i had to add a bunch of 's for the full arrow to
work. is there a better way to do this?
http://yakmaster.net/test/arrowtest.html
On Wed, Jul 9, 2008 at 1:55 PM, Chris Akins <[EMAIL PROTECTED]> wrote:
> Two ideas:
>
>
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;
background
25 matches
Mail list logo