473,385 Members | 1,764 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Bullets not displaying in IE7

122 100+
It seems that adding
Expand|Select|Wrap|Line Numbers
  1. * {margin: 0; padding: 0}
to my css prevents IE7 from displaying the bullets on my <ul>. When I remove
Expand|Select|Wrap|Line Numbers
  1. * {margin: 0; padding: 0}
the bullets show up just fine, but of course, I have to deal with the issue of extra space at the top of my page. I've tried forcing it with
Expand|Select|Wrap|Line Numbers
  1. ul {list-style-type: disc;}
to no avail. Does anyone know a workaround for this or am I stuck with it?

Site: http://www.annalyzer.com/
Jul 11 '08 #1
4 2800
acoder
16,027 Expert Mod 8TB
It may be because IE requires the left margin for lists.
Jul 13 '08 #2
Annalyzer
122 100+
Thanks! I gave up and changed it to <div>'s with border-bottoms. Seems I read somewhere on here, "There's always more than one way to skin a cat." =)
Jul 13 '08 #3
acoder
16,027 Expert Mod 8TB
There sure is, but that may not be the best way, though I guess sometimes you need to compromise if you want a working solution.

Btw, those slanting divs make the site mighty slow (for the content).
Jul 14 '08 #4
Annalyzer
122 100+
There sure is, but that may not be the best way, though I guess sometimes you need to compromise if you want a working solution.

Btw, those slanting divs make the site mighty slow (for the content).
Yeah, I know. I was just playing around with the idea of using different programming constructs to display the page (loops). Weird idea, I know, but I wanted to see what would happen.
Jul 14 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: gogaz | last post by:
Hello, I am facing one strange problem. I am using RichTextBox control in my VB6.0 application and have provided one button giving functionality to set bullets on the selected text. When i type...
1
by: Tyler | last post by:
When I am making an unordered list (using bullets), is there a way to make the bullets small pictures that I can choose. <ul type=??> <li></li> </ul>
6
by: Stephen Miller | last post by:
Hi, How can I configure an ordered list so that the bullet is placed on the right hand side of the list item. ie: list item 1 * list item 2 * list item 3 * Thanks,
1
by: Johannes Theile | last post by:
Hi, is it possible to show the bullets in a list (ul), although it is possitioned as an inline element? Greetings, Johannes
2
by: Wiz | last post by:
Greetings the group! I see from a few previous postings that I am not the only person having a problem with hidden list item bullets. This question applies to both IE 6, current version, and...
3
by: Jordan Peterson | last post by:
When using {list-style: none} to hide the bullets in a <ul>, the bullets disappear but they are still accounted-for when positioning text. Specifically, I have: <div style='text-align:...
3
by: dingbat | last post by:
A relatively common piece of CSS is to style a list to be displayed in-line: li { display: inline; } However this also removes any bullets from the <li>s, as they're no longer "list items". ...
0
by: raj | last post by:
Hello , I have a problem, rich text bullets are not displayed in Crystal report. Environment : VS .NET 2003 CrystalDecisions.CrystalReports.Engine Version 9.1.5000.0 ( it came with ..NET...
1
by: Helena | last post by:
Hello there, I have a project that need to export data from a datagrid to MS Word and with bullets on each line. I know how to export data to word but don't know how to add bullets on each...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.