Adobe Dreamweaver Forums



Last 10 THreads :         Conditional Tag Stylesheet Reference? (Last Post : Peter Grainge - Replies : 3 - Views : 4 )           »          Reports in RoboHelp Server (Last Post : Erika123 - Replies : 0 - Views : 1 )           »          DataGrid (Last Post : crila - Replies : 0 - Views : 1 )           »          adding object to the root not working (Last Post : Laura MS - Replies : 0 - Views : 1 )           »          clearing movieclips content / garbage collection (Last Post : hutn.jimbo - Replies : 2 - Views : 3 )           »          Keyboard Event problems (Last Post : kglad - Replies : 1 - Views : 2 )           »          linecount property not found (Last Post : Patch - Replies : 0 - Views : 1 )           »          Read serie of digits from Barcode scanner (Last Post : *gsb* - Replies : 1 - Views : 2 )           »          Adobe Media Encoder CS4 doesn't encode audio (Last Post : ndr129 - Replies : 0 - Views : 1 )           »          Re: cs3 export to quicktime hangs (Last Post : mrkgreene - Replies : 0 - Views : 1 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Dreamweaver: Main > Dreamweaver Q&A
 
Tags: , , ,



Reply
  #1 (permalink)  
Old 04-13-2008, 02:47 AM
richbai90@gmail.com
 
Posts: n/a
Diggs:
Default DIV LAYER PROBLEM PLEASE I NEED HELP!!

ok, well i recently put together an image, by using a series of images
in layers, my intentions were to add content between images, i.e. a
white square, content, and a border on top, i was creating a jukebox, i
built the whole thing in a few minutes, not terribly difficult, i
previewed in firefox and everything looked fine, but upon sending it to
my employer running on internet explorer 6.0 to preview it, he found,
all that was visible was one layer, after doing some work, to try and
fix the problem i found that hiding one layer revealed the layer below,
ive tried changing the stacking order, as well as the parenting of
layers, nothing seems to help, please can anybody help me?



Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 04-13-2008, 02:47 AM
Max Schneider, Image Innovation
 
Posts: n/a
Diggs:
Default Re: DIV LAYER PROBLEM PLEASE I NEED HELP!!

Layers are an ill-advised mechanism for positioning graphic elements. IIRC,
it was a Netscape invention that was never really supported in IE.

What's prompting layered graphics? Do you have an example?


Max

<richbai90@gmail.com> wrote in message
news:1158011170.003758.148710@i3g2000cwc.googlegro ups.com...
> ok, well i recently put together an image, by using a series of images
> in layers, my intentions were to add content between images, i.e. a
> white square, content, and a border on top, i was creating a jukebox, i
> built the whole thing in a few minutes, not terribly difficult, i
> previewed in firefox and everything looked fine, but upon sending it to
> my employer running on internet explorer 6.0 to preview it, he found,
> all that was visible was one layer, after doing some work, to try and
> fix the problem i found that hiding one layer revealed the layer below,
> ive tried changing the stacking order, as well as the parenting of
> layers, nothing seems to help, please can anybody help me?
>



Reply With Quote
  #3 (permalink)  
Old 04-13-2008, 02:47 AM
richbai90@gmail.com
 
Posts: n/a
Diggs:
Default Re: DIV LAYER PROBLEM PLEASE I NEED HELP!!

lemme see... this link is what it looks like in firefox
http://i17.photobucket.com/albums/b95/ronbai88/juke.jpg

i want to put information, like now playing, playlist ect. in the white
"content areas" for this internet radio station that's what i am
building this for

Max Schneider, Image Innovation wrote:
> Layers are an ill-advised mechanism for positioning graphic elements. IIRC,
> it was a Netscape invention that was never really supported in IE.
>
> What's prompting layered graphics? Do you have an example?
>
>
> Max
>
> <richbai90@gmail.com> wrote in message
> news:1158011170.003758.148710@i3g2000cwc.googlegro ups.com...
> > ok, well i recently put together an image, by using a series of images
> > in layers, my intentions were to add content between images, i.e. a
> > white square, content, and a border on top, i was creating a jukebox, i
> > built the whole thing in a few minutes, not terribly difficult, i
> > previewed in firefox and everything looked fine, but upon sending it to
> > my employer running on internet explorer 6.0 to preview it, he found,
> > all that was visible was one layer, after doing some work, to try and
> > fix the problem i found that hiding one layer revealed the layer below,
> > ive tried changing the stacking order, as well as the parenting of
> > layers, nothing seems to help, please can anybody help me?
> >


Reply With Quote


  #4 (permalink)  
Old 04-13-2008, 02:47 AM
Max Schneider, Image Innovation
 
Posts: n/a
Diggs:
Default Re: DIV LAYER PROBLEM PLEASE I NEED HELP!!

Okay; I'm presuming you don't want to build this in Flash. One easy answer
is to slice the image up and then put it into a table. you would design the
slices such that the white areas (or enough for the text) would be in its
own slices. You might need to use nexted tables, but this is an area where
DW can help.

Note that tables aren't the nicest way to go as they clutter up the HTML
source and put more overhead in relative to the visible content you may wish
to have indexed by a search engine. However, in this case it seems as though
you're looking to provide a fairly interactive application as opposed to a
lot of readable content.

Note that when creating the tables, the border, cell spacing and padding
should be set to 0 to compress the table completely. The non-text cells will
contain the image pieces. The text areas will simply have a white background
specified (if your page background is a different color).


Max

<richbai90@gmail.com> wrote in message
news:1158122303.841938.215430@p79g2000cwp.googlegr oups.com...
> lemme see... this link is what it looks like in firefox
> http://i17.photobucket.com/albums/b95/ronbai88/juke.jpg
>
> i want to put information, like now playing, playlist ect. in the white
> "content areas" for this internet radio station that's what i am
> building this for
>
> Max Schneider, Image Innovation wrote:
>> Layers are an ill-advised mechanism for positioning graphic elements.
>> IIRC,
>> it was a Netscape invention that was never really supported in IE.
>>
>> What's prompting layered graphics? Do you have an example?
>>
>>
>> Max
>>
>> <richbai90@gmail.com> wrote in message
>> news:1158011170.003758.148710@i3g2000cwc.googlegro ups.com...
>> > ok, well i recently put together an image, by using a series of images
>> > in layers, my intentions were to add content between images, i.e. a
>> > white square, content, and a border on top, i was creating a jukebox, i
>> > built the whole thing in a few minutes, not terribly difficult, i
>> > previewed in firefox and everything looked fine, but upon sending it to
>> > my employer running on internet explorer 6.0 to preview it, he found,
>> > all that was visible was one layer, after doing some work, to try and
>> > fix the problem i found that hiding one layer revealed the layer below,
>> > ive tried changing the stacking order, as well as the parenting of
>> > layers, nothing seems to help, please can anybody help me?
>> >

>



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
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 04:06 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk