How can I add 2 images in the header? One that should be aligned left and another that should be aligned right and move when the window is resized.
I did put the first one in the "layout" style sheet.
2 images in the header
Re: 2 images in the header
what you want is a 'liquid' / 'strechy' page so you need to do most of it in '%' .
#header{width:**%}
#left{float:left;width:**;height:**;margin:**;padding:**;}
#right{float:right; bla bla bla}
the widths for left & right can be **px, **%, margins can be same,, px, or %,
you may have to futz around for IE,,
HTH
mark
#header{width:**%}
#left{float:left;width:**;height:**;margin:**;padding:**;}
#right{float:right; bla bla bla}
the widths for left & right can be **px, **%, margins can be same,, px, or %,
you may have to futz around for IE,,
HTH
mark