Al wrote:
Quote:
Could I just make them a class instead? |
You could, but a banner area is a major section of real estate on the
page, so I feel that an id is more appropriate.
Quote:
Well actually I did make them a class but it did not fix the
problem.... |
Since you only have one style set for these two banner areas, why not
simply put the info for both in the first banner div? Use a bit of
vertical space between...
After another glance at your code (I didn't copy it to a real page),
it looks as if you have a 40px high banner and content that is:
position: absolute;
top:50px;
...so any second banner space is going to be under/behind the content.
Change those "top: 50px" to .. 150px ? See what happens.
--
-bts
-This space intentionally left blank.