daemonkin
06-26-2007, 09:40 AM
My site, http://www.toddlersoccer.org has been written in PHP with external CSS support.
I have a couple of forms that have the following style:
form.quote div {
width: 350px;
text-align: right;
line-height: 2.2em;
valign: top;
}
form.quote h3 {
text-align: left;
}
form.quote div.date {
width: 388px;
}
form.quote input.std, textarea {
width: 200px;
}
form.quote textarea {
height: 70px;
}
form.quote select {
width: 204px;
}
This layout is perfect for FF but if a user is browsing in IE6 my site loads in another css - ie6.css that overwrites some parts of my site to give a similar layout to what I need.
My question is how do I fix the date fields on example:
http://www.toddlersoccer.org/packages/playgroups/
Thanks,
D.
I have a couple of forms that have the following style:
form.quote div {
width: 350px;
text-align: right;
line-height: 2.2em;
valign: top;
}
form.quote h3 {
text-align: left;
}
form.quote div.date {
width: 388px;
}
form.quote input.std, textarea {
width: 200px;
}
form.quote textarea {
height: 70px;
}
form.quote select {
width: 204px;
}
This layout is perfect for FF but if a user is browsing in IE6 my site loads in another css - ie6.css that overwrites some parts of my site to give a similar layout to what I need.
My question is how do I fix the date fields on example:
http://www.toddlersoccer.org/packages/playgroups/
Thanks,
D.