Is there a code that I can put on my site that will make it look the same on other computers?
Not browsers but screen resolutions, because my site comes up perfect on my computer, but when I go on my friends it is all messed up, the tables are off, nothing is aligned- looks gross
If you are positioning your object absolutely with CSS, why are you putting it in a table? Putting in a table does not effect the pixel position are you telling it to go to.
Does positiong with CSS keep the same size? So that if I go on another computer with a different screen res. that my site won’t get distorted and messed up?
That is the reason why I was using tables, to prevent that from happening …
why not just design everything on your comp… then use your pixel dimensions to find out what percent of you screen height and width your main movie area is and then hard code it to display at those %'s (you are dealing with a flash movie right?)… since the aspect ratio of all screen resolutions is the same your site would look the same on any res (as flash would resize it to defined %'s of the same aspect ratio)… just another way to do the same thing.
Peace
BTW if youre talking about an html site this is not the best way of doing it… also you can do the same thing with your frame size definitions… hmmm I dunno if I was very clear - sometimes I have a problem with that.:sigh: :crazy: