473,763 Members | 8,483 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

layering images without layers?

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
Jun 27 '08 #1
8 2834
do********@gmai l.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, internetgestuur de elektronica
Jun 27 '08 #2
On Jun 4, 2:43 pm, Roderik <nos...@atall.n lwrote:
dougawe...@gmai l.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, internetgestuur de 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.
Jun 27 '08 #3
do********@gmai l.com schreef:
On Jun 4, 2:43 pm, Roderik <nos...@atall.n lwrote:
>dougawe...@gma il.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, internetgestuur de 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, internetgestuur de elektronica
Jun 27 '08 #4
On Jun 4, 6:27 pm, Roderik <nos...@atall.n lwrote:
dougawe...@gmai l.com schreef:
On Jun 4, 2:43 pm, Roderik <nos...@atall.n lwrote:
dougawe...@gmai l.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, internetgestuur de 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, internetgestuur de 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.
Jun 27 '08 #5
do********@gmai l.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 STUDIO
http://www.LittleWorksStudio.com
Jun 27 '08 #6
On Jun 5, 10:26 am, "Jonathan N. Little" <lws4...@centra l.netwrote:
dougawe...@gmai l.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.LittleWorks Studio.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.
Jun 27 '08 #7
do********@gmai l.com wrote:
On Jun 5, 10:26 am, "Jonathan N. Little" <lws4...@centra l.netwrote:
>dougawe...@gma il.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.
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.

- 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
Jun 27 '08 #8
Jonathan N. Little wrote:
do********@gmai l.com wrote:
>On Jun 5, 10:26 am, "Jonathan N. Little" <lws4...@centra l.netwrote:
>>dougawe...@gm ail.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.
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.
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
Jun 27 '08 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1328
by: Dave | last post by:
Hi, I have an app that uses rollover images, but the images are still pulled from the web server during a mouseover instead of being pulled from memory. The code is as follows: the javascript: <script language="JavaScript"> function MM_findObj(n, d) {
4
1620
by: VR | last post by:
Hi, I am trying to have a menu item (which is an HTML img) to change as a mouse moves over it. So, my code looks something like this: <a onmouseover="ActivateImage('MyImage');" onmouseout="InactivateImage('MyImage');" href="javascript:void(FollowLink('MyImage'));">
4
1548
by: Paul Keegstra | last post by:
Hello, I am working on a configurator application that needs to have a changing visual representation of the product being configured. I have a base image representing the 'core' requirements for the product and the user is able to select from a variety of optional equipment. I need to be able to overlay the base image with the corresponding images for each selected option. This is an asp.net solution for the .Net framework version...
61
4752
by: phil-news-nospam | last post by:
Why does SVG need a different tag than other images? IMHO, SVG should be implemented as an image type just like any other image type, allowing it to work with <img> tags, and ... here is the important part ... also work with backgrounds in other tags. I fail to see any wisdom in making SVG different than say PNG (of course the implementation of the rendering code would obvious be different). --
3
7652
by: vikash | last post by:
Hi, I want to develop a windows based application using .Net 2.0 The application will have the heavy UI and it will have the lots of drawing to do on the form. So can any one give me the direction how can i handle the different issues that will arise in the same due to paint event and due to other issues.
8
3818
by: Woodchuck | last post by:
Hi:) I've been trying to position some element's on my page and I can't come up with a way to equally position 4 DIV's in another DIV without explicitly setting the width of the "child" DIV's. Here's what the code look's like: <div id="Heading"> <a id="WP">WERSJA POLSKA</a> <div id="Buttons"> <div id="Home" class="ButtPart"><img src="Images/Buttons/blank_button.gif" alt="" class="InButtPart" />
3
1725
by: blobb | last post by:
hi all, i have 50 hidden div layers with images insided, each is appr. 200kb big. i use this script to show/hide them, when neccesary: function init() { IE = (document.all) NC = (document.layers) Opera = (document.getElementById)
5
4117
by: remon87 | last post by:
I need some help. I have javasript that creates the submenu but it works if I have a text with css. I need it to do the same with a roll over images. so when I click on the image the submenu (images) shows with roll overs as well. That's what I have... <script type="text/JavaScript"> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc; }
5
13379
matheussousuke
by: matheussousuke | last post by:
Hello, I'm using tiny MCE plugin on my oscommerce and it is inserting my website URL when I use insert image function in the emails. The goal is: Make it send the email with the URL http://mghospedagem.com/images/controlpanel.jpg instead of http://mghospedagem.comhttp://mghospedagem.com/images/controlpanel.jpg As u see, there's the website URL before the image URL.
0
9387
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10148
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10002
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9938
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8822
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5270
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3917
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3528
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.