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
bullets problem in IE
Old 02-24-2010, 03:40 PM bullets problem in IE
Extreme Talker

Posts: 161
Trades: 0
I have done this design here but in IE 7 the features boxes has bullets but firefox and IE 8 don't thats what i want .

Code:
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#ccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#menu {
	background: url(../images/menubg.jpg) repeat-x;
	width:1000px;
	height:66px;
}

#menuright {
	float:right;
	line-height:30px;
	margin-top:-60px;
}

#menu li {
	display:inline;
	color:#FFF;
	margin:0 20px 0 20px;
}

#menu li a {
	text-decoration:none;
	color:#FFF;
}

#menu li.sel {
	background: url(../images/sel.jpg) no-repeat center bottom;
	width:19px;
	height:10px;
	padding-bottom:27px;
}

#logo {
	background: url(../images/logo.jpg) no-repeat 0 5px;
	width:107px;
	height:65px;
	margin:0 0 0 30px;
}

#banner {
	background: url(../images/banner.jpg);
	width:1000px;
	height:301px;
	float:left;
	margin-top:-1px;
}

#content {
	background:#fff;
	width:100%;
	height:485px;
	float:left;
}

#textarea {
	width:670px;
	float:left;
	margin-left:20px;
	line-height:1.5;
}

#rightcontent {
	background: url(../images/rightcontent.jpg);
	width:295px;
	height:485px;
	float:right;
	margin-top:-47px;
}

#rightcontent p {
	margin:20px 10px 0 20px;
	line-height:20px;
}

#features ul {
	margin:25px 0 0 -20px;
	text-decoration:none;
}

#features li {
	margin-top:11px;
	display:block;
}


#plans {
	float:left;
	margin-top:-100px;
}


#box1 {
	background: url(../images/box.jpg);
	width:226px;
	height:223px;
	float:left;
	margin:135px 0px 0 20px;
}

#box1 ul {
	margin-top:40px;

}

#box1 li {
	display:list-item;
	width:225px;
	color:#000;
}


#box2 {
	background: url(../images/box.jpg);
	width:226px;
	height:223px;
	float:left;
	margin:135px 0px 0 0px;
}

#box2 ul {
	margin-top:40px;

}

#box2 li {
	display:list-item;
	width:225px;
	color:#000;
}

#box3 {
	background: url(../images/box.jpg);
	width:226px;
	height:223px;
	float:left;
	margin:135px 0px 0 0px;
}

#box3 ul {
	margin-top:40px;

}

#box3 li {
	display:list-item;
	width:225px;
	color:#000;
}

.order {
	color:#00cccc;
	margin-left:140px;
}

#footer {
	width:100%;
	background:#fff;
	float:left;
	border-top-style:solid;
	border-width:1px;
}

#footer p {
	margin-left:20px;
}

span.green {
	color:#00cccc;
	font-weight:bold;
	font-size:14px;
}

h1 {
	font-size:14px;
	color:#00cccc;
	margin:30px 0 0 20px;
}

h2 {
	font-size:14px;
	color:#fff;
	margin:30px 0 0 20px;
}

h3 {
	font-size:16px;
	color:#fff;
	margin:15px 0 0 20px;
	font-weight:200;
}

h4 {
	color:00cccc;
	font-size:14px;
}
afcbob is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-24-2010, 03:46 PM Re: bullets problem in IE
Super Spam Talker

Posts: 755
Name: Barry O' Brien
Location: Ireland
Trades: 0
looks ok to me
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
audiomad is offline
Reply With Quote
View Public Profile Visit audiomad's homepage!
 
Old 02-24-2010, 03:51 PM Re: bullets problem in IE
Extreme Talker

Posts: 161
Trades: 0
Is that in IE 7 you checked it.
afcbob is offline
Reply With Quote
View Public Profile
 
Old 02-25-2010, 03:23 AM Re: bullets problem in IE
YoshiGoneMad's Avatar
Novice Talker

Posts: 7
Trades: 0
How are you removing bullets in the first place?

Try adding this to #features ul

Code:
list-style-type:none;
__________________
Learning for 2 months and LOVIN IT! ▼ You can too! ▼ :)

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
YoshiGoneMad is offline
Reply With Quote
View Public Profile
 
Old 02-25-2010, 03:30 AM Re: bullets problem in IE
YoshiGoneMad's Avatar
Novice Talker

Posts: 7
Trades: 0
Ok, its looks like you use display:block to remove it.

Remove display:block; from #features li

<li> is already a block element. Use the method from my first post.

Let me know if that works...
__________________
Learning for 2 months and LOVIN IT! ▼ You can too! ▼ :)

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
YoshiGoneMad is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to bullets problem in IE
 

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 0.49565 seconds with 12 queries