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

FireFox/Inet explorer css issues

Well im at the end of my teather, ive been searching for an answer to no avail. Ive used suggested html and css checkers both say my code is perfect and yet there seems to be a distinct difference between both firefox and internet explorer. The problem is with the links on the left hand side, inet explorer spaces them when it shouldnt and doesnt position them where ive said too in Dreamweaver and firefox hasnt positioned them right either but its spaced it how it appears in firefox. It could be a very obvious issue but ive only been learning css since Saturday so you'll have to forgive my naivety. Ive tried changing things, removing elements of code to find it but no joy. I would just ignore it but theres such a division atm between people using inet explorer and firefox i need it spot on the same in both. Thanks for any help you can give me

[HTML]http://www.supadubs.com[/HTML]
Nov 8 '06 #1
8 2470
kestrel
1,071 Expert 1GB
IE and Firefox both display and place items that a absolute postitioned.
its just the browser, thats why validations came up clean.
try not to use Abs_Pos because it all depends of the browser and screen res/size
so it will appear different everytime

this was the problem i had with my first site, so i changed everything to tables to contain the objects and text

try that out


split up your image, and create a table to put them all in, its easier to manage and place things where you want them.
Nov 9 '06 #2
drhowarddrfine
7,435 Expert 4TB
Google for "Tables for Layout is Stupid".

The reason both are different is because there isn't a standard for some things like margins and padding on some elements; so, each browser does their own and it can put things off a bit. The best thing to do is just set everything to zero and set each element as you see fit.

The easiest way to do this is, in your css, add *{margin:0;padding:0}, then adjust each element as necessary. Even then, sometimes getting it 'spot on' may not be worth the effort. Remember, most people don't look at your site in one browser and immediately switch to another. So most people will never notice a few px difference.
Nov 9 '06 #3
okay ive added some margins and although inet explorer is now perfect in comparison to dreamweaver, firefox has gone even worse. A pixels is nothing to push my nose up at but if you view the index page again www.supadubs.com/index.htm you can see just how big of a difference there is between firefox and inet explorer!!
Nov 9 '06 #4
well it took me since yesterday at about 4pm to reach a happy solution which luckily I just have. Why on earth things cant go back to the way they used to be when the majority of people used Inet explorer, even if it is rubbish, I dont know I think its just to make life harder for us!! thanks for the help anyway!
Nov 9 '06 #5
drhowarddrfine
7,435 Expert 4TB
Why on earth things cant go back to the way they used to be when the majority of people used Inet explorer, even if it is rubbish
Because it's rubbish, that's why everyone is switching to any other browser. Why would you want to go back to a broken down house just because you're familiar with it? Microsoft caused this problem and now we have to deal with it. The ideal thing IS for everyone to switch to any other browser, then problems such as this would go away.

Two things, most people do use IE because it's automatically installed on Windows, although IE usage is slowly dwindling down.

Also, to show how Microsoft causes their own problems, some pages will look the same in IE7 and Firefox but not the same as IE6 which won't look the same in IE5. This is why most of us code to modern browsers like Firefox or Opera. As Microsoft weakly attempts to bring their browser into compliance, pages should start to perform correctly in that browser if they work in the more modern browsers.
Nov 9 '06 #6
AricC
1,892 Expert 1GB
IE still has 80% + usage out there. Try Opera I've found it to be a good alternate browser that is small and fast.
Nov 9 '06 #7
im pretty sure i didnt actually say i wanted to go back to inet explorer, if you read properly and dont skim read i said i wanted to go back to a time when the majority of people used one browser! whichever browser doesnt bother me! we should simply re-educate people who dont know that inet explorer is poo and tell people that use firefox to stop being so stuck up about the fact they know about how much better it is.

thanks for everybodies help anyways
Nov 9 '06 #8
AricC
1,892 Expert 1GB
Site looks fine to me in IE6...
Nov 9 '06 #9

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

Similar topics

0
by: Rick | last post by:
Hi, I haven't been able to find a solution anywhere yet. I have a Vb6 application that has to be rewritten as a vb.net app and in the old application the inet control was set as: ...
6
by: christian9997 | last post by:
Hi I would be very helpful if someone could help me with this code. It works fine in IE but when I display it in Netscape or Firefox and I move the mouse from one menu to the other the gap...
2
by: Web Search Store | last post by:
Hello, I'm spidering some search engine results and downloading them using the inet, internet transfer control. Then also using the Internet Explorer, because when it finishes downloading a...
8
by: jerrydigital | last post by:
Hi, does anyone know of a good route to take to allow users with Firefox and other browsers other than Internet Explore to use my website? My website is working great on Internet Explorer but I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
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
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...
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.