473,394 Members | 1,800 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,394 software developers and data experts.

CSS & Firefox/Netscape

4
Okay first ill post links to make things easier to understand.

Homepage - http://ultimate-signatures.com/
CSS - http://ultimate-signatures.com/Format.css

ok so if you take a look you can clearly see the problem i am having. All works fine with IE

Any help would be greatly appreciated as you can see from the homepage i am on a deadline to have the site working before the end of the month.

Thanx in advance to anyone who can help with this issue.
Feb 9 '08 #1
6 1256
eWish
971 Expert 512MB
After a quick glance. Center is not an accepted value for float. It is either left, right or none.

Expand|Select|Wrap|Line Numbers
  1. img{
  2. float:center;
  3. margin:0 0px 0px 0;
  4. }
--Kevin
Feb 9 '08 #2
drhowarddrfine
7,435 Expert 4TB
Your doctype is incorrect. New pages should always use the 'strict' doctype so I don't know why you are using 'transitional' but here is the corrected version:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

Yes, there is no such thing as 'float:center'.

Validate your html for that list of errors.
Then validate your CSS for that list of errors.

After fixing those errors, work and test your page in a modern browser. Firefox would be good. Then we can adjust for IEs quirks and bugs. All versions of IE are 10 years behind web standards and should never be used as a reference for how things should work.

Once you get your page working in a modern browser, you can be reasonably assured it will work everywhere, sometimes even IE. But IEs quirks and bugs are known and so are the fixes.
Feb 9 '08 #3
beerme
4
Thank you for your response unfortunately that did not work but i will leave it with "none" in hope it will stop future problems arising.
Feb 9 '08 #4
drhowarddrfine
7,435 Expert 4TB
What did not work?

float:none is the default so there is no need to have that.
Feb 9 '08 #5
beerme
4
okay so can i just remove float for the image?
i have validated both the home page and the css and yet it still doesnt want to work with firefox/netscape.

please help :(
Feb 9 '08 #6
beerme
4
Problem sorted thank you for all your help.
Took FLOAT: left; off of #main and #footer
Feb 9 '08 #7

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

Similar topics

5
by: Florian Proch | last post by:
Hi all... i'm currently working for a big project to construct a website. We need to support some browser and OS : IE 5.0 -> IE 6, Mozilla 1.2 -> 1.7, Opera 5 -> Opéra 7.5x, Netscape 4.75 -> NS...
10
by: InvisibleMan | last post by:
Hi, Thanks for any help in advance... Okay, I have the JS listed below that calls for the display of the (DIV) tag... cookie function not included, as don't feel its necessary but you'll get the...
5
by: SPE - Stani's Python Editor | last post by:
Hi, During optimizing SPE for Ubuntu, I found something strange. I have Ubuntu 5.10 "The Breezy Badger" and unfortunately this code is not working: >>> import webbrowser >>>...
7
by: Paul Lautman | last post by:
Hi y'all, I found the toggle function (shown below) and applied it to a form of mine. It works fine in IE, but in Firefox it appears to fail on the eval lines. I've searched around but I can't...
14
by: Arne | last post by:
A lot of Firefox users I know, says they have problems with validation where the ampersand sign has to be written as &amp; to be valid. I don't have Firefox my self and don't wont to install it only...
16
by: Dobedani | last post by:
Dear All, I found the code added below at: http://simplythebest.net/sounds/sound_guide.html Unfortunately, the code doesn't seem to work in Firefox. These are the error messages I can see in...
28
by: entfred | last post by:
I have the following line of html: &nbsp;&nbsp1234&nbsp;&nbsp;&nbsp;&nbsp;&nbspabc&nbsp;&nbsp;&nbspyow In Internet Explorer 6.0, the columns look ok using the above html: 1234 abcd ...
2
by: cooldudevamsee | last post by:
HI fellows, How can I get visible viewport dimensions of any browser ?
12
by: InvalidLastName | last post by:
We have been used XslTransform. .NET 1.1, for transform XML document, Dataset with xsl to HTML. Some of these html contents contain javascript and links. For example: // javascript if (a &gt; b)...
3
by: ramesh.nrk | last post by:
Hi, Is there any way to read the cookies which are in local machine? Can we create cookies using windows Application in the local machine? I am developing a windows application which needs...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
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
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.