When using the div property, I have the Id premade, and I have a px width, but that will stay like that no mater what the screen resoluton of the user is, so what I was looking for is how do I make it so the div tags line up correctly from left to right, and don't overlap. I have used the % sign, but when I change the resolution on my PC the 3 Div tags I used change the location from left to right. I built it at a screen resolution of 1024px width, and when I change from that to 800px width screen resolution, the tags are now overlaping eachother. How do I get it too look the same from left to right, no matter the screen resolution? Then have anything below that get pushed down instead of the Div tag overlap what is below it.
I hope this is uderstandable if not please please ask for what you dont understand.well set the widths with % values, aswell as the positioning with %. Without looking at whats actually happening thats about all I can suggest.with positioning, i use "position:absolute;" what would something like 10% mean?10% either top, left, bottom or right....
I hope this is uderstandable if not please please ask for what you dont understand.well set the widths with % values, aswell as the positioning with %. Without looking at whats actually happening thats about all I can suggest.with positioning, i use "position:absolute;" what would something like 10% mean?10% either top, left, bottom or right....