C
cluthz
Hi there,
After being told off in the NG a few times I'm doing my best to adhere to
standards. I'm reading my CSS definitive guide book which seems great, but
there is a lot of material to get through.
In the short term I need to implement a webform (the user of the form will
enter search criteria for a database and the amount of data will cover three
columns).
I really want to be able to make the interface clear for the users, give
them the ability to customise it by changing style sheets, make it sizeable
in firefox etc. all the things the experts in this group recommend.
Ideally I want to make each of the columns a single div so they can be
positioned freely by me.
All of the divs are contained within a form.
Ideally if I wanted to add another section to the page I could just create a
new div within the form and positioning this section where I like.
I use dreamweaver 2004 MX for layout and my php code. I like it and do not
want to change.
Bearing in mind that I have to do this quite quickly, I am trying to be good
and learn as much as possible, what is a summary of techniques I should use
to control the layout (to out another way, if I'm to learn css subject, what
to concentrate on).
Prior to this group I would have used absolute positioning of each div
(seems to work great and give me maximum flexibility), but I know this is
bad long term.
So in summary, if making a three column webform, what is the best, standards
conforming way to implement this.
Any input welcome, but if too vague to question not clear enough to answer
fair enough, just concentrate on the summary question.
Cheers
After being told off in the NG a few times I'm doing my best to adhere to
standards. I'm reading my CSS definitive guide book which seems great, but
there is a lot of material to get through.
In the short term I need to implement a webform (the user of the form will
enter search criteria for a database and the amount of data will cover three
columns).
I really want to be able to make the interface clear for the users, give
them the ability to customise it by changing style sheets, make it sizeable
in firefox etc. all the things the experts in this group recommend.
Ideally I want to make each of the columns a single div so they can be
positioned freely by me.
All of the divs are contained within a form.
Ideally if I wanted to add another section to the page I could just create a
new div within the form and positioning this section where I like.
I use dreamweaver 2004 MX for layout and my php code. I like it and do not
want to change.
Bearing in mind that I have to do this quite quickly, I am trying to be good
and learn as much as possible, what is a summary of techniques I should use
to control the layout (to out another way, if I'm to learn css subject, what
to concentrate on).
Prior to this group I would have used absolute positioning of each div
(seems to work great and give me maximum flexibility), but I know this is
bad long term.
So in summary, if making a three column webform, what is the best, standards
conforming way to implement this.
Any input welcome, but if too vague to question not clear enough to answer
fair enough, just concentrate on the summary question.
Cheers