473,387 Members | 1,536 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,387 software developers and data experts.

Size of disc in <LI>

YT
Hello,

I am this close | | to throwing myself out the window...

I am trying to do a <UL><LI> series and i really really really want the disc size of the list to be nice and small. i've been doing now about 2.5 hours of testing and i can't get it to do anything consistent. On my system, the size of the disc is about the same size as the text height, but on a system on the other side of the room, the size of the disc is nice and small - GIVEN THE SAME HTML!

Now i'm assuming that it's up to the browser to render these discs, and i want to know how it is determined what size of disc, circle, square, etc. is used? I've played with styles, font sizes, list-style-types pretty much everything, and i've come to the conclusion that it is totally random!!!

can some one please authoritatively state what the size of the disc/circle/square is determined by?

thanks,
yt
Jul 20 '05 #1
7 17498
Use plain text to post Usenet messages.

The size of the marker is determined by the browser and possibly by the
available fonts.

FWIW, in my opinion, the size of the list marker is hardly something over
which to get peeved, let alone to defenestrate yourself. "God, grant me the
serenity to accept the things I cannot change / The courage to change the
things I can / And the wisdom to know the difference."
"YT" <yt******@MAPSONfunkychickens.org> wrote in message
news:ZY****************@newscontent-01.sprint.ca...
Hello,

I am this close | | to throwing myself out the window...

I am trying to do a <UL><LI> series and i really really really want the disc
size of the list to be nice and small. i've been doing now about 2.5 hours
of testing and i can't get it to do anything consistent. On my system, the
size of the disc is about the same size as the text height, but on a system
on the other side of the room, the size of the disc is nice and small -
GIVEN THE SAME HTML!

Now i'm assuming that it's up to the browser to render these discs, and i
want to know how it is determined what size of disc, circle, square, etc. is
used? I've played with styles, font sizes, list-style-types pretty much
everything, and i've come to the conclusion that it is totally random!!!

can some one please authoritatively state what the size of the
disc/circle/square is determined by?

thanks,
yt

Jul 20 '05 #2
"YT" <yt******@MAPSONfunkychickens.org> wrote:
I am trying to do a <UL><LI> series and i really really really want
the disc size of the list to be nice and small.
Set your browser's font size to small.

The disc size tends to vary by browser's basic font size setting, _not_
by anything you do in HTML, or in CSS for that matter.

It is especially unrealistic to expect to be able to do such things in
HTML, which is our topic in this group.
On my system, the size of the disc is about the same size
as the text height, but on a system on the other side of the room,
the size of the disc is nice and small - GIVEN THE SAME HTML!


Welcome to the World Wide Web. You can live with it, enjoy it, make use
of it, or waste your time trying to fight against its basic ideas and
benefits.

This being said, it _is_ annoying that browsers don't tune the size
according to the font size set in CSS, and it is annoying that there is
no CSS property for affecting the matter.

You can create an image and use list-style-image in CSS,

<ul style="list-style-image: url(bull.gif)">
...

or even make the image part of the document's content, e.g.

<ul style="list-style-type: none">
<li> <img alt="" src="bull.gif"> Foo </li>
<li> <img alt="" src="bull.gif"> Bar </li>
...
</ul>

These approaches have their own drawbacks, most of which are probably
rather obvious. What's not so obvious that in the list-style-image
approach, the exact vertical position of the image varies by browser and
is generally not controllable by the author.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 20 '05 #3
YT
Dear Harlan,

1/ I prefer not to use plain text for Usenet. What is with that 76 character width anyway -- are we still using DOS? Are you somehow reading your newsgroups with your VIC-20? Who gives a rat's ass what the ancient rfc says, fixed width messages are idiotic and are for exclusive use only by the hopelessly stupid. And anyway, you top-posted. Isn't that a cardinal usenet sin?

2/ Your observations about the issue at hand are completely and 100% useless. Did you actually read the message i wrote or were you so pissed off that i sent the message in quoted-printable that you had to respond with a meaningless string of words that essentially amouted to a colossal waste of bandwidth and everyone's time?

3/ For what it's worth, i don't care about your opinion. Nor do i particularly care for your suggestion that "the size of the list marker is hardly something over which to get peeved". I can get peeved over whatever i bloody-well want -- including bullshit useless usenet responses like yours. And you can take your condescending-assed serenity prayer and shove it up your hard drive.

Thanks for your response,
yt
"Harlan Messinger" <h.*********@comcast.net> wrote in message news:2h************@uni-berlin.de...
Use plain text to post Usenet messages.

The size of the marker is determined by the browser and possibly by the
available fonts.

FWIW, in my opinion, the size of the list marker is hardly something over
which to get peeved, let alone to defenestrate yourself. "God, grant me the
serenity to accept the things I cannot change / The courage to change the
things I can / And the wisdom to know the difference."


"YT" <yt******@MAPSONfunkychickens.org> wrote in message
news:ZY****************@newscontent-01.sprint.ca...
Hello,

I am this close | | to throwing myself out the window...

I am trying to do a <UL><LI> series and i really really really want the disc
size of the list to be nice and small. i've been doing now about 2.5 hours
of testing and i can't get it to do anything consistent. On my system, the
size of the disc is about the same size as the text height, but on a system
on the other side of the room, the size of the disc is nice and small -
GIVEN THE SAME HTML!

Now i'm assuming that it's up to the browser to render these discs, and i
want to know how it is determined what size of disc, circle, square, etc. is
used? I've played with styles, font sizes, list-style-types pretty much
everything, and i've come to the conclusion that it is totally random!!!

can some one please authoritatively state what the size of the
disc/circle/square is determined by?

thanks,
yt

Jul 20 '05 #4
YT wrote:
Who gives a rat's ass what the ancient rfc says, fixed width messages
are idiotic and are for exclusive use only by the hopelessly stupid.
And anyway, you top-posted.
As did you.
Your observations about the issue at hand are completely and 100%
useless.
Welcome to usenet.
3/ For what it's worth, i don't care about your opinion. bullshit useless usenet responses like yours. And you can take your
condescending-assed serenity prayer and shove it up your hard drive.


Welcome to the killfile.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #5

"YT" <yt******@MAPSONfunkychickens.org> wrote in message
news:oO****************@newscontent-01.sprint.ca...
Dear Harlan,

1/ I prefer not to use plain text for Usenet.
Then expect most other Usenet users to think you're a nuisance. First of
all, it prevents your message from being indented so that each person's
contribution to subsequent messages is indistinguishable from yours. Second,
it cannot be read in all newsreaders. Not everybody has Outlook Express.
Since you don't seem to give a damn about the first point, I shall respond
to each of your points in the appropriate location, and leave it to you to
figure out where your text ends and where mine begins.
What is with that 76 character width anyway -- are we still using DOS? Are
you somehow reading your newsgroups with your VIC-20? Who gives a rat's ass
what the ancient rfc says, fixed width messages are idiotic and are for
exclusive use only by the hopelessly stupid. And anyway, you top-posted.
Isn't that a cardinal usenet sin?

2/ Your observations about the issue at hand are completely and 100%
useless. Did you actually read the message i wrote or were you so pissed off
that i sent the message in quoted-printable that you had to respond with a
meaningless string of words that essentially amouted to a colossal waste of
bandwidth and everyone's time?
You mean, the part where I answered your question by saying the size of the
disk is determined by the browser and the available fonts was completely and
100% useless? Or are you just so pissed of that someone told you you are
doing something obnoxious that you didn't bother to try to understand the
answer.

3/ For what it's worth, i don't care about your opinion.
I don't care about your petty problems. Go fend for yourself.
<plonk>
Jul 20 '05 #6
Oh--by the way, I top-posted the first time out of sheer consideration for
you because, SINCE I was assuming you just didn't know any better, and
wanted to spare you the trouble of separating my response from your original
message. As you noticed, in my second response to you, I no longer felt any
desire to show you that same consideration.

Jul 20 '05 #7
Jay
"YT" <yt******@MAPSONfunkychickens.org> barked:
Dear Harlan,

1/ I prefer not to use plain text for Usenet. What is with that 76 character width anyway -- are we still using DOS? Are you somehow > reading
your newsgroups with your VIC-20? Who gives a rat's ass what the ancient rfc
says, fixed width messages are idiotic and are for exclusive use only by the hopelessly stupid.
Read the faq and learn how to post to the groups. Each group is different.
You'll get more responses if you abide by the faq requests.
And anyway, you top-posted. Isn't that a cardinal usenet sin?
So did you.
2/ Your observations about the issue at hand are completely and 100% useless. Did you actually read the message i wrote or were you so pissed off that i sent the message in quoted-printable that you had to respond with a meaningless string of words that essentially amouted to a colossal waste of bandwidth and everyone's time?
You got what you paid for.
3/ For what it's worth, i don't care about your opinion. Nor do i particularly care for your suggestion that "the size of the list marker is hardly something over which to get peeved". I can get peeved over whatever i bloody-well want -- including bullshit useless usenet responses like yours. And you can take your condescending-assed serenity prayer and shove it up your hard drive.

Perhaps what you think was his opinion was actually the answer (just not the
answer you were hoping for).

Stop barking and create an image for your bullet to the size that you want
it to be.
"Harlan Messinger" <h.*********@comcast.net> wrote in message
news:2h************@uni-berlin.de... Use plain text to post Usenet messages.

The size of the marker is determined by the browser and possibly by the
available fonts.

FWIW, in my opinion, the size of the list marker is hardly something over
which to get peeved, let alone to defenestrate yourself. "God, grant me the serenity to accept the things I cannot change / The courage to change the
things I can / And the wisdom to know the difference."
"YT" <yt******@MAPSONfunkychickens.org> wrote in message
news:ZY****************@newscontent-01.sprint.ca...
Hello,

I am this close | | to throwing myself out the window...

I am trying to do a <UL><LI> series and i really really really want the disc size of the list to be nice and small. i've been doing now about 2.5 hours
of testing and i can't get it to do anything consistent. On my system, the
size of the disc is about the same size as the text height, but on a system on the other side of the room, the size of the disc is nice and small -
GIVEN THE SAME HTML!

Now i'm assuming that it's up to the browser to render these discs, and i
want to know how it is determined what size of disc, circle, square, etc. is used? I've played with styles, font sizes, list-style-types pretty much
everything, and i've come to the conclusion that it is totally random!!!

can some one please authoritatively state what the size of the
disc/circle/square is determined by?

thanks,
yt

Jul 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Michael | last post by:
This is a two-part question to which I haven't been able to find an answer anywhere else. 1. Is it possible to format the bullet/number character of the <li>? In my styles sheet, I have the <li>...
4
by: Matt | last post by:
Hi, Got an unordered list with 100% width, with 5 list items of 20% width styled to fill the width of the container element. Renders fine in Mozilla, but when you change the size of the window...
4
by: abs | last post by:
Anybody has an idea how to get the <ul> element which is not nested in <li> element ? In other words I have several lists like this: <ul id="1"> <li>Aaaaaaaa</li> <li>Bbbbbbbb</li>...
2
by: Andrew Donaldson | last post by:
I'd welcome some help in understanding what's going on with graphical browsers in the navigation list at: http://www.bounceandtickle.org.uk/index.html (This site is not about what it might...
7
by: gener672 | last post by:
Problem: font-size seems to be rendered differently for <li class="issue"> and for <p class="issue">. (Example is in: www.dvmvac.com/snippet/ ... ignore background - I just did a quick file copy and...
5
by: Syl | last post by:
Hello experts!! The top menu navigation bar displays perfectly in IE, but does not display properly in Mozilla or Netscape : http://checkeredshirt.com/textonly.html For some reason the non-IE...
3
by: smitb | last post by:
Hi, I am a CSS/HTML novice. Can anyone please answer my question. I am trying to insert a small image(an arrow) within an <li> tag. My problem is that I cannot right align the image. Here is...
6
by: capricious | last post by:
Is it possible, so that when you do multiple <UL>'s to control how deep the UL's are marked? For example, it would defaultly look like this with multiple ULs and LIs: -- Code : Main...
1
by: Chinsu | last post by:
<html> <head> <style> #ex { width: 700px; background: red; float: left; } a, span { display: block;
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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.