|
Posted by Bru, Pierre on July 17, 2004, 5:20 pm
Please log in for more thread options
hi,
I designed a background for a page. it is for 1024*768 screens. but
everyday, the screen go larger and I dont want everyone to wait for a
backgroud larger than needed. so I used a tiled neutral background and
used a fixed <div> to show my background.
but doing so, I can not have a fixed background with text "floating"
above it. :(
any idea of how I can do that, I mean a fixed background and for
larger screen resolution, some tile that fill in the gap.
TIA,
Pierre.
|
|
Posted by Stephen Poley on July 18, 2004, 3:33 pm
Please log in for more thread options
On 17 Jul 2004 16:20:05 -0700, Pierre.Bru@spotimage.fr (Bru, Pierre)
wrote:
>I designed a background for a page. it is for 1024*768 screens. but
>everyday, the screen go larger
Not completely true. With more portable devices arriving, it would be
more true to say that screen sizes are getting more diverse. And don't
forget that not everyone wants all their windows maximised.
>and I dont want everyone to wait for a
>backgroud larger than needed.
Good.
>so I used a tiled neutral background and
>used a fixed <div> to show my background.
>
>but doing so, I can not have a fixed background with text "floating"
>above it. :(
>
>any idea of how I can do that, I mean a fixed background and for
>larger screen resolution, some tile that fill in the gap.
Not in HTML, but it can probably be done with CSS. I haven't tried it
myself, but read up on absolute position and z-index. They might do what
you want.
--
Stephen Poley
http://www.xs4all.nl/~sbpoley/webmatters/
|
| Similar Threads | Posted | | fixed background image w/css problem | September 27, 2004, 9:29 pm |
| layers compatibility | August 5, 2005, 6:38 am |
| positioning layers | April 25, 2006, 7:40 am |
| layering images without layers? | June 4, 2008, 4:04 pm |
| PDF's not hiding along with layers. Shows through. | March 9, 2005, 10:50 pm |
| Rendering problems with Mac Firefox and Layers | December 5, 2005, 3:44 pm |
| show hide layers + scroll probs under Mac | September 21, 2004, 11:03 am |
| HTML Tables vs. CSS Layers - when function and form coincide | January 30, 2007, 3:25 am |
| How to keep the table a fixed size | December 8, 2004, 8:59 pm |
| fixed table cells | January 23, 2007, 11:40 pm |
|