I have been reading various tutorials about CSS layout but most only deal with the operation of single elements. I have a question about putting it all together.
Page starts with a top graphic made up of 6 images which together stretch almost across screen, forming a top banner.
The page is created dynamically and the six images are varied throughout the site although each element stays the same size but this is not the problem
The images are laid out like this:-
I hope that makes sense.
Should I use relative positioning or absolute positioning for the divs containing the images.
I have tried both but the results are a little haywire in both cases.
I just need putting on the right track and then I can get my head round this CSS stuff.
Keith
Page starts with a top graphic made up of 6 images which together stretch almost across screen, forming a top banner.
The page is created dynamically and the six images are varied throughout the site although each element stays the same size but this is not the problem
The images are laid out like this:-
Code:
OO
OO
OO
Should I use relative positioning or absolute positioning for the divs containing the images.
I have tried both but the results are a little haywire in both cases.
I just need putting on the right track and then I can get my head round this CSS stuff.
Keith