473,489 Members | 2,490 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

black line over menu in IE6

Abs
Hi!

I'm building a website for some friends in a independent game
developing group. The site is almost done but I've come across
a bug that only happens in IE6 (I've tested the site with the
latest versions of mozilla and opera, too). The problem is
a black line appearing over the second menu (the one with
the <info/games/download/links/forum> options) that doesn't
belong there (as you can see in the first menu).

You can see the english version of the site here:

http://immersion.fotografist.com/pages/en/
Can someone shed some light on this, please ?

Thanks
Jul 20 '05 #1
5 2322

"Abs" <ab*@terra.com> wrote in message
news:c5*************@ID-111961.news.uni-berlin.de...
Hi!

I'm building a website for some friends in a independent game
developing group. The site is almost done but I've come across
a bug that only happens in IE6 (I've tested the site with the
latest versions of mozilla and opera, too). The problem is
a black line appearing over the second menu (the one with
the <info/games/download/links/forum> options) that doesn't
belong there (as you can see in the first menu).

You can see the english version of the site here:

http://immersion.fotografist.com/pages/en/
Can someone shed some light on this, please ?

Thanks


This is just a guess since I just gave your code a quick look.

line 71 (or 75?):
<td _bgcolor="#262D59" valign="top">

remove the underscore from _bgcolor and see if that fixes the problem.

Good luck,
Jim Roberts
Jul 20 '05 #2
This is just a guess since I just gave your code a quick look.

line 71 (or 75?):
<td _bgcolor="#262D59" valign="top">

remove the underscore from _bgcolor and see if that fixes the problem.

Good luck,
Jim Roberts


Actually, I don't think that is the problem. It must have something to do
with the way IE renders/positions elements.

i'll have a closer look in the meantime...

Jim
Jul 20 '05 #3

"Abs" wrote...
Hi!

I'm building a website for some friends in a independent game
developing group. The site is almost done but I've come across
a bug that only happens in IE6 (I've tested the site with the
latest versions of mozilla and opera, too). The problem is
a black line appearing over the second menu (the one with
the <info/games/download/links/forum> options) that doesn't
belong there (as you can see in the first menu).

You can see the english version of the site here:

http://immersion.fotografist.com/pages/en/


It is a problem with differences in how IE renders things compared with
other browsers. Here's a work-around:

Line 45(?) of your code, add this: style="vertical-align:bottom"

It should look like this:

<img style="vertical-align:bottom" src="immersionbig2.jpg" width="770"
height="151" alt="" title=""></img>

Hope this is what you need.
Jim Roberts
Jul 20 '05 #4
Abs
Jim Roberts wrote:
"Abs" wrote...
Hi!

I'm building a website for some friends in a independent game
developing group. The site is almost done but I've come across
a bug that only happens in IE6 (I've tested the site with the
latest versions of mozilla and opera, too). The problem is
a black line appearing over the second menu (the one with
the <info/games/download/links/forum> options) that doesn't
belong there (as you can see in the first menu).

You can see the english version of the site here:

http://immersion.fotografist.com/pages/en/

It is a problem with differences in how IE renders things compared with
other browsers. Here's a work-around:

Line 45(?) of your code, add this: style="vertical-align:bottom"

It should look like this:

<img style="vertical-align:bottom" src="immersionbig2.jpg" width="770"
height="151" alt="" title=""></img>

Hope this is what you need.
Jim Roberts


It seems to work ! Thank you very much !
Jul 20 '05 #5

"Abs" wrote...
It seems to work ! Thank you very much !

No problem. Glad it works. :)

Jim Roberts
Jul 20 '05 #6

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

Similar topics

8
2041
by: Phil Powell | last post by:
I borrowed this code from a source: for($a=0;$a<imagecolorstotal ($image_id);$a++) { $color = imageColorsForIndex($image_id,$i); $R=.299 * ($color)+ .587 * ($color)+ .114 * ($color);...
4
912
by: Abs | last post by:
Hi! I'm building a website for some friends in a independent game developing group. The site is almost done but I've come across a bug that only happens in IE6 (I've tested the site with the...
11
4537
by: Frostillicus | last post by:
I'm having difficulty creating a menu on the left of a web page where each link appears to have a 4px padding around the edge but I'm trying to do this as a pure unordered list. The "current web...
2
1437
by: Stuart Masters | last post by:
Could somebody please tell me if it is possible, and if so how, to place a command button on a form so that when it is clicked a black line will be placed through all the clients information (name,...
6
2904
by: Larry Serflaten | last post by:
Can anyone see something wrong with the code below? Friend Sub MapUpdate(ByRef Artwork As Bitmap, ByRef Player As MapObject) If grxForm Is Nothing Then grxForm = Me.CreateGraphics Dim hdcDst...
1
2649
by: Edward | last post by:
I created a simple CSS layout (code and example below) for bloggin/writing but ran into five issues that I need help with: 1. How do I get rid of the right-margin red line on the last three...
2
18931
by: Stephen | last post by:
Hi How can I remove the "black arrow" on the sub menu when in the horizontal position? i.e. User hovers over Products - which opens sub menu Computers > Floppy Disks > I've looked through...
0
1914
by: jobs | last post by:
On the asp.net 2.0 menu control under vs 2005. Any way to remove that black arrow on menu items that have a submenu? Any way to equally size menu items dispite text site of menu item? Thanks...
2
7312
by: Brian Kendig | last post by:
I'm trying to make a web page with a restaurant menu on it. Each line on the menu is the name of a dish (left-justified) and that dish's price (right-justified), with a dotted line between them....
9
1650
by: George | last post by:
C with 2 sprained hands. I would nlike to emulate the t4 encoding scheme using the following graphic: * * * * * * ***** o O o o
0
7108
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
7181
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
7352
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
5445
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,...
1
4875
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4565
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...
0
3071
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
618
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
272
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...

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.