Re: [css-d] Horizontal Navigation with Images

2007-02-16 Thread Zoe M. Gillenwater
Matthew Stoneback wrote: > When lining images up horizontally, is there a inherit amount of padding or > margin on the left and right sides? Basically, why can I not line two > images up flush against one another? If an example is needed, I can post a > link. > If your images are inline, whic

Re: [css-d] Horizontal Navigation with Images

2007-02-11 Thread David Sharp
Matthew Stoneback wrote: > I would like the images to have a 1 pixel border on the > bottom and right; border color #847983... > Right now it is showing a border around the images on all > sides. I can take the border off with, border: none;, but I don't want to > take away the entire border. A

Re: [css-d] Horizontal Navigation with Images

2007-02-11 Thread Steve Clason
Matthew Stoneback wrote: > First off, here is a link to my HTML: > http://www.eddysound.com/epso/nav_test.htm > And to my CSS: http://www.eddysound.com/epso/nav_test.css > What I am looking to do is line the images up horizontally and use them as a > navigational "bar." I would like the images

[css-d] Horizontal Navigation with Images

2007-02-11 Thread Matthew Stoneback
Hello all: I have been away from css coding for a few months and working at my "real job." I am posting to hopefully get some refresher on a problem I am having. (I am sure I am just missing something small.) First off, here is a link to my HTML: http://www.eddysound.com/epso/nav_test.htm