- Fix images in CSS
- Posted by Virginia on November 28th, 2003
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.
--
Virginia
- Posted by GreyWyvern on November 28th, 2003
On Fri, 28 Nov 2003 09:54:05 -0800, Virginia <biteme@nospammyme.org> wrote:
Try applying:
white-space:nowrap;
.... to the containing element.
Grey
--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollory that nothing is ridiculous.
- http://www.greywyvern.com - Orca RingMaker: PHP web ring creation and
management
- Posted by m on November 28th, 2003
Virginia wrote:
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
- Posted by brucie on November 28th, 2003
in post <news:vsf2u8p6sni327@corp.supernews.com>
Virginia said:
http://stuff.bruciesusenetshit.info/...ge-thingy.html
--
brucie
29/November/2003 04:09:40 am
- Posted by Virginia on November 28th, 2003
Thanks, all!
Virginia
"Virginia" <biteme@nospammyme.org> wrote in message
news:vsf2u8p6sni327@corp.supernews.com...


