HighDots Forums  

layering images without layers?

HTML Writing HTML for the Web (comp.infosystems.www.authoring.html)


Discuss layering images without layers? in the HTML forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
dougawells@gmail.com
 
Posts: n/a

Default layering images without layers? - 06-04-2008 , 03:04 PM






I am having issues using layers due to the different ways that
different browsers display them. I need to be able to layer some
images together as they work independently of each other. For example
- there is an image that is the background. Then, there are images
used as buttons/links, then there are images that swap out based on
certain clicks. All of these on the same page. Are there other options
for layering images without using layers, or Flash?

Thanks

Reply With Quote
  #2  
Old   
Roderik
 
Posts: n/a

Default Re: layering images without layers? - 06-04-2008 , 04:43 PM






dougawells (AT) gmail (DOT) com schreef:
Quote:
I am having issues using layers due to the different ways that
different browsers display them. I need to be able to layer some
images together as they work independently of each other. For example
- there is an image that is the background. Then, there are images
used as buttons/links, then there are images that swap out based on
certain clicks. All of these on the same page. Are there other options
for layering images without using layers, or Flash?

Thanks
You can apply z-index to your images if you want. I wonder which
behaviour you refer to when you say that layers behave different in
different browsers.

--
http://www.archytas.nl/
webdesign, internet applicaties, internetgestuurde elektronica


Reply With Quote
  #3  
Old   
dougawells@gmail.com
 
Posts: n/a

Default Re: layering images without layers? - 06-04-2008 , 06:12 PM



On Jun 4, 2:43 pm, Roderik <nos... (AT) atall (DOT) nl> wrote:
Quote:
dougawe... (AT) gmail (DOT) com schreef:

I am having issues using layers due to the different ways that
different browsers display them. I need to be able to layer some
images together as they work independently of each other. For example
- there is an image that is the background. Then, there are images
used as buttons/links, then there are images that swap out based on
certain clicks. All of these on the same page. Are there other options
for layering images without using layers, or Flash?

Thanks

You can apply z-index to your images if you want. I wonder which
behaviour you refer to when you say that layers behave different in
different browsers.

--http://www.archytas.nl/
webdesign, internet applicaties, internetgestuurde elektronica
It's their position. I need certain images to appear at certain spots
- based on the underlying background image. Using layers with absolute
positioning, I tested in three different browsers (IE, Firefox,
Safari) and got three different results.


Reply With Quote
  #4  
Old   
Roderik
 
Posts: n/a

Default Re: layering images without layers? - 06-04-2008 , 08:27 PM



dougawells (AT) gmail (DOT) com schreef:
Quote:
On Jun 4, 2:43 pm, Roderik <nos... (AT) atall (DOT) nl> wrote:
dougawe... (AT) gmail (DOT) com schreef:

I am having issues using layers due to the different ways that
different browsers display them. I need to be able to layer some
images together as they work independently of each other. For example
- there is an image that is the background. Then, there are images
used as buttons/links, then there are images that swap out based on
certain clicks. All of these on the same page. Are there other options
for layering images without using layers, or Flash?
Thanks
You can apply z-index to your images if you want. I wonder which
behaviour you refer to when you say that layers behave different in
different browsers.

--http://www.archytas.nl/
webdesign, internet applicaties, internetgestuurde elektronica

It's their position. I need certain images to appear at certain spots
- based on the underlying background image. Using layers with absolute
positioning, I tested in three different browsers (IE, Firefox,
Safari) and got three different results.
Do you have that test page somewhere online?

--
http://www.archytas.nl/
webdesign, internet applicaties, internetgestuurde elektronica


Reply With Quote
  #5  
Old   
dougawells@gmail.com
 
Posts: n/a

Default Re: layering images without layers? - 06-05-2008 , 11:29 AM



On Jun 4, 6:27 pm, Roderik <nos... (AT) atall (DOT) nl> wrote:
Quote:
dougawe... (AT) gmail (DOT) com schreef:



On Jun 4, 2:43 pm, Roderik <nos... (AT) atall (DOT) nl> wrote:
dougawe... (AT) gmail (DOT) com schreef:

I am having issues using layers due to the different ways that
different browsers display them. I need to be able to layer some
images together as they work independently of each other. For example
- there is an image that is the background. Then, there are images
used as buttons/links, then there are images that swap out based on
certain clicks. All of these on the same page. Are there other options
for layering images without using layers, or Flash?
Thanks
You can apply z-index to your images if you want. I wonder which
behaviour you refer to when you say that layers behave different in
different browsers.

--http://www.archytas.nl/
webdesign, internet applicaties, internetgestuurde elektronica

It's their position. I need certain images to appear at certain spots
- based on the underlying background image. Using layers with absolute
positioning, I tested in three different browsers (IE, Firefox,
Safari) and got three different results.

Do you have that test page somewhere online?

--http://www.archytas.nl/
webdesign, internet applicaties, internetgestuurde elektronica
Hi - You can see some early work here: http://www.dnld.net/newsite/benke_enter.htm.
In Firefox, the rollover text is positioned close to correct, it's off
in IE, and off in a different way in Safari.


Reply With Quote
  #6  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: layering images without layers? - 06-05-2008 , 12:26 PM



dougawells (AT) gmail (DOT) com wrote:

Quote:
Hi - You can see some early work here: http://www.dnld.net/newsite/benke_enter.htm.
In Firefox, the rollover text is positioned close to correct, it's off
in IE, and off in a different way in Safari.
That is not an webpage, it's an image!

Problems:

Images as text much larger than text! 100 KB for a measly 64 words!
Images as text not readable by screen readers
Images as text not index in search engines
All links are using JavaScript pseudo protocol.

Time to discover <p>And some text...</p>

and Google "CSS rollovers"

Lastly until your learn the basics, maybe not even after, do not use
"position: absolute" for anything.


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
  #7  
Old   
dougawells@gmail.com
 
Posts: n/a

Default Re: layering images without layers? - 06-05-2008 , 01:23 PM



On Jun 5, 10:26 am, "Jonathan N. Little" <lws4... (AT) central (DOT) net> wrote:
Quote:
dougawe... (AT) gmail (DOT) com wrote:
Hi - You can see some early work here:http://www.dnld.net/newsite/benke_enter.htm.
In Firefox, the rollover text is positioned close to correct, it's off
in IE, and off in a different way in Safari.

That is not an webpage, it's an image!

Problems:

Images as text much larger than text! 100 KB for a measly 64 words!
Images as text not readable by screen readers
Images as text not index in search engines
All links are using JavaScript pseudo protocol.

Time to discover <p>And some text...</p

and Google "CSS rollovers"

Lastly until your learn the basics, maybe not even after, do not use
"position: absolute" for anything.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com
Thanks for your thoughts - although I don't find them overly helpful.
I'm very clear on what the site is and is not - I did not design it, I
am trying to make it work with the design that was created. If I can't
make it work well, I will ask the designer to return to the drawing
board - or I will create the site in Flash. I was hoping there would
some tools that would be helpful to me with this design.


Reply With Quote
  #8  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: layering images without layers? - 06-05-2008 , 01:40 PM



dougawells (AT) gmail (DOT) com wrote:
Quote:
On Jun 5, 10:26 am, "Jonathan N. Little" <lws4... (AT) central (DOT) net> wrote:
dougawe... (AT) gmail (DOT) com wrote:
Hi - You can see some early work here:http://www.dnld.net/newsite/benke_enter.htm.
In Firefox, the rollover text is positioned close to correct, it's off
in IE, and off in a different way in Safari.
That is not an webpage, it's an image!

Problems:

Images as text much larger than text! 100 KB for a measly 64 words!
Images as text not readable by screen readers
Images as text not index in search engines
All links are using JavaScript pseudo protocol.

Time to discover <p>And some text...</p

and Google "CSS rollovers"

Lastly until your learn the basics, maybe not even after, do not use
"position: absolute" for anything.


Thanks for your thoughts - although I don't find them overly helpful.
I'm very clear on what the site is and is not - I did not design it, I
Apparently not. If you did you would see that what I offered was quite
helpful.

Quote:
am trying to make it work with the design that was created. If I can't
make it work well, I will ask the designer to return to the drawing
board
I would suggest that you do. If he does not understand the problem then
it is time to find another designer.


Quote:
- or I will create the site in Flash. I was hoping there would
some tools that would be helpful to me with this design.
Oh that will fix it, hey Travis another job for you!

Seriously! You do not have a webpage, as I said before you have an image
of a webpage. It could be easily done with a couple of images, with real
markup a bit of CSS and NO JavaScript! The advantages would be a
fraction of the bandwidth, legible and accessible to a range of users,
and be search engine friendly. How this would not be overly helpful
boggles the mind.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
  #9  
Old   
Bergamot
 
Posts: n/a

Default Re: layering images without layers? - 06-05-2008 , 02:40 PM



Jonathan N. Little wrote:
Quote:
dougawells (AT) gmail (DOT) com wrote:
On Jun 5, 10:26 am, "Jonathan N. Little" <lws4... (AT) central (DOT) net> wrote:
dougawe... (AT) gmail (DOT) com wrote:
http://www.dnld.net/newsite/benke_enter.htm.

am trying to make it work with the design that was created.

You do not have a webpage, as I said before you have an image
of a webpage.
Yup - it is not a web design, but a print design. Some things just don't
translate that well to web media. A lot of graphic designers don't get this.

Quote:
It could be easily done with a couple of images, with real
markup a bit of CSS and NO JavaScript! The advantages would be a
fraction of the bandwidth,
I'm not so sure about a fraction, but no doubt smaller. That background
jpg seems to be compressed about as good as it's gonna get, given the
extra large dimensions. It will never be lightweight, but would surely
be smaller if it weren't one big image including text. If the text and
variable wine bottle were separated, the browser could cache the largest
images and subsequent pages would be better off. There's no useful
caching now.

Quote:
legible and accessible to a range of users,
and be search engine friendly. How this would not be overly helpful
boggles the mind.
Using plain text instead of pictures of text would be a big improvement
in all those things, but it really depends on who their target audience
is what they should do about it. I don't know anything about wine (never
touch the stuff) so I wouldn't be the one to offer marketing
suggestions, but Flash might actually be better suited to their target
market. The site as it stands now, however, is not good for anyone.

--
Berg
now killing all posts from google groups


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.