Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
UL LI custom button Disappear in IE6+7 :(
Old 05-10-2010, 10:08 AM UL LI custom button Disappear in IE6+7 :(
Chris_123K's Avatar
Super Talker

Posts: 128
Name: Chris Kummelstedt
Trades: 0
Thanks for taking a gander, I am still pretty/very new at this.

What have I done wrong here?

The custom "tick boxes" on the list (at work in works in Firefox, IE 8, Chrome and Safari, but not in IE6+7:

http://www.beijinggatewayacademy.com...hinese-program

CSS
Code:
p.y {color:#E1BC24;}

ul.tickbox { list-style-type:none; }
ul.tickbox li {
	background-image: url('http://www.beijinggatewayacademy.com/tickbox.jpg');
	background-position: 0px 5px; 
	background-repeat: no-repeat;
	padding-left: 27px;
	line-height: 32px;
	border: 0px solid black;
	font-weight:bold;
}
HTML
Code:
<h4>Class Schedule</h4>
<ul class="tickbox">

<li><p class="y">Morning Classes: 3 Hours/Weekday</p>
<p>The morning classes endows students with a base in both written and verbal communication that allows students to learn complicated syntax and vocabulary at an impressive rate.</p>
</li>

<li><p class="y">Afternoon Classes: 2 Hours/Weekday</p>
<p>The afternoon classes focuses more on verbal communication and acheiving a measureable success in HSK exams.</p>
<p>HSK is the standardised Chinese proficency exam in China</p>
</li>

</ul>
Thanks a bunch for your help
Chris_123K is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-10-2010, 03:21 PM Re: UL LI custom button Disappear in IE6+7 :(
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Unfortunately, IE7 retained it's stupid list bug.
If you add height: 1%; to the styling for the <li>, the image appears. You should do this with conditional comments and an IE7-only stylesheet though.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-10-2010, 09:28 PM Re: UL LI custom button Disappear in IE6+7 :(
Chris_123K's Avatar
Super Talker

Posts: 128
Name: Chris Kummelstedt
Trades: 0
You are superstar!

I think that this is the fifth time you have helped me out on this forum.

I really appreciate it.
Chris_123K is offline
Reply With Quote
View Public Profile
 
Old 05-11-2010, 02:29 PM Re: UL LI custom button Disappear in IE6+7 :(
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
You're welcome
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to UL LI custom button Disappear in IE6+7 :(
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.14669 seconds with 12 queries