|
Posted by Travis Newbury on 02/06/07 12:51
On Feb 6, 6:59 am, "mrcakey \(The Eclectic Electric\)"
<nos...@spamispoo.spam> wrote:
> How strongly would you counsel against building a page using CSS position?
> The main problem I'm having is that when I'm changing the dimensions of
> things, I sometimes have a lot of other things to change in consequence,
> which somewhat negates one of the advantages of using CSS, but it does mean
> I get exactly what I want where I want it.
> Has anyone else had experience of doing this and if so, how did you get on?
I wouldn't counsel against it. It is a good idea. But I would
probably skip absolute positioning of objects in favor of a few
columns and floating left or right with some wrapping the text. I
prefer fixed width for the columns, it allows you the "similar look"
thing that variable width does not offer as well, but it still allows
for some flexibility with the user using different fonts or font
sizes. YMMV
I think you have to remember that MOST people will see it the way it
looks in either IE or FireFox with all the default settings. This is
how most people have their browsers set up. They use the defaults. I
have only anticdotal evidence, but do your own reasearch and you will
probably come to the same conclusion.
And of course, there are a few for what ever reason that it will not
look like you want it to. That is just a fact of the web.
Navigation:
[Reply to this message]
|