473,586 Members | 2,863 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CSS header spacing, hidden floating boxes in NN7

(Sorry if this gets posted twice. News server acted up on me.)

Greetings -

I am in the last stages of developing a site for a musician, and I have
a few questions.

Site in question: http://www.chancesend.com/test/info.html
(I am aware that none of the top navigation links work. I am also aware
that the Mailing List portion does not work. I just haven't gotten
around to uploading everything)

First off, I am having trouble controlling my sub-navigation bar
spacing. Right now I have all the navigation elements along the left of
my page enclosed in individual H3 tags. However, I'd like to use a CSS
property to reduce the amount of space that is put between each H3 tag.
Does anyone know of a CSS property that adjusts the amount of vertical
space that always follows a header tag?

Second, my page uses some DHTML in order to scroll the content, as can
be seen on the page. This works fine in IE5, but in NN7 scroll bars
exist even when the page is seemingly fully-expanded. I know the scroll
bars are related to the large amount of content in the "Biography"
subsection, but is there any way to tell NN7 to not use the scroll bars
unless actually needed (ie - to basically "ignore" the hidden scrolling
content)?

Thanks for any help someone may be able to give.

--
Ryan Avery
ryan(dot)avery( at)colorado(dot )edu
Jul 20 '05 #1
2 3405
Ryan wrote:

Site in question: http://www.chancesend.com/test/info.html
validate your document before troubleshooting
http://validator.w3.org/
Does anyone know of a CSS property that adjusts the amount of vertical
space that always follows a header tag?


margin property.

--
Brian
follow the directions in my address to email me

Jul 20 '05 #2
Thanks, Brian! Forgot to put the Doctype in, and I definitely have some
things to do in order to get the page validated... As you can probably
tell, I'm not a professional webmaster. :-)

I'll check out the margin property and see if I can accomplish what I'm
trying to do.

Brian wrote:
Ryan wrote:

Site in question: http://www.chancesend.com/test/info.html

validate your document before troubleshooting
http://validator.w3.org/
Does anyone know of a CSS property that adjusts the amount of vertical
space that always follows a header tag?

margin property.


Jul 20 '05 #3

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

Similar topics

0
758
by: Ryan | last post by:
OK, I validated the HTML and CSS, but I'm still having one of the troubles I had before: Site in question: http://www.chancesend.com/test/info.html (I am aware that none of the top navigation links work. I am also aware that the Mailing List portion does not work. I just haven't gotten around to uploading everything) My page uses some...
6
38283
by: Chuck | last post by:
I have a report with three columns, accross then down, and two groups. Currently the group headers are only one column wide and appear in the left hand column. How can I make the group header be centered accross all columns? Chuck ....
0
1564
by: Gregory Pietsch | last post by:
Hello comp.lang.c enthusiasts, Once while in a fit of pique, I thought I'd pull a Plauger. I have come up with an implementation of the functions declared in the standard C99 header fenv.h. I thought I'd post them and get some constructive criticism from this crowd of pedants. First, the fenv.h header itself: /* fenv standard header */
3
1548
by: DigMar | last post by:
Hello, Thi is a newbie question regarding the spacing of words in a header with links. I simply want to space the clickable words on my header bar more horizontally. Here is my code to make more sense: // HEADER MENU OPTIONS document.write('<span class="header">');
0
1257
by: phil-news-nospam | last post by:
This is expanding on my previous question about gutters in tables. Here are 3 URLs for sample pages I'm testing with. They vary only by the table element attribute cellspacing, with values 0, 1, and 2: http://phil.ipal.org/usenet/ciwas/2006-04-28/boxes0.html http://phil.ipal.org/usenet/ciwas/2006-04-28/boxes1.html...
4
2911
by: Ivor Somerset | last post by:
Dear CSS community, The code below shows my problem. I have a containing DIV box into which I place floating boxes. As the background-color shows, the size of the containing box is not extended by the inner floating boxes. Without the float, it works as expected. Why? What is it I am missing here about the CSS box model? Thanks in...
5
2498
by: =?utf-8?b?SsOzbiBGYWlyYmFpcm4=?= | last post by:
Posting here always feels a bit like poking one's head into the mouth of a lion, but here goes: I have someone who wants some headings (h3) to run-in to the following paragraph. Obviously, the "correct" thing to do is to use display: run-in for the h3s and say that it'll work in opera and konqueror, be readable in the other browsers and...
11
2758
by: shapper | last post by:
Hello, I am trying to create a header with a background color and a padding of the text. I know that if I apply the background color to the header it will expand 100%. So I did the following: <h1><span>Header</span></h1>
0
7839
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8200
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. ...
1
7954
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8215
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...
0
6610
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...
0
5390
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...
0
3864
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2345
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1448
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.