 |
| CSS Cascading Style Sheets All issues relating to Cascading Style Sheets (CSS). |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the CSS Cascading Style Sheets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

March 11th, 2005, 09:36 AM
|
|
Authorized User
|
|
Join Date: Mar 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
added back the inline to <li>
but no change, must be something else i'm overlooking
|
|

March 11th, 2005, 10:07 AM
|
|
Authorized User
|
|
Join Date: Mar 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
how can i get hack into my stylesheet to work only for internet explorer?
i haven't installed ie7
|
|

March 11th, 2005, 10:10 AM
|
|
Authorized User
|
|
Join Date: Mar 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
it works in IE now
but not in mozilla
|
|

March 11th, 2005, 10:21 AM
|
|
Authorized User
|
|
Join Date: Mar 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
added this in my external stylesheet
<!--[if lt IE 7]>
margin: 0px 0px -2px -0px;
<![endif]-->
but now it doesn't work for IE
|
|

March 11th, 2005, 10:29 AM
|
|
Authorized User
|
|
Join Date: Mar 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
doesn't work then either
|
|

March 11th, 2005, 10:41 AM
|
|
Authorized User
|
|
Join Date: Mar 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
believe me, i want it to work :)
it's just that i'm desperate
moving every bit of code to see if it helps
now it's back in the <head>
but still no results
|
|
 |