Click here to Skip to main content
15,886,919 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Validating my HTML Pin
BobInNJ24-Nov-11 16:48
BobInNJ24-Nov-11 16:48 
GeneralRe: Validating my HTML Pin
Peter_in_278024-Nov-11 17:06
professionalPeter_in_278024-Nov-11 17:06 
AnswerRe: Validating my HTML Pin
JaneBlue21-Dec-11 17:32
JaneBlue21-Dec-11 17:32 
QuestionNo Character encoding Pin
Jassim Rahma22-Nov-11 7:52
Jassim Rahma22-Nov-11 7:52 
AnswerRe: No Character encoding Pin
User 171649222-Nov-11 8:15
professionalUser 171649222-Nov-11 8:15 
GeneralRe: No Character encoding Pin
Jassim Rahma22-Nov-11 8:23
Jassim Rahma22-Nov-11 8:23 
AnswerRe: No Character encoding Pin
Satheesh154623-Nov-11 6:45
Satheesh154623-Nov-11 6:45 
QuestionSame version IE8 displaying page differently on different computers Pin
Dominick Marciano21-Nov-11 6:37
professionalDominick Marciano21-Nov-11 6:37 
I'm developing a website for my company and have run into a formatting issue that I cannot resolve. I know different browser's can format the same page different ways, so from the start I had two different CSS files; one for Chrome and one for IE8. The webpage displays correctly on all the computers my office in Chrome. However on some computer the webpage is not displaying correctly in IE8.

All the computers are Windows XP SP2 running IE8. All the browsers are running in the same mode (Standards Mode). Some of the computer are running in different resolutions, however I tried all the resolution settings on each of the computer and the page still displays the same way.

The problem is I have a section of HTML wrapped in a
tag called "page". In the CSS file for IE8 I have the following code:
CSS
#page
{
	min-height: 100%;
	margin-top: -388px;
	left: 191px;
	width: 1051px;
	position: relative;
	padding-left: 5px;
	border: none 1px red;
	z-index: 5;
}


Now on the computer where the page is not displaying properly, the "page" element in shifted upwards and I need to change the margin-top: -388px; to margin-top: -310px;. I can't figure out what the position is 70px different between computers with the same OS, browsers, and resolution. I was hoping that I can auto detect something and change the CSS in my code-behind, however they are all running the exact same version of IE, so I don't know what I could detect.

Any help with this would be greatly appreciated. We are supposed to go live the weekend, but my company wants this fixed and I just don't have an answer to why this is occur. Thanks in advance for any help.

Dominick

P.S. I only have the border element so that way I could track the
element during testing. When the site goes live the border will be removed.

AnswerRe: Same version IE8 displaying page differently on different computers Pin
Philippe Mori21-Nov-11 13:15
Philippe Mori21-Nov-11 13:15 
AnswerRe: Same version IE8 displaying page differently on different computers Pin
Satheesh154621-Nov-11 17:30
Satheesh154621-Nov-11 17:30 
AnswerRe: Same version IE8 displaying page differently on different computers Pin
cjoki23-Nov-11 10:54
cjoki23-Nov-11 10:54 
QuestionBuilding a client support software Pin
doctoratn21-Nov-11 5:50
doctoratn21-Nov-11 5:50 
AnswerRe: Building a client support software Pin
coded0071-Dec-11 21:22
professionalcoded0071-Dec-11 21:22 
Questionpictures have been blocked Pin
Jassim Rahma21-Nov-11 5:32
Jassim Rahma21-Nov-11 5:32 
QuestionGET flash file(.swf) 404 error Pin
benams16-Nov-11 21:47
benams16-Nov-11 21:47 
AnswerRe: GET flash file(.swf) 404 error Pin
GenJerDan17-Nov-11 3:19
GenJerDan17-Nov-11 3:19 
GeneralRe: GET flash file(.swf) 404 error Pin
benams17-Nov-11 4:25
benams17-Nov-11 4:25 
GeneralRe: GET flash file(.swf) 404 error Pin
GenJerDan17-Nov-11 4:32
GenJerDan17-Nov-11 4:32 
GeneralRe: GET flash file(.swf) 404 error Pin
benams17-Nov-11 7:44
benams17-Nov-11 7:44 
GeneralRe: GET flash file(.swf) 404 error Pin
GenJerDan17-Nov-11 8:08
GenJerDan17-Nov-11 8:08 
Questionto Robot or Not to Robot? Pin
Jassim Rahma9-Nov-11 22:24
Jassim Rahma9-Nov-11 22:24 
AnswerRe: to Robot or Not to Robot? Pin
R. Giskard Reventlov9-Nov-11 22:28
R. Giskard Reventlov9-Nov-11 22:28 
GeneralRe: to Robot or Not to Robot? Pin
Jassim Rahma9-Nov-11 23:20
Jassim Rahma9-Nov-11 23:20 
AnswerRe: to Robot or Not to Robot? Pin
Dennis E White10-Nov-11 4:47
professionalDennis E White10-Nov-11 4:47 
GeneralRe: to Robot or Not to Robot? Pin
Jassim Rahma10-Nov-11 5:52
Jassim Rahma10-Nov-11 5:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.