Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 21st, 2005, 12:52 AM
Dr.Bob
Guest
 
Posts: n/a
Default Opera problems with Cascading/z-index?

Dear group,
I made a 3 column design, centered in the middle, and #1 overlaps #2. To
start, it was so much a hell to get this combination (3 columns, centering
and stacking) right in IE + FF + OP + NN that I sold my soul to the devil
and used 1 table to define the 3 columns. BUT: Still have a problem with
Opera: It won't let me stack #1 partly on #2, it goes underneath it all the
time.

URL: http://www.drbobco.com/designs/synquad/
CSS: http://www.drbobco.com/designs/synquad/synquad.css

I've searched for known Opera bugs regarding this, but didn't find any. Can
anyone tell me how to correct my code, or confirm some kind of Opera bug?

Browsers used: IE6(xp_sp2) + FF1.0PR + NN7.2 + OP7.54

Thanx in advance!
Dr.Bob
//@
//vawn.com


  #2  
Old July 21st, 2005, 12:52 AM
Rijk van Geijtenbeek
Guest
 
Posts: n/a
Default Re: Opera problems with Cascading/z-index?

On Fri, 24 Sep 2004 11:31:40 +0200, Dr.Bob
<see.message@for.mailaddress.com> wrote:
[color=blue]
> Dear group,
> I made a 3 column design, centered in the middle, and #1 overlaps #2. To
> start, it was so much a hell to get this combination (3 columns,
> centering and stacking) right in IE + FF + OP + NN that I sold my soul
> to the devil
> and used 1 table to define the 3 columns. BUT: Still have a problem with
> Opera: It won't let me stack #1 partly on #2, it goes underneath it all
> the time.
>
> URL: http://www.drbobco.com/designs/synquad/
> CSS: http://www.drbobco.com/designs/synquad/synquad.css
>
> I've searched for known Opera bugs regarding this, but didn't find any.
> Can
> anyone tell me how to correct my code, or confirm some kind of Opera bug?
>
> Browsers used: IE6(xp_sp2) + FF1.0PR + NN7.2 + OP7.54[/color]

You can't use relative positioning to get content to display outside its
original table cell in Opera 7. Only with absolute positioning this would
be possible, undoubtable causing other problems :)

Maybe you shouldn't use the table after all...

--
Rijk van Geijtenbeek

The Web is a procrastination apparatus:
It can absorb as much time as is required to ensure that you
won't get any real work done. - J.Nielsen

  #3  
Old July 21st, 2005, 12:52 AM
Dr.Bob
Guest
 
Posts: n/a
Default Re: Opera problems with Cascading/z-index?

Thanx for the info Rijk, and looking at your email address I guess you
really are the one to know this ;-)

However, in earlier versions of the design I didn't use a table and I still
didn't get it done to let div#1 overlap div#2. Could this possibly also be
an "unfeatured feature" (or bug ;-) by Opera or is it my code to blame?

Thanx!
Dr.Bob

"Rijk van Geijtenbeek" <rijk@opera.com> wrote in message
news:opsett7xyoicz8n2@news.individual.net...[color=blue]
> On Fri, 24 Sep 2004 11:31:40 +0200, Dr.Bob
> <see.message@for.mailaddress.com> wrote:
> You can't use relative positioning to get content to display outside its
> original table cell in Opera 7. Only with absolute positioning this would
> be possible, undoubtable causing other problems :)
>
> Maybe you shouldn't use the table after all...
>
> --
> Rijk van Geijtenbeek
>
> The Web is a procrastination apparatus:
> It can absorb as much time as is required to ensure that you
> won't get any real work done. - J.Nielsen
>[/color]


  #4  
Old July 21st, 2005, 12:52 AM
Rijk van Geijtenbeek
Guest
 
Posts: n/a
Default Re: Opera problems with Cascading/z-index?

On Fri, 24 Sep 2004 15:38:25 +0200, Dr.Bob wrote:[color=blue]
> "Rijk van Geijtenbeek" <rijk@opera.com> wrote:[/color]
[color=blue][color=green]
>> You can't use relative positioning to get content to display outside its
>> original table cell in Opera 7. Only with absolute positioning this
>> would be possible, undoubtable causing other problems :)
>>
>> Maybe you shouldn't use the table after all...[/color][/color]
[color=blue]
> Thanx for the info Rijk, and looking at your email address I guess you
> really are the one to know this ;-)
>
> However, in earlier versions of the design I didn't use a table and I
> still didn't get it done to let div#1 overlap div#2. Could this possibly
> also be an "unfeatured feature" (or bug ;-) by Opera or is it my code to
> blame?[/color]

I'd have to see that code. Z-index is supported by Opera.

--
Rijk van Geijtenbeek

The Web is a procrastination apparatus:
It can absorb as much time as is required to ensure that you
won't get any real work done. - J.Nielsen

  #5  
Old July 21st, 2005, 12:52 AM
Dr.Bob
Guest
 
Posts: n/a
Default Re: Opera problems with Cascading/z-index?

Unfortunately I nuked my 'in progress' files, thanks for the offer however!
But I'll keep it in mind for the next time.

Dr.Bob

"Rijk van Geijtenbeek" <rijk@opera.com> wrote in message
news:opset3wqzeicz8n2@news.individual.net...[color=blue]
> On Fri, 24 Sep 2004 15:38:25 +0200, Dr.Bob wrote:[color=green]
>> "Rijk van Geijtenbeek" <rijk@opera.com> wrote:[/color]
>[color=green][color=darkred]
>>> You can't use relative positioning to get content to display outside its
>>> original table cell in Opera 7. Only with absolute positioning this
>>> would be possible, undoubtable causing other problems :)
>>>
>>> Maybe you shouldn't use the table after all...[/color][/color]
>[color=green]
>> Thanx for the info Rijk, and looking at your email address I guess you
>> really are the one to know this ;-)
>>
>> However, in earlier versions of the design I didn't use a table and I
>> still didn't get it done to let div#1 overlap div#2. Could this possibly
>> also be an "unfeatured feature" (or bug ;-) by Opera or is it my code to
>> blame?[/color]
>
> I'd have to see that code. Z-index is supported by Opera.
>
> --
> Rijk van Geijtenbeek
>
> The Web is a procrastination apparatus:
> It can absorb as much time as is required to ensure that you
> won't get any real work done. - J.Nielsen
>[/color]


  #6  
Old July 21st, 2005, 12:52 AM
Gus Richter
Guest
 
Posts: n/a
Default Re: Opera problems with Cascading/z-index?

Dr.Bob wrote:[color=blue]
> Unfortunately I nuked my 'in progress' files, thanks for the offer however!
> But I'll keep it in mind for the next time.
>
> Dr.Bob
>
> "Rijk van Geijtenbeek" <rijk@opera.com> wrote in message
> news:opset3wqzeicz8n2@news.individual.net...
>[color=green]
>>On Fri, 24 Sep 2004 15:38:25 +0200, Dr.Bob wrote:
>>[color=darkred]
>>>"Rijk van Geijtenbeek" <rijk@opera.com> wrote:[/color]
>>[color=darkred]
>>>>You can't use relative positioning to get content to display outside its
>>>>original table cell in Opera 7. Only with absolute positioning this
>>>>would be possible, undoubtable causing other problems :)
>>>>
>>>>Maybe you shouldn't use the table after all...[/color]
>>[color=darkred]
>>>Thanx for the info Rijk, and looking at your email address I guess you
>>>really are the one to know this ;-)
>>>
>>>However, in earlier versions of the design I didn't use a table and I
>>>still didn't get it done to let div#1 overlap div#2. Could this possibly
>>>also be an "unfeatured feature" (or bug ;-) by Opera or is it my code to
>>>blame?[/color]
>>
>>I'd have to see that code. Z-index is supported by Opera.
>>
>>--
>>Rijk van Geijtenbeek
>>
>>The Web is a procrastination apparatus:
>>It can absorb as much time as is required to ensure that you
>>won't get any real work done. - J.Nielsen
>>[/color][/color]

Possibly this one?
http://www.aplus.co.yu/CSSdesign/z-pos/

--
Gus
  #7  
Old July 21st, 2005, 12:52 AM
Dr.Bob
Guest
 
Posts: n/a
Default Re: Opera problems with Cascading/z-index?

very interesting, thanks!
dr.b
[color=blue]
> Possibly this one?
> http://www.aplus.co.yu/CSSdesign/z-pos/
>
> --
> Gus[/color]


 

Bookmarks

Thread Tools

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

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles