Virginia wrote:
> Hello!
> I'm trying to do my latest site with more CSS.
> I have a CSS banner at the top of my page with three images. The images are
> centred on the page and the banner is 100% width.
> If I resize the page, the images will drop down below the other. Is there
> any way to set the images to 'no wrap'? I do not want absolute positioning,
> because I would like them to be centred in the bigger screens/resolutions.
> TIA.
If those images must not wrap in any reasonably sized
browser window, the combination of the three images is
too wide.
You can research the 'overflow' property, setting it to
'hidden' or 'scroll' but I don't really
think that this will be the solution. Redesign the banner
so that it will be smaller than the smallest reasonable
browser window, or so that it is OK for it to wrap.
--
Cheers, m<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Fix images in CSS