473,795 Members | 2,914 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3636
"The Bicycling Guitarist" <Ch***@TheBicyc lingGuitarist.n et> wrote in message
news:Ax******** ******@newssvr2 1.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" <cupsdell0311XX X@-@-@XXXrogers.com> wrote in message
news:wo******** ************@ro gers.com...
"The Bicycling Guitarist" <Ch***@TheBicyc lingGuitarist.n et> wrote in
message news:Ax******** ******@newssvr2 1.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.ne ws.prodigy.com> , The Bicycling
Guitarist (Ch***@TheBicyc lingGuitarist.n et) 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_mOOnB eAm aT HoTmAil dOt CoM



Jul 21 '05 #4
"The Bicycling Guitarist" wrote in
comp.infosystem s.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
1605
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 you know how to do it in JavaScript, please tell me, too. Thank you. Chris
2
2909
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 disappear, allowing me to click a date or cycle through the months, etc. Thanks for help. Matt
3
6489
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 when it comes into access, it looks like something else!!. How can I make access import these special chars correctly? Thanks
0
1392
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 number equals one .Thanks zlf
15
6523
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 accept other controls. The control i drag drop on it becomes the child of my custom control's parent form and not the child of my custom control. Then i added this line "" before my custom control class (i dont know what this line does). Now
5
6872
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 OnClick function but that won't work because the button control has the focus. I traced and put a trap at the top of form_current but it didn't hit there. Any suggestions?
2
1464
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: onclick="this.setStyle('display', 'none') It works great, but only for the button that is clicked. How would I make it for all the buttons to disappear?
10
2116
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 MyThread ( threading.Thread ): def run ( self ): myLongCommand()...
30
1773
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 header, and code execution is transferred to that second script by means of a setTimeout(globalReferenceToASecondScriptInitFunction), in that 2nd script's InitFunction any remaining references to any data or variable or function of the first script...
0
9673
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10448
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10217
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10003
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9046
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6784
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5566
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2922
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.