Re: [css-d] Element Positioning

2009-09-08 Thread Christopher Barth
I appreciate that suggestion about inline styles, I was using them for testing; I'll eventually get rid of them. The problem I had with background styles is that then if there is only a little body text the entire gradient won't show, but only a small portion of it. I somehow need to have the enti

Re: [css-d] Element Positioning

2009-09-08 Thread Philippe Wittenbergh
On Sep 9, 2009, at 9:04 AM, Christopher Barth wrote: > On a site I'm modifying I have an image that needs to always appear at > the bottom of a column, so I set the valign on the table cell to > bottom > and all was wonderful until I was asked to put images in the bar as > well > and the imag

[css-d] Element Positioning

2009-09-08 Thread Christopher Barth
On a site I'm modifying I have an image that needs to always appear at the bottom of a column, so I set the valign on the table cell to bottom and all was wonderful until I was asked to put images in the bar as well and the images need to appear at the top of the column. You can see what I mean he

Re: [css-d] Stylized Submit Button

2009-09-08 Thread Robbert van Andel
Floating the input elements fixed the issue. Thanks On Tue, Sep 8, 2009 at 2:36 PM, jeffrey morin wrote: > > > On Tue, Sep 8, 2009 at 5:20 PM, Robbert van Andel wrote: > >> We are working to make a nice looking search form. I'm playing around >> with >> a textbox with rounded corners and submi

Re: [css-d] Stylized Submit Button

2009-09-08 Thread jeffrey morin
On Tue, Sep 8, 2009 at 5:20 PM, Robbert van Andel wrote: > We are working to make a nice looking search form. I'm playing around with > a textbox with rounded corners and submit button that has an image > extending > the border around the button. I'm having trouble aligning the button with > th

[css-d] Stylized Submit Button

2009-09-08 Thread Robbert van Andel
We are working to make a nice looking search form. I'm playing around with a textbox with rounded corners and submit button that has an image extending the border around the button. I'm having trouble aligning the button with the input box. Below is the HTML and CSS used for the page (which can