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

Please help !

5
Hello guys out there.... my problem is a little bit strange... hope you will still be able to help me !!
Ok .. now no more twisting talks... lets come to the point !!

So here i go ... :-
The problem is that my website http://micromationindia.com is coming perfect with INTERNET EXPLORER.... at 800 X 600 resolution and even with
1024 X 768 resolution..... Now the point is ,,,, its coming perfectly fine and same in FIREFOX as its coming in INTERNET EXPLORER on 800 X 600 resolution... but when i switch onto 1024 X 768 resolution ... the website just forgets the aligning... its alignment disturbs... but only in FIREFOX !! Why ??? My code is extremely fine...i have checked everything... and i am now unable to gauge out this strange problem... help me....i am confused !!!!!!!! Remember ... it disturbs only on firefox and only when i switch on 1024 X 768 resolution !!
Jan 12 '07 #1
10 1643
AricC
1,892 Expert 1GB
Do you have the correct DOCTYPE & have you validated your code?

HTML DOCTYPE
Expand|Select|Wrap|Line Numbers
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2. "http://www.w3.org/TR/html4/strict.dtd">
  3.  
XHTML DOCTYPE
Expand|Select|Wrap|Line Numbers
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3.  
Jan 12 '07 #2
vips
5
Dood......yep dood....i have extremely correct doctype !
Jan 12 '07 #3
AricC
1,892 Expert 1GB
When I validated your page it said you have no doctype.
Jan 12 '07 #4
acoder
16,027 Expert Mod 8TB
Your website failed validation with 4 errors. See the validation page for you site here .
Jan 12 '07 #5
drhowarddrfine
7,435 Expert 4TB
1) You have more than one doctype. More doctypes is not better.
2) You are declaring html but using Xhtml type ending tags, />. Remove the trailing slashes.
3) Your charset is windows-1252. You should be using utf-8.
4) Validate your html and css, as mentioned above and fix any errors listed there.
5) Get it working in a modern, standards compliant browser first, such as Firefox. Then we can work on IEs bugs and quirks.
Jan 13 '07 #6
vips
5
I would only say..... that i am literally confused....!
Jan 13 '07 #7
vips
5
But... the main point...is ... why everythings fine with 800 X 600 resolution with any browser.... and when i switch onto 1024 x 768px the alignment disturbs.... but not in any other browser except firefox and netscape !!
Jan 13 '07 #8
acoder
16,027 Expert Mod 8TB
But... the main point...is ... why everythings fine with 800 X 600 resolution with any browser.... and when i switch onto 1024 x 768px the alignment disturbs.... but not in any other browser except firefox and netscape !!
Just because it works under one resolution on a browser doesn't mean it's correct. Remember browsers are very forgiving, especially IE, which encourages or allows for bad code. IE is never a browser to use to determine if a web page has been developed properly. Use a browser that follows the standards, e.g. Firefox and then test for IE.
Jan 13 '07 #9
drhowarddrfine
7,435 Expert 4TB
Perhaps it would be helpful if we just work on the problem one step at a time. Your page is not coded properly and it's hard enough working with proper code than improper code, so that is why we are saying fix the errors first so we know they aren't causing any problems now, or might cause problems later. So...

1) Remove the second <!DOCTYPE html ... line you have on the page a little further down from the top.
2) Anywhere you have a line ending with /> delete the slash.
3) Where you have this: charset=windows-1252 change it to this: charset=utf-8

Let us know when you've done that.
Jan 13 '07 #10
vips
5
Ok !! its fine.....i will do the needfull positively !
Jan 16 '07 #11

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

Similar topics

1
by: Numberwhun | last post by:
Hello everyone! I am trying to learn java and have run into kind of a snag. Here is the code that I have so far: ------ <begin_code> ---------- import javax.swing.*; import...
1
by: HolaGoogle | last post by:
Hi all, Please help me with the following..it's realy urgent and i tried everything i could and i can't get it work properly!! Thanks in advance. Here's what i'm trying to accomplish: in my...
0
by: s_erez | last post by:
Hi, This is a realy tricky one. I have an ASP.NET application where some pages are reading data from a DB and presenting reports. In order for the user to wait while the page is reading data from...
2
by: rked | last post by:
I get nameSPAN1 is undefined when I place cursor in comments box.. <%@ LANGUAGE="VBScript" %> <% DIM ipAddress ipAddress=Request.Servervariables("REMOTE_HOST") %> <html> <head> <meta...
7
by: x muzuo | last post by:
Hi guys, I have got a prob of javascript form validation which just doesnt work with my ASP code. Can any one help me out please. Here is the code: {////<<head> <title>IIBO Submit Page</title>...
4
by: pshindle | last post by:
DB2 Team - I just downloaded and unzipped the new Fixpack 9 for DB2 ESE V8 for Windows (FP9_WR21350_ESE.exe). I then burned the unzipped Fixpack files to a CD. I proceded to install this...
23
by: Jason | last post by:
Hi, I was wondering if any could point me to an example or give me ideas on how to dynamically create a form based on a database table? So, I would have a table designed to tell my application...
1
PEB
by: PEB | last post by:
POSTING GUIDELINES Please follow these guidelines when posting questions Post your question in a relevant forum Do NOT PM questions to individual experts - This is not fair on them and...
4
by: fatboySudsy | last post by:
Hi, I have constructed a client program that has given me some error codes that i just cannot see. I was wondering if a different set of eyes with much more experience than me could help me out. ...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
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
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
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...

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.