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

Mouse Over Problem in FF

Hi,
I have prblem on mouse over in Firefox.
Link
Please visit this url in firefox and IE.
1. Go to the main menu and keep the mouse on About us,Membership.

2.The projection comes out above the image in IE but in FF it comes below the image.In FF also it should come above the image.Can anyone help me in this issue.
Apr 5 '07 #1
4 2253
drhowarddrfine
7,435 Expert 4TB
Actually, this is a bug in IE that I've seen twice before and I never remember how to fix it. I'll look at it but it's an easy fix. It just might take me a while to remember. It's a little tricky to figure out, iirc.

EDIT: So, I'll be gone the rest of the day.
Apr 5 '07 #2
Thanks for replying for my post.I have to fix this issue soon.So kindly can you help me to fix this issue today.
Apr 6 '07 #3
This is my html file
[HTML]<div class="colA2">
<div class="welcome">

<!--starting colA2 div-->

<!--starting welcome div-->
<!--<div class="txt111">
<div class="picA"><img src="images/picA.jpg" width="81" height="55" hspace="0" /></div>
<div class="headWhite">Welcome to GNI</div>
</div>
<div class="spacer"><img width="1" height="5" hspace="0" src="images/spacer.gif" /></div>
<div class="txt111">If you've read anything at all about Content Management Systems (CMS), you'll probably know at least three
things.</div>
<div class="spacer"><img width="1" height="12" hspace="0" src="images/spacer.gif" /></div>
<div class="txt111">Joomla! is set to change all that ... Joomla! is different from the normal models for portal software.
For a start, it's not complicated. Joomla! has been developed for the masses.</div>-->
<a name="content"></a>
<table class="blog" cellpadding="0" cellspacing="0"><tbody><tr><td valign="top"><div> <table class="contentpaneopen">
<tbody><tr>
<td class="contentheading" width="100%">
Welcome to GNI! </td>
</tr>
</tbody></table>

<table class="contentpaneopen">
<tbody><tr>
<td colspan="2" valign="top">
<div class="txt111"><div class="picA"><img src="index.php_files/picA.jpg" alt=" " height="55" width="81"></div><div class="headWhite"><br></div></div><div class="spacer"><img src="index.php_files/spacer.htm" alt="" height="5" width="1"></div><div align="left"><div class="txt111" style="color: rgb(255, 255, 255); font-family: Arial,Helvetica,sans-serif;"><div align="left">Welcome
to our new and improved site! We hope you enjoy our new look and find
it an entertaining place with valuable tools, and hot men.</div></div></div><div class="spacer"><img src="index.php_files/spacer.htm" alt="" height="12" width="1"></div><div align="left"><div class="txt111" style="color: rgb(255, 255, 255); font-family: Arial,Helvetica,sans-serif;"><div align="left">We're
excited to be offering members enhanced features on our website.&nbsp;
Soon, you'll find additional services that will make you wanting to
keep coming&nbsp;back often.&nbsp; </div></div></div> </td></tr><tr>
<td colspan="2" align="left">
<a href="http://www.faraz.server4sale.com/joomla_first/index.php?option=com_content&amp;task=view&amp;id= 1&amp;Itemid=1" class="readon">
Read more...</a>
</td>
</tr>



</tbody></table>

<span class="article_seperator">&nbsp;</span>

</div></td></tr><tr><td valign="top"><table cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td valign="top" width="50%"> <table class="contentpaneopen">
<tbody><tr>
<td class="contentheading" width="100%">
Newsflash 1 </td>
</tr>
</tbody></table>

<table class="contentpaneopen">
<tbody><tr>
<td colspan="2" valign="top">
Joomla! 1.0 - 'Experience the Freedom'!. It has never been easier to
create your own dynamic site. Manage all your content from the best CMS
admin interface. </td>
</tr>
</tbody></table>

<span class="article_seperator">&nbsp;</span>

</td><td valign="top" width="50%"> <table class="contentpaneopen">
<tbody><tr>
<td class="contentheading" width="100%">
Newsflash 2 </td>
</tr>
</tbody></table>[/HTML]

This is my css file

.welcome{float:left; height:240px; overflow:hidden;}
.welcome1{float:left; width:auto;}

.txt111{float:left; width:190px; font:11px tahoma; color:#ACC7DD;}
.txt112{float:left; width:190px; font:10px tahoma; color:#ACC7DD;}
.picA{float:left; width:89px;}
.picA img{border:1px solid #A0A0A0;}
.headWhite{float:left; font-weight:bold; font-size:15px; color:#FFFFFF;}
Apr 6 '07 #4
Hi,
I got the answer for my post.

The answer is that i removed the overflow:hidden in the div tag of the main menu and now the problem got solved.So now the mouse over is same in both the browsers in IE and FF.
Apr 6 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: John Champaign | last post by:
Hi all, I'm working on an educational applet for a child with special needs. He's got a bit of a trick to make my life more difficult... To interact with the applet he needs to click on...
3
by: Csaba2000 | last post by:
I have set onmousedown to change the cursor, but this setting is ignored (IE 5.5; NN 6.1 on Win 2K Pro) until the mouse is either moved or the mouse button is released. On Opera 7.01, the setting...
9
by: punkin | last post by:
I am trying to catch mouse position on the entire screen by dynamically generating mouse click event at every 100 ms. My code only works for IEs but not any Netscape or Gecko-based browsers. The...
7
by: fernandoronci | last post by:
Hi, I've been given the task of mantaining and fixing a website which I didn't design. I'm using Internet Explorer 5.5 and 6.x. Specifically, the problem is that navigation menues (written in...
3
by: red | last post by:
mouse events when the mouse is on a "child control" hi everyone; my problem: I have a userControl in this usercontrol, I have a child control (a button) when the mouse moves over the...
3
by: Logan Mckinley | last post by:
I need to be able to detect mouse movement even when it is not over my application. I can get the mouse cords using MousePosition but I am not sure if there is an event that hits my program when...
8
by: NeoAsimov | last post by:
Hello, There is what I want to do. I worked on the problem since 6 hours but I had a problem (probably stupid) and I dont know how to resolve it. I need to have an Mouse Event Click when...
6
by: Carlos García-Carazo | last post by:
Hello, I am working on a C# application for an industrial machine, using Windows Forms, where the user could look at the screen from a 90 degree rotated position, like he could turn the monitor...
19
by: wmanzo | last post by:
I have a really professional conspiracy movie site and I use tons of layers and an external scroll bar assembly. I would like to put the various sections into MS Iframes and in order to clean up...
4
by: mike | last post by:
I have the opportunity to rescue a project that uses a mouse to sense the relative position of a machine. The hardware is built...just needs to be programmed. Stop snickering!!! I didn't do it...I...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
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
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
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.