M
Miro
I just ran accross something strange.
I tried to used "Div Tags" instead of tables.
So it looks something liket his:
<div>
<div></div><div></div>
<div></div><div></div>
<div></div><div></div>
</div>
It looks great in Internet Explorer,
but firefox and chrome destroy it.
Can anyone let me know on what to look for within the css or layout of the
divs to make it work proper.
Or in this case...is it just best to go back to tables within 1 div tag.
Like this:
<div>
<div> <table> </table> </div>
</div>
Here is the example aspx if viewd in IE vs ( firefox or chrome ), it looks
proper in IE.
I can post the actual css / html markup but I didn't want to complicate this
first posting.
http://www.companyorange.com/_Play/Canoeing/RequestBooking.aspx
( fyi - the submit button does nothing - as I was just working on the layout
so far ).
But I was under the impression that div tags will work 100% in all browsers
with css.
Thanks for any input.
Miro
I tried to used "Div Tags" instead of tables.
So it looks something liket his:
<div>
<div></div><div></div>
<div></div><div></div>
<div></div><div></div>
</div>
It looks great in Internet Explorer,
but firefox and chrome destroy it.
Can anyone let me know on what to look for within the css or layout of the
divs to make it work proper.
Or in this case...is it just best to go back to tables within 1 div tag.
Like this:
<div>
<div> <table> </table> </div>
</div>
Here is the example aspx if viewd in IE vs ( firefox or chrome ), it looks
proper in IE.
I can post the actual css / html markup but I didn't want to complicate this
first posting.
http://www.companyorange.com/_Play/Canoeing/RequestBooking.aspx
( fyi - the submit button does nothing - as I was just working on the layout
so far ).
But I was under the impression that div tags will work 100% in all browsers
with css.
Thanks for any input.
Miro