Re: [css-d] CSS Form Layout Problem

2006-05-26 Thread Niklas Kanthak
Here is the current website link, where I've tried to implement the idea you outlined above. I understand what the prop and clear divs are doing, but on my machine, with IE 6, it's still not working. I know the prop/clear solution will work, but I've still got something wrong and can't seem

Re: [css-d] CSS Form Layout Problem

2006-05-26 Thread Marc Funaro
Niklas, Thanks so much - yes, you've reminded me to be more careful when trying new statements, to remove them or review them after I have something workable! It was messy for sure ;) The prop/clear seems to be working now, and looks just like the old 1px transparent gif spacer image hack

Re: [css-d] CSS Form Layout Problem

2006-05-26 Thread Niklas Kanthak
I deleted the wrapping div of the form-tag. You don't need it! Think of the fieldset-tag as a wrapper. Same here: Reduce your HTML to the minimum! http://nyslittreedata.advantex.net/index.cfm/fuseaction/Accounts.LoginForm.cfm does not validate to html 4.01 strict, resulting in the following

[css-d] CSS Form Layout Problem

2006-05-23 Thread Marc Funaro
With regards to: http://nyslittreedata.advantex.net/new/default/sampleForm.htm http://nyslittreedata.advantex.net/new/default/default.css 1. How can I get the two columns for the form to lay out properly? I've floated the labels left, but right now, the labels and their fields just spread out