Making div tags fit every browser and screen
Posted: Thu Dec 09, 2010 9:53 pm
hey everyone. Well i have been trying to make a basic web layout and i use the code for my top bar div tag as
but when i go onto my other computer the width is too far because of the screen being smaller. How could i make it so that it fits every screen and the text stays where i want it? (top right)
Thanks in advance!
~baseball435
Code: Select all
#topbar {
text-indent:25px;
text-align:right;
background:#000;
border: 1px solid #000;
width:1010px;
height: 30px;Thanks in advance!
~baseball435