[css-d] Problems with site in IE7 - PLS HELP!

2010-09-17 Thread Joe Jackson
Hi

Does anybody have an ideas why our site is showing up incorrectly in IE7?

An example page is
http://www.spurs-web.com/spurs-news/spurs-team-news-wolves-modric-vdv-big-doubts/

It works fine in IE8 or Firefox so I am really having problems finding out
what is causing this problem in IE7?

TIA
__
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] Logo positioning with CSS?

2010-08-09 Thread Joe Jackson
Hi

How can I have the logo sit on top of the slideshow image?  At present the
logo pushes the slideshow image further down the page?  I have tried Z index
on the logo but it still pushes the slideshow down the page instead of the
logo sitting on top of the slideshow?

div id=mainheader

   div id=logo/div
   div id=navigation
ul id=navigs
 lia href=index.htmlHOME/a/li
 lia href=aboutus.htmlABOUT US/a/li
 lia href=classes.htmlCLASSES/a/li
 lia href=contact.htmlCONTACT US/a/li
/ul
   /div

  /div
  div id=slideshow-border
   div id=slideshow

div id=cycle-home
 img src=images/hp1.jpg alt=Dance Studios /
 img src=images/hp2.jpg alt=Music and Dance Studio /
 img src=images/hp3.jpg alt=test /
 img src=images/hp4.jpg alt=test /

/div

My CSS for these elements are

  #logo {
   width: 211px;
   height: 177px;
float: left;
   margin: 0px 0px 0px 10px;
   background: url(../images/logo1.png)
  }


 #slideshow-border {
  width: 900px;
  height: 348px;
  padding: 10px;
  margin: 0 auto;
  background: #FFF;
 }
  #slideshow {
   width: 900px;
   height: 348px;
   overflow: hidden;
   position: relative;
   background: #222;
  }
__
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] Problems with IE6

2010-03-30 Thread Joe Jackson
Thanks Guys

I have used

.globalnav {
   position: relative;
   z-index: 1;
}


however this is now putting the menu behing the main image on IE8 etc when
it was previously only occuring on IE6?

Anything else that I would need to do, does it need to go in an IE6 only
stylesheet?  If so what is the syntax required to achieve this
functionality.

Thanks
__
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] Problems with IE6 - update

2010-03-30 Thread Joe Jackson
Hi

I have just tried the following which is working in IE8 but in IE6 the drop
down menu is still showing behind the main image?

/*end global nav*/
/* for IE5.5 and IE6 only */
 #globalnav {
   position: relative;
   z-index: 2;
}
.home-main-text-wrapper {
   z-index: 1;
}
/***
__
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] Problems with IE6 - update

2010-03-30 Thread Joe Jackson
Sorry all, its working now

Thanks for all your help! much appreciated

On Tue, Mar 30, 2010 at 4:09 PM, Joe Jackson priory...@googlemail.comwrote:

 Hi

 I have just tried the following which is working in IE8 but in IE6 the drop
 down menu is still showing behind the main image?

 /*end global nav*/
 /* for IE5.5 and IE6 only */
  #globalnav {
position: relative;
z-index: 2;
 }
 .home-main-text-wrapper {
z-index: 1;
 }

 /***


__
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] Problems with IE6 - update

2010-03-30 Thread Joe Jackson
This is the code that fixed it

/*end global nav*/
/* for IE5.5 and IE6 only */
 #globalnav {
   position: relative;
   z-index: 2;
}
.home-main-text-wrapper {
   z-index: 1;
}
/***

On Tue, Mar 30, 2010 at 5:28 PM, r...@catjuggling.com wrote:

 So, what fixed it???

 - Original Message - From: Joe Jackson priory...@googlemail.com
 
 To: css-d@lists.css-discuss.org
 Sent: Tuesday, March 30, 2010 8:19 AM
 Subject: Re: [css-d] Problems with IE6 - update



 Sorry all, its working now

 Thanks for all your help! much appreciated


__
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] Problems with IE6

2010-03-29 Thread Joe Jackson
Hi

Does anybody have any solutions on how to get around the following problem
when viewing the following page in IE6

http://www.ian.thfctalk.com/ccosmetic/index.php

The dropdown menu displays behind the main images on the homepage?  On IE8,
Firefox, Chrome etc it works fine - it's just IE6 that is playing up.

Any ideas or hacks to get around this problem would me most appreciated
__
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] Problems with website in IE8?

2010-01-07 Thread Joe Jackson
Hi

Does anybody have any ideas on why the following website
http://www.ian.thfctalk.com/bridgend/index.php does not display properly in
IE8?  However in IE8 if I click on the 'compatability view' button the page
displays fine?

Any ideas on what is causing this in my CSS?

TIA
__
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/