473,503 Members | 2,313 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web pages do not display correctly on IE, but are fine on Mozilla

I am a website newbie, and built my site using a template and NVU.
After I have it operational, I see that it doesn't display correctly in
IE. My site is www.indianacemeteries.org . What do I need to do to
make it display correctly? Thanks!

Jan 1 '07 #1
1 4406
bl*******@gmail.com wrote :
I am a website newbie, and built my site using a template and NVU.
After I have it operational, I see that it doesn't display correctly in
IE.
Please be specific and as accurate as possible. Which version of IE?
What exactly does not display correctly?
Over here, in IE 7, your webpage displays the same as in Firefox 2.0.0.1.

My site is www.indianacemeteries.org . What do I need to do to
make it display correctly? Thanks!
One thing is for sure. You over-declare, over-define in your css code.
You shouldn't declare as many rules and declarations in your embedded
stylesheet: at least, your embedded stylesheet can be compressed.

- black on dark blue is difficult to read
- using <fontin XHTML transitional is legal but entirely illogical:
stylesheets are there for that
- if you define a background-color, then define its related color
- your div id="wrapper" duplicates what the body node can do; so your
DOM tree can be reduced here and this always helps consistent rendering
across browsers
- for best compatibility, support and better semantic, you should be
using headings (eg <h1>, <h2>, ..), not an arbitrary number of <big>
with <font(eg: <big><big><font size="-1"><big><big><span class="web">...)
- I recommend to stay away from using target="_blank": with now a
majority of people using a tab-capable browser, use of target="_blank"
makes little sense. See section 7.2
http://developer.mozilla.org/en/docs...ability_issues
- You have empty elements:
<small><span class="web"></span></small><span class="ain"></span>
This can be reported by using the HTML validator add-on (Firefox) from
M. Gueury
https://addons.mozilla.org/firefox/249/

Gérard
--
remove blah to email me
Jan 1 '07 #2

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

Similar topics

3
3055
by: billium99 | last post by:
Hello - I'm a newbie and I've been bashing my brain against IIS for about 5 hours now. I'm just trying to set up a testing server via Dreamweaver that is my local box. HTML works fine and ASP...
6
8047
by: Thresh | last post by:
Hi all, two problems that I've been wrestling with: 1) I've got some images on a site that are links. I've got them set for 2px of padding, and a 1px border. The color changes upon hover. This...
21
2908
by: matvdl | last post by:
I have a system that was originally developed in asp - the pages are saved in SQL (there are over 10,000 pages) and saved to a temp directory in the server when requested by a client. I have...
4
1605
by: bahr | last post by:
Hello, I am fairly new to asp.net so please be patient with me! I am working on standing up a website to run alone on someones laptop. So far, i have been working on the registration pages which...
1
2582
by: timdavis919 | last post by:
I'm trying to build some Russian web pages using Perl and MySQL. Toward that end, I have created a simple test case, which does not seem to work. Any help would be appreciated. I can...
12
1377
by: Mel | last post by:
I have a page with a <DIVthat gets updated every 10 seconds. The problem is that unless the browser is configured to get new pages at all times, it displays the page from cache. Is there a way...
1
3330
by: adolph | last post by:
I have a problem with pages being printed out of order. An example is a 15 page duplexed report. Title page fine back of title page blank. (As it should be) SEcond page front, bottom says Page 1...
3
1422
by: bnashenas1984 | last post by:
Hi everyone I have a HTML page which has some dynamic parts. The problem is that this page works fine in IE but not in MOZILLA ( doesn't work att all in mozilla ) here is an example:...
0
7194
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
7070
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
7267
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
7316
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...
1
6976
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...
0
4666
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
1495
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 ...
1
729
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
372
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.