Re: [css-d] ab pos disappears in IE6

2007-07-24 Thread Arian Hojat
Hey Neal,
If #articleOptions is absolutely positioned,
and why not set its parent #pad to position:relative,
so the absolutely positioned block #articleOptions is based off that
location.



On 7/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 on this link:
 http://www.raiders.com/Common/Article.aspx?id=26034

 view it in IE6 and you will see ul#articleOptions is pushed down because
 the headline went to 2 lines - - it is absolutely positioned on FF and IE7
 but if Absolutely positioned in IE6 it disappears - so I floated it - but
 on this page you can see my problem.

 I looked all over and nothing is fixing it - anybody have any suggestions
 on how I can absolutely position this and have it not disappear in IE6

 Thanks

 Neal


 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 IE7 information -- http://css-discuss.incutio.com/?page=IE7
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] ab pos disappears in IE6

2007-07-24 Thread neal
Thanks for the suggestion Arian
anytime position: relative is added (anywhere in the module) the
articleOptions list disappears
Think this is a doctype issue - -

 Hey Neal,
 If #articleOptions is absolutely positioned,
 and why not set its parent #pad to position:relative,
 so the absolutely positioned block #articleOptions is based off that
 location.



 On 7/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 on this link:
 http://www.raiders.com/Common/Article.aspx?id=26034

 view it in IE6 and you will see ul#articleOptions is pushed down because
 the headline went to 2 lines - - it is absolutely positioned on FF and
 IE7
 but if Absolutely positioned in IE6 it disappears - so I floated it -
 but
 on this page you can see my problem.

 I looked all over and nothing is fixing it - anybody have any
 suggestions
 on how I can absolutely position this and have it not disappear in IE6

 Thanks

 Neal


 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 IE7 information -- http://css-discuss.incutio.com/?page=IE7
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] ab pos disappears in IE6

2007-07-24 Thread Ingo Chao
[EMAIL PROTECTED] wrote:
 on this link:
 http://www.raiders.com/Common/Article.aspx?id=26034

Did not look into your page, but disappearing a.p. boxes in IE are 
covered in this article by Bruno Fassino
http://www.brunildo.org/test/IE_raf3.html

Ingo

-- 
http://www.satzansatz.de/css.html
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] ab pos disappears in IE6

2007-07-24 Thread neal
Thanks Ingo

I went over that page trying the cures and it did not work - - I used that
page before and it worked - - I have to give up on it

thanks

we are all looking forward to the day IE6 croaks


 [EMAIL PROTECTED] wrote:
 on this link:
 http://www.raiders.com/Common/Article.aspx?id=26034

 Did not look into your page, but disappearing a.p. boxes in IE are
 covered in this article by Bruno Fassino
 http://www.brunildo.org/test/IE_raf3.html

 Ingo

 --
 http://www.satzansatz.de/css.html


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] ab pos disappears in IE6

2007-07-24 Thread Bruno Fassino
[EMAIL PROTECTED] wrote:
  http://www.raiders.com/Common/Article.aspx?id=26034

As first thing I would make sure that you have a position:relative parent
with hasLayout.
The only relative positioned parent that I found at the quick look is the
#subPageBackNewsroom div.
Give layout to it (with zoom:1, just to test), make your #articleOptions
absolute and remove its negative margin top.
It seems to show up, but I just tested with the IE dev toolbar which is not
too reliable for this disappearing problems.

Hth,
Bruno

--
Bruno Fassino http://www.brunildo.org/test

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] ab pos disappears in IE6

2007-07-23 Thread neal
on this link:
http://www.raiders.com/Common/Article.aspx?id=26034

view it in IE6 and you will see ul#articleOptions is pushed down because
the headline went to 2 lines - - it is absolutely positioned on FF and IE7
but if Absolutely positioned in IE6 it disappears - so I floated it - but
on this page you can see my problem.

I looked all over and nothing is fixing it - anybody have any suggestions
on how I can absolutely position this and have it not disappear in IE6

Thanks

Neal


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/