473,406 Members | 2,549 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.

list: extra margin in IE

This page http://www.xs4all.nl/~hogen/MenNew/voorpagina.htm behaves as
intended in FF 1.01 and Opera 7, but when viewed in IE 6 the menu 'buttons'
in the left sidebar, get way too much white at the bottom. I have been
fiddling with margins and paddings, but cannot get rid of the extra white.

Can someone please help me out?
Thank you.
--
Groet,
Adriana
[throw rubbish out if you want to reach me by e-mail]
Jul 21 '05 #1
3 2420
A.Translator wrote:
This page http://www.xs4all.nl/~hogen/MenNew/voorpagina.htm behaves as
intended in FF 1.01 and Opera 7, but when viewed in IE 6 the menu 'buttons'
in the left sidebar, get way too much white at the bottom. I have been
fiddling with margins and paddings, but cannot get rid of the extra white.
Can someone please help me out?
Thank you.


I'm sure this isn't the best way to handle this, but if you add a border
the same color as the background it get rid of the space.

#sidemenu li {
list-style-type:none;
border: 1px solid #CCCCCC;
}
Jul 21 '05 #2
A.Translator wrote:
This page http://www.xs4all.nl/~hogen/MenNew/voorpagina.htm behaves as
intended in FF 1.01 and Opera 7, but when viewed in IE 6 the menu 'buttons'
in the left sidebar, get way too much white at the bottom. I have been
fiddling with margins and paddings, but cannot get rid of the extra white.

Can someone please help me out?
Thank you.


my shot from the hip; looks like a line-break -> space depends on the
font size. set the font-size: 0px in #sidemenu

btw move the sidemenu items 1px left would look nicer
margin: 0 0 0 -1px;

gl
martin
Jul 21 '05 #3
On Wed, 09 Mar 2005 00:32:11 +0100, Martin! wrote:
my shot from the hip; looks like a line-break -> space
Thank you, remove line-breaks did the trick,
btw move the sidemenu items 1px left would look nicer
margin: 0 0 0 -1px;


I did, thanks for the tip.
--
Groet,
Adriana
[throw rubbish out if you want to reach me by e-mail]
Jul 21 '05 #4

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

Similar topics

4
by: mappo | last post by:
There are about a million posts on how to get rid of the extra space _after_ the form end-tag, but I can't find any that solve my problem: extra space _in_ the form tag. I have a table nestled...
23
by: MattB | last post by:
Hello please help, I have a table cell with a div in it. The div has a width of 300px. but when it is rendered it puts extra space into the table cell. Here's the style <style>...
3
by: David Ross | last post by:
I sometimes place a sidebar on a Web page, using the following: ..sideright { float: right; background-color: #fff; width: 40%; font-size: 90%; text-align: justify; margin-left: 1em;...
6
by: Haines Brown | last post by:
I find that when I use list-style-image with galeon or mozilla, padding is inserted between the symbol image and the following list text, while under IE 5.0 it seems to be inserted before the image...
6
by: Banaan666 | last post by:
Hi, I hope somebody can help me. Please look at the following page to see what's it about. http://www.tilburg.nl/development/_moz-ul-li-img-margin-problem.htm The problem doesn't seem to...
12
by: skeeterbug | last post by:
http://www.geocities.com/operationsengineer1/test2.htm the extra space between the logoHeader and the menu bar occurs when i add the <ul>. if i comment out the ul and and all the li, the 1em...
1
by: Jim Moe | last post by:
Hello, I am (slowly) in the process of changing a table-based layout to CSS/div-based. One area that uses tables a lot is the main nav menu. I have discovered that tables have advantage: all...
7
by: David Trimboli | last post by:
Suppose I've got HTML with the following in it: <ul class="navigation"> <li><a href="chapter1.html" title="Chapter 1">Previous</a></li> <li><a href="./">Contents</a></li> <li><a...
5
by: donpro | last post by:
https://testbed.odysseyshipping.com/ 1. If you do a "View Source", you'll see that there are 4 unordered lists in the footer yet they are not displaying in the browser (Firefox or IE). Why? ...
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: 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...
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...

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.