473,406 Members | 2,467 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,406 software developers and data experts.

make dots disappear?

Thanks to Yukka for improving my <h1> content and to Andy Dingley for
pointing out how illogical my code was. I have converted my nav buttons to a
list and eliminated the horrid spangap class of "|". The better index page
is http://www.TheBicyclingGuitarist.net/better-index.htm

How do I get rid of those black dots in front of the red nav buttons? I
don't want them to show up. Now that I am using list markup, is that
satisfactory for accessibility as well as logic?

The old index page is still up for now at
http://www.TheBicyclingGuitarist.net/ but will immediately be replaced if I
can get those dots to disappear.

Jul 21 '05 #1
5 3623
"The Bicycling Guitarist" <Ch***@TheBicyclingGuitarist.net> wrote in message
news:Ax**************@newssvr21.news.prodigy.com.. .
Thanks to Yukka for improving my <h1> content and to Andy Dingley for
pointing out how illogical my code was. I have converted my nav buttons to
a list and eliminated the horrid spangap class of "|". The better index
page is http://www.TheBicyclingGuitarist.net/better-index.htm

How do I get rid of those black dots in front of the red nav buttons? I
don't want them to show up. Now that I am using list markup, is that
satisfactory for accessibility as well as logic?

The old index page is still up for now at
http://www.TheBicyclingGuitarist.net/ but will immediately be replaced if
I can get those dots to disappear.


Try the CSS 'list-style-type:none'
Jul 21 '05 #2

"C A Upsdell" <cupsdell0311XXX@-@-@XXXrogers.com> wrote in message
news:wo********************@rogers.com...
"The Bicycling Guitarist" <Ch***@TheBicyclingGuitarist.net> wrote in
message news:Ax**************@newssvr21.news.prodigy.com.. .
Thanks to Yukka for improving my <h1> content and >>
How do I get rid of those black dots in front of the red nav buttons? I
Try the CSS 'list-style-type:none'

Thanks. I just changed my style sheet to
ul {
margin-left: 0;
padding-left: 0;
list style: none;
}
I guess it's time to replace the old index page with the better-index one.
Now if I can just get the page to display nicely at smaller resolutions...

Jul 21 '05 #3
In article <Ax**************@newssvr21.news.prodigy.com>, The Bicycling
Guitarist (Ch***@TheBicyclingGuitarist.net) dropped a +5 bundle of
words...
Thanks to Yukka for improving my <h1> content and to Andy Dingley for
pointing out how illogical my code was. I have converted my nav buttons to a
list and eliminated the horrid spangap class of "|". The better index page
is http://www.TheBicyclingGuitarist.net/better-index.htm

How do I get rid of those black dots in front of the red nav buttons? I
don't want them to show up. Now that I am using list markup, is that
satisfactory for accessibility as well as logic?

The old index page is still up for now at
http://www.TheBicyclingGuitarist.net/ but will immediately be replaced if I
can get those dots to disappear.

<style>

ul {list-style-type: none}

</style>


--
Starshine Moonbeam
mhm31x9 Smeeter#29 WSD#30
sTaRShInE_mOOnBeAm aT HoTmAil dOt CoM



Jul 21 '05 #4
"The Bicycling Guitarist" wrote in
comp.infosystems.www.authoring.stylesheets:
Thanks. I just changed my style sheet to
ul {
margin-left: 0;
padding-left: 0;
list style: none;
}


I hope that was just a typo, and your actual CSS is correct. :-)

This is a perfect illustration why we encourage folks to post URLs
rather than code snippets.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Jul 21 '05 #5

"Stan Brown" <th************@fastmail.fm> wrote in message
news:MP************************@news.odyssey.net.. .
"The Bicycling Guitarist" wrote in
list style: none;

I hope that was just a typo, and your actual CSS is correct. :-)


list-style: none; dash it all!

Jul 21 '05 #6

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

Similar topics

1
by: chirs | last post by:
Hi, Could you tell me how to make the control boxes disappear when I open a new window? The control boxes are max box, min box and close box at the upper right corner on the browser window. If...
2
by: mja674s | last post by:
I'm making a date picker. It shows up fine. The problem is that I want it to disappear if I click outside the calendar itself. However, if I click *on* the calendar itself, it should not...
3
by: Danny | last post by:
Hello How can I make access import a tab delimited text file that contains a special char u (but with the dots over it like a german spelling). The u shows with the two dots in the text file but...
0
by: zlf | last post by:
Hi, There is a Multiline TextBox and I want to make its ScrollBar automatically appear when the page number > 1 ( That is the TextBox rectangle can not show full text ) and disappear when the page...
15
by: rizwanahmed24 | last post by:
Hello i have made a custom control. i have placed a panel on it. I want this panel to behave just like the normal panel. The problem i was having is that the panel on my custom control doesnt...
5
by: Susan Bricker | last post by:
I have a command button that I'd like to make "disappear" after being clicked and after the OnClick function has executed. I have tried changing the 'visible' attribute to false while within the...
2
by: chupcha | last post by:
Hello all, I'm very new to java script and I need help. I have a couple of buttons on a page that I need to disappear when one of the buttons is clicked. What I found is this: ...
10
by: sophie_newbie | last post by:
Hi, I'm trying to write a piece of code that spawns a thread and prints dots every half second until the thread spawned is finished. Code is something like this: import threading class...
30
by: Jorge | last post by:
Hi, I have a web app that loads 2 scripts incrementally. The first one handles authentication/login. If a user is authenticated, a second script gets loaded by inserting a script tag in the...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.