[css-d] Odd placement of input element in IE. Why?

2005-08-21 Thread Will Merrell
I have run into an odd bug where an input element is placed strangly when it is inside a div, but only when it is viewed in IE. I have been able to produce a small test example that exibits this bug. It is located at http://www.coaching-life.com/css/gallery.html for you to look at. I have

[css-d] Setting height to 0 does not work on IE6

2005-06-29 Thread Will Merrell
Hi Folks, I'm floating some elements on a page, so I am adding a div after to clear them so they stay in the container. The clearer div looks like this: div class=clearnbsp;/div and the css for it looks like this: .clear { display : block; clear: both; height: 0em; margin :

RE: [css-d] Setting height to 0 does not work on IE6

2005-06-29 Thread Will Merrell
Right you are, Kelly, a line-height of 0 did indeed fix it. Thank you. -- Will -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kelly Miller Sent: Wednesday, June 29, 2005 10:54 PM To: Will Merrell Cc: css-discuss Subject: Re: [css-d] Setting height

RE: [css-d] padding and cell sizes

2005-06-28 Thread Will Merrell
Eliana Berlfein wrote: Here's a link to the site: http://www.itea-school.com If you look at it on a Mac I'm pretty sure everything looks the way I want it. If you look on a PC it's totally messed up. Looks fine on Firefox 1.0.4 and IE6 on Win XP. -- Will

RE: [css-d] Floating 2 divs side by side that go underneath each otherwhen browser screen shrinks

2005-06-28 Thread Will Merrell
stu wrote: Does anyone know if it is possible to float 2 divs next to each other taking up 50% of the screen each, until the screen size starts to shrink, then they list vertically (like on top of each other). This would happen say when the user gets to 800x600 resolution or something. Its

[css-d] Why cant I get full width on this form?

2005-06-26 Thread Will Merrell
a way to get liquid, stretchable, sizable side-by-side form fields that actually fill the whole width of the container? Thanks, Will Merrell CIO TeamTrack Communications Sample Code Follows: --- !DOCTYPE HTML PUBLIC -//W3C//DTD XHTML