Re: [css-d] Positioning Question

2006-11-28 Thread Roger Roelofs
David, On Nov 28, 2006, at 5:23 PM, David Hucklesby wrote: >> On Nov 27, 2006, at 12:32 PM, Michelle Tarby wrote: >> >>> http://wwwdev.lemoyne.edu/campaign/index.html >> > On Mon, 27 Nov 2006 22:10:27 -0500, Roger Roelofs replied: >> A couple of minor items. First, your document is xhtml 1.0 >

Re: [css-d] Positioning Question

2006-11-28 Thread David Hucklesby
> On Nov 27, 2006, at 12:32 PM, Michelle Tarby wrote: > >> I decided to scrap the original style sheet that was cobbled together >> by someone else and the original HTML and start over again. I'm just >> about there, but have gaps between the images in the right hand >> navigation in Firefox and c

Re: [css-d] Positioning Question

2006-11-28 Thread Roger Roelofs
Michelle, On Nov 27, 2006, at 12:32 PM, Michelle Tarby wrote: > I decided to scrap the original style sheet that was > cobbled together by someone else and the original HTML and start over > again. I'm just about there, but have gaps between the images in the > right hand navigation in Firefox a

Re: [css-d] Positioning Question

2006-11-27 Thread Ian Young
> Subject: Re: [css-d] Positioning Question > > > Thanks Roger - I decided to scrap the original style sheet that was > cobbled together by someone else and the original HTML and start over > again. I'm just about there, but have gaps between the images in the > right

Re: [css-d] Positioning Question

2006-11-27 Thread Michelle Tarby
Thanks Roger - I decided to scrap the original style sheet that was cobbled together by someone else and the original HTML and start over again. I'm just about there, but have gaps between the images in the right hand navigation in Firefox and can't figure out how to get rid of them. http://

Re: [css-d] positioning question(s)

2006-11-17 Thread ~davidLaakso
Jessica Steinbomer wrote: > I am working on a web site for a non-profit org, and am having a couple of > issues: > http://www.servicedogs.org/new%20site/example1.htm > Here's a link to an image of how it should look: > http://www.servicedogs.org/images/newsite/look.htm > [message trimmed] > Jes

Re: [css-d] positioning question(s)

2006-11-17 Thread david
Jessica Steinbomer wrote: > Hi, > I am working on a web site for a non-profit org, and am having a couple of > issues: > > http://www.servicedogs.org/new%20site/example1.htm http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.servicedogs.org%2Fnew%2520site%2Fexample1.htm You seem to be

[css-d] positioning question(s)

2006-11-17 Thread Jessica Steinbomer
Hi, I am working on a web site for a non-profit org, and am having a couple of issues: http://www.servicedogs.org/new%20site/example1.htm 1) The "donate" div should be under the header section all together, but for some reason is showing up behind the header, including the logo. Also, the image t

Re: [css-d] Positioning question

2005-09-27 Thread Christian Montoya
Sorry, position:absolute doesn't work that way. If you use absolute positioning, it doesn't get affected by other elements. So, you can't use it for footers. I mean, what you are trying to do is put the footer at the bottom of the page always? There's a method for that but it doesn't work in some b

[css-d] Positioning question

2005-09-27 Thread Jon Stephenson
I am trying to move content around on my page using absolute positioning and I seem to be having a problem. I have one div with absolute positioning and have it at the bottom of the screen then I have the other div with no style on the position and let it just flow at the top of the page. This work

[css-d] Positioning Question: Images forcing floating content down

2005-05-03 Thread Robby Fowler
I've been using CSS for a while, but I'm pretty new to casting tables aside and using it completely for positioning and layout. I'm working on a site right now that's giving me fits in IE 6 (and most likely IE 5.x). Of course, it works fine in Mozilla and Safari. Basically, I've got a two column l