Wed, 2003-10-29 18:32
I am using this coding for positioning a header & size:
H2
{
FONT-SIZE: 18px;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
color: #00849C;
position: absolute;
left: 150px;
top: 103px;
}
Is this "pretty much" correct? I am just trying to figure out if this is the best way to do this.
Thanks!
Thu, 2003-10-30 02:52
#1
H2 positioning
Hi Corey,
It really depends on the site you are using it in.
It may be better to use relative positioning rather then absolute if you can.
Hope that helps
Thu, 2003-10-30 02:54
#2
H2 positioning
Thanks.. I decided that I could do without the positioning at this point. Still learning some of the differences between absolute & relative.