473,806 Members | 2,967 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

need help solving IE6 and Firefox display inconsistency

I am having the following problem
http://jessica.ourprofile.net/

are being rendered differently on Firefox and IE6 (PC).

I have outline the div culprits in red to help with debugging.
Basically, the logo div sits about 10 pixels below the top of the page
in Firefox pushing content where I want it to be. IE does not push the
logo down and hence the problem.

I have tried just about everything and have made sure I am working in
standard mode (not quirks).

Please help!

The problems styles:

#nav { border: 0pt none ; margin: 0pt; padding: 0px 0px 0px 25px;
float: left; top:0px; width: 724px; height: 132px;
background:url( ../images/common/nav.jpg) no-repeat 20px bottom;display:
inline; border: 1px solid #F00;}
/*Logo*/
#nav h1 { text-indent: -10000px;}
#nav h1 a { background: transparent url('../images/common/logo.gif')
no-repeat bottom; width: 214px; height: 88px; border: 1px solid #F00;}

/*navigation buttons */
#nav ul { margin: 0pt; padding: 0pt; background: transparent
url('../images/common/nav_all.gif') repeat; position: relative; width:
491px; height: 17px; }
#nav ul li { margin: 0pt; padding: 0pt; list-style-type: none;
list-style-image: none; list-style-position: outside; position:
absolute; top: 0pt; }
#nav ul li, #nav a { border-bottom: 0pt none; display: block; height:
17px; }
#nav ul li a { text-indent: -9999px; text-decoration: none; }

Sep 11 '06 #1
2 4516

Jessica M wrote:
I am having the following problem
http://jessica.ourprofile.net/

are being rendered differently on Firefox and IE6 (PC).

I have outline the div culprits in red to help with debugging.
Basically, the logo div sits about 10 pixels below the top of the page
in Firefox pushing content where I want it to be. IE does not push the
logo down and hence the problem.

I have tried just about everything and have made sure I am working in
standard mode (not quirks).

Please help!

The problems styles:

#nav { border: 0pt none ; margin: 0pt; padding: 0px 0px 0px 25px;
float: left; top:0px; width: 724px; height: 132px;
background:url( ../images/common/nav.jpg) no-repeat 20px bottom;display:
inline; border: 1px solid #F00;}
/*Logo*/
#nav h1 { text-indent: -10000px;}
#nav h1 a { background: transparent url('../images/common/logo.gif')
no-repeat bottom; width: 214px; height: 88px; border: 1px solid #F00;}

/*navigation buttons */
#nav ul { margin: 0pt; padding: 0pt; background: transparent
url('../images/common/nav_all.gif') repeat; position: relative; width:
491px; height: 17px; }
#nav ul li { margin: 0pt; padding: 0pt; list-style-type: none;
list-style-image: none; list-style-position: outside; position:
absolute; top: 0pt; }
#nav ul li, #nav a { border-bottom: 0pt none; display: block; height:
17px; }
#nav ul li a { text-indent: -9999px; text-decoration: none; }
hoping someone can help with this? I am still stuck! Thanks jim for the
suggestions--tried them but I think the problem is IE not Firefox

Sep 13 '06 #2
what if you just set a top margin on the page? it seems like youre
overcomplicatin g this

"Jessica M" <ma************ @gmail.comwrote in message
news:11******** **************@ d34g2000cwd.goo glegroups.com.. .
>
Jessica M wrote:
>I am having the following problem
http://jessica.ourprofile.net/

are being rendered differently on Firefox and IE6 (PC).

I have outline the div culprits in red to help with debugging.
Basically, the logo div sits about 10 pixels below the top of the page
in Firefox pushing content where I want it to be. IE does not push the
logo down and hence the problem.

I have tried just about everything and have made sure I am working in
standard mode (not quirks).

Please help!

The problems styles:

#nav { border: 0pt none ; margin: 0pt; padding: 0px 0px 0px 25px;
float: left; top:0px; width: 724px; height: 132px;
background:url (../images/common/nav.jpg) no-repeat 20px bottom;display:
inline; border: 1px solid #F00;}
/*Logo*/
#nav h1 { text-indent: -10000px;}
#nav h1 a { background: transparent url('../images/common/logo.gif')
no-repeat bottom; width: 214px; height: 88px; border: 1px solid #F00;}

/*navigation buttons */
#nav ul { margin: 0pt; padding: 0pt; background: transparent
url('../images/common/nav_all.gif') repeat; position: relative; width:
491px; height: 17px; }
#nav ul li { margin: 0pt; padding: 0pt; list-style-type: none;
list-style-image: none; list-style-position: outside; position:
absolute; top: 0pt; }
#nav ul li, #nav a { border-bottom: 0pt none; display: block; height:
17px; }
#nav ul li a { text-indent: -9999px; text-decoration: none; }

hoping someone can help with this? I am still stuck! Thanks jim for the
suggestions--tried them but I think the problem is IE not Firefox

Oct 2 '06 #3

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

Similar topics

7
4071
by: Tony LaPaso | last post by:
Hi All, I have a simple style sheet example below and I'm seeing different results in IE 6 vs. Firefox 1.0.3. I'm not sure which browser is rendering it correctly but I'm tending to think it's IE. In the code below you will see two styled <p> elements within the <body> element. There are two aspects of the rendering I wanted to ask about. First, notice that Firefox simply ignores the "width:500px" rule
6
6101
by: mike | last post by:
I have a page that uses a some javascript and it works fine in IE but fails to work in Firefox. Basically what I'm trying to do is have 3 iframes on a page but only displaying one of them at a time. A button is displayed for the two iframes that are not displayed and when the button is clicked, the corresponding iframe is shown and the other two are closed and buttons for the closed iframes are then displayed. Firefox says basically...
7
9623
by: Coder | last post by:
Hi I have the following code in java script, it is not giving proper output in FIREFOX but running fine in IE... can anybody help me out to make this run in FIREFOX . <script language="JavaScript"> var cntlName; var eleTarget = document.getElementById('hiding'); function showOrHide(){
4
8817
by: Mark | last post by:
I have developed a generic list-based css menu. It works both in IE7 and Firefox, and with the help of Peter Nederlof's csshover.htc, with older IE versions. I have included a simplified version below. The list goes something like this: <ul class="menu"> <li>Menu 1 <ul> <li>Item 1</li>
12
16098
by: Koelner | last post by:
Hello all, am very frustrated because I can't get a simple table to display the same way in both browsers. It displays the way I want it to in Firefox but not in IE7 (Windows XP). 1) not sure if my doctype is correct- this is just a plain vanilla html page, so I used <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> 2) I have tried to put cell padding=0, margin=0 on the table...
1
2053
by: shapper | last post by:
Hello, I am working with ASP.NET and one of its controls render as follows: <span class="Collapse" onclick="ExpandCollapse(this)"> &nbsp; </span> <span class="ClickableNonLink" onclick="ExpandCollapse(this.parentNode.getElementsByTagName('span') )"> This Section
1
1742
by: Mig | last post by:
I just purchased a Wordpress theme and am customizing it. It uses a javascript tabbed content area with a script called tabber.js. I'd already made dozens or hundreds of changes in various templates before bothering to look at the site in IE7 (always using Firefox 2). The entire tab area simply doesn't appear in IE. Works fine in Firefox. Also Safari on a Mac and Opera. The tabbed area shows up fine in IE at the demo site for the theme....
2
1834
by: cityman007 | last post by:
Hi Somebody help me to solve the problem with <ul><li> with images. I used images with Hspace and Vspace and beside the images i make list. its overlapping in Firefox and not seen in IE7 http://www.goalsettingthatworks.com/demo/index.html mycode: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
1
2712
by: SunshineInTheRain | last post by:
The following code is dynamic create dropdownmenu which data within pulled from database However, the code work well on IE but not on Firefox. On Firefox, the whole mouseover and mouseout function din't work. what is not supported on Firefox? the javascript syntax? please help as i am not familiar with javascript. thanks in advanced. this is quite urgent.... please.. By the way hope there has somebody may help me find out why the design may...
0
9719
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
9597
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10620
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
10369
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...
1
10372
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 most users, this new feature is actually very convenient. If you want to control the update process,...
0
10110
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...
1
7650
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
4329
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
3
3008
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.