[css-d] trouble in IE8

2009-09-22 Thread Sandy

hi all,

A site that I did a few years ago is having trouble in IE8.
The contact button is shifting down, creating 3 rows of buttons instead 
of two - contact on its own, the others on their 2 lines.

http://jodishuster.com/
http://jodishuster.com/js_css/jodi.css
http://jodishuster.com/js_css/ie-hacks.css
http://jodishuster.com/js_css/ie6-hacks.css
http://jodishuster.com/js_css/ie7-hacks.css

if I was putting this site together now, I would write it really 
differently, but I would rather not have to do the whole thing again! 
Can anyone see what's giving 8 trouble? 6  7 are fine, as is firefox 
and safari and mozilla and netscape and opera ...

thanks so much!
Sandy
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] trouble in IE8

2009-09-22 Thread Cristiano Diniz da Silva
add this to your code, will help but is not a full solution: meta 
http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7? /
 Cristiano Diniz da Silva


Web Development  Solutions
http://www.mcloide.com
http://mcloide.wordpress..com
p. + 1 954 840 4010
c. + 1 561 809 1928
Coral Springs, Fl
PHP5 Zend Certified Engineer
Before printing, just keep in mind your commitment with the environment!






From: Sandy sfeld...@sympatico.ca
To: CSS discuss css-d@lists.css-discuss.org
Sent: Tuesday, September 22, 2009 1:35:44 PM
Subject: [css-d] trouble in IE8


hi all,

A site that I did a few years ago is having trouble in IE8.
The contact button is shifting down, creating 3 rows of buttons instead 
of two - contact on its own, the others on their 2 lines.

http://jodishuster.com/
http://jodishuster.com/js_css/jodi.css
http://jodishuster.com/js_css/ie-hacks.css
http://jodishuster.com/js_css/ie6-hacks.css
http://jodishuster.com/js_css/ie7-hacks.css

if I was putting this site together now, I would write it really 
differently, but I would rather not have to do the whole thing again! 
Can anyone see what's giving 8 trouble? 6  7 are fine, as is firefox 
and safari and mozilla and netscape and opera ...

thanks so much!
Sandy
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org-- http://www.evolt.org/help_support_evolt/



  
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] trouble in IE8

2009-09-22 Thread Sandy




 add this to your code, will help but is not a full solution: 

meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7? /

Cristiano, Tim, you guys rock. Thanks so much! this worked, and was SO
MUCH EASIER than what I expected I would need to do.

Sandy
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] trouble in IE8

2009-09-22 Thread Shawn Lawler
Sandy wrote:
 hi all,

 A site that I did a few years ago is having trouble in IE8.
 The contact button is shifting down, creating 3 rows of buttons instead 
 of two - contact on its own, the others on their 2 lines.

   

You might try fleshing out your sitenav ul.  Seemed to do the trick in 
the small test I ran.

.sitenav ul { 
width:278px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
}

//
Shawn Lawler
Institute on Community Integration
University of Minnesota

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Trouble with IE8 Vista Operating system and wordpress site

2009-03-06 Thread Nancy Johnson
Hi,

I ran into a snag with the overflow:hidden and that is there is one
page full of anchor tags on professional site the updates are live not
yet live.  The fix seems very complicated for anchor tags, so I
started to exploring css tables, and looks fine so far in my version
of IE8, however there was some indication that beta versions had some
issues, do you know of any updates on this?

Thanks,

On Thu, Mar 5, 2009 at 7:50 AM, Nancy Johnson njohnso...@gmail.com wrote:
 Thank you for your suggestions.  I actually was using equalheights.js
 on two sites.  One my professional site and the other the one I linked
 to which is volunteer.

 On my professional site, which is not live yet, I was able to use the
 position is everything solution for every browser except IE6 and 7,
 which I will continue to use the javascript.  I have at least one very
 long page of user driven data that can go up to 41 printed pages and
 that got truncated in IE6 and 7.

 However in the http://www.pleasantstreetchurch.org/wordpress site, I
 couldn't get the overflow:hidden to work at all and I couldn't figure
 out what was wrong, but since it only had to do with a border and not
 background color, I put a right border in the left container and a
 left border in the sidebar and used a margin of -1px in the sidebar
 and so far that seems to work although I need to test it further.

 Nancy

 On Mon, Mar 2, 2009 at 7:57 PM, Gunlaug Sørtun gunla...@c2i.net wrote:
 Nancy Johnson wrote:

 http://www.pleasantstreetchurch.org/wordpress

 Not directly related to CSS - IE8rc1 gets stuck on the 'equalheight.js'
 script. Comment out that script and IE8 will behave ok.

 There are many alternatives to that script.
 Equal Height Columns is one that may work for you...
 http://www.positioniseverything.net/articles/onetruelayout/equalheight
 ...and I have listed/linked to a few more options here...
 http://www.gunlaug.no/contents/wd_additions_22.html

 regards
Georg
 --
 http://www.gunlaug.no


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Trouble with IE8 Vista Operating system and wordpress site

2009-03-06 Thread Gunlaug Sørtun
Nancy Johnson wrote:

 I ran into a snag with the overflow:hidden and that is there is one 
 page full of anchor tags on professional site the updates are live
 not yet live.  The fix seems very complicated for anchor tags, so I 
 started to exploring css tables, and looks fine so far in my version 
 of IE8, however there was some indication that beta versions had some
  issues, do you know of any updates on this?

All I _know_ is that IE8rc1 handles CSS tables fine. IE8 is supposed to
be in full support of CSS2.1, so all _should_ be well also in IE8 final.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Trouble with IE8 Vista Operating system and wordpress site

2009-03-05 Thread Nancy Johnson
Thank you for your suggestions.  I actually was using equalheights.js
on two sites.  One my professional site and the other the one I linked
to which is volunteer.

On my professional site, which is not live yet, I was able to use the
position is everything solution for every browser except IE6 and 7,
which I will continue to use the javascript.  I have at least one very
long page of user driven data that can go up to 41 printed pages and
that got truncated in IE6 and 7.

However in the http://www.pleasantstreetchurch.org/wordpress site, I
couldn't get the overflow:hidden to work at all and I couldn't figure
out what was wrong, but since it only had to do with a border and not
background color, I put a right border in the left container and a
left border in the sidebar and used a margin of -1px in the sidebar
and so far that seems to work although I need to test it further.

Nancy

On Mon, Mar 2, 2009 at 7:57 PM, Gunlaug Sørtun gunla...@c2i.net wrote:
 Nancy Johnson wrote:

 http://www.pleasantstreetchurch.org/wordpress

 Not directly related to CSS - IE8rc1 gets stuck on the 'equalheight.js'
 script. Comment out that script and IE8 will behave ok.

 There are many alternatives to that script.
 Equal Height Columns is one that may work for you...
 http://www.positioniseverything.net/articles/onetruelayout/equalheight
 ...and I have listed/linked to a few more options here...
 http://www.gunlaug.no/contents/wd_additions_22.html

 regards
Georg
 --
 http://www.gunlaug.no

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Trouble with IE8 Vista Operating system and wordpress site

2009-03-02 Thread Nancy Johnson
Hi,

My Wordpress site, validates in the W3c validator and seems to work in
all browsers I've tried except IE8.  It freezes every time I try it.
It gets stuck downloading images.  But the other thing is that the
global navigation doesn't seem to work in IE8.

Can anyone tell me what I am doing wrong?

http://www.pleasantstreetchurch.org/wordpress

Thanks,

Nancy
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Trouble with IE8 Vista Operating system and wordpress site

2009-03-02 Thread Gunlaug Sørtun
Nancy Johnson wrote:

 http://www.pleasantstreetchurch.org/wordpress

Not directly related to CSS - IE8rc1 gets stuck on the 'equalheight.js'
script. Comment out that script and IE8 will behave ok.

There are many alternatives to that script.
Equal Height Columns is one that may work for you...
http://www.positioniseverything.net/articles/onetruelayout/equalheight
...and I have listed/linked to a few more options here...
http://www.gunlaug.no/contents/wd_additions_22.html

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/