Forum Moderators: not2easy
From what I came to understand, div and span could replace tables. Is my assumption and understanding incorrect?
Forgive me if this seems like a rather stupid question, however the only stupid question is the one never asked.. ;)
Thanks,
ThomasK
Peace.. and html to you.
[csszengarden.com...]
I've begun to play with css & html.. I guess xhtml?
Now I just gotta get a 17" monitor that will let me develop at 1024x768 minimum... (and not 800x600)
Question.. is it a big deal going from one resolution to another? If it is, is there a way to force the browser to view in the "1" config til others can be 'adjusted'?
Many Many Many many... ... thanks... ;)
ThomasK
A page should at least look nice on common resolutions, and should still look nice after reasonable browser window resizing. I understand this might be a challenge on a tiny screen, if you can't properly test for 1024x768 resolutions, but still I don't recommend you waste too much time trying to come up with some plan to get browser windows to be stuck at a certain size, unless its absolutely needed for some specific graphical purposes.
If its absolutely needed though, by opening a window with the Javascript openWindow() function, you can get it to have a fixed size.
Hope that makes sense ;)