HighDots Forums  

Weird issue, same code, same browser, two different apache servers,very different css

alt.html alt.html


Discuss Weird issue, same code, same browser, two different apache servers,very different css in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
bluebaron
 
Posts: n/a

Default Weird issue, same code, same browser, two different apache servers,very different css - 11-03-2009 , 05:04 PM






I have an issue with the same page displaying in IE8. The pages are
located on two different servers which have different configurations.

The diffs of the servers outputs are exactly the same. No changes.
However, the resultant html after processing has pages and pages of
differences. What could be causing this?

It is the styling that is different between the pages.

Example:
@@ -90,7 +90,7 @@
LINE-HEIGHT: 36px; MARGIN: 0px; PADDING-LEFT: 10px; WIDTH: 416px;
PADDING-RIGHT: 10px; BACKGROUND: url(/images/search-bk.png) no-repeat
left top; FLOAT: left; HEIGHT: 36px; COLOR: #898989; FONT-SIZE: 16px;
PADDING-TOP: 5px
}
INPUT#SEARCH {
- LINE-HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px; WIDTH: 405px; BORDER-TOP-
WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; COLOR: #898989;
FONT-SIZE: 16px; BORDER-LEFT-WIDTH: 0px
+ BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; LINE-HEIGHT: 22px; WIDTH:
405px; HEIGHT: 22px; COLOR: #898989; FONT-SIZE: 16px; BORDER-TOP: 0px;
BORDER-RIGHT: 0px
}

Reply With Quote
  #2  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: Weird issue, same code, same browser, two different apache servers,very different css - 11-03-2009 , 05:16 PM






bluebaron wrote:
Quote:
I have an issue with the same page displaying in IE8. The pages are
located on two different servers which have different configurations.

The diffs of the servers outputs are exactly the same. No changes.
However, the resultant html after processing has pages and pages of
differences. What could be causing this?

Who knows, you did not supply URLs! Are we suppose to guess? If so a
solution is not likely.

Quote:
It is the styling that is different between the pages.

Example:
@@ -90,7 +90,7 @@
LINE-HEIGHT: 36px; MARGIN: 0px; PADDING-LEFT: 10px; WIDTH: 416px;
PADDING-RIGHT: 10px; BACKGROUND: url(/images/search-bk.png) no-repeat
left top; FLOAT: left; HEIGHT: 36px; COLOR: #898989; FONT-SIZE: 16px;
PADDING-TOP: 5px
}
INPUT#SEARCH {
- LINE-HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px; WIDTH: 405px; BORDER-TOP-
WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; COLOR: #898989;
FONT-SIZE: 16px; BORDER-LEFT-WIDTH: 0px
+ BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; LINE-HEIGHT: 22px; WIDTH:
405px; HEIGHT: 22px; COLOR: #898989; FONT-SIZE: 16px; BORDER-TOP: 0px;
BORDER-RIGHT: 0px
}

Aside of that snippet looks like very bad example of CSS, disassociated
from the page AND server it is meaningless.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com

Reply With Quote
  #3  
Old   
bluebaron
 
Posts: n/a

Default Re: Weird issue, same code, same browser, two different apacheservers, very different css - 11-04-2009 , 11:36 AM



I figured out the issue. It was literally the url. I actually
modified a windows host file to point "b.b" to my internal computer,
and it works now. If I have any url without a . it does not work.
What the heck.

On Nov 3, 5:16*pm, "Jonathan N. Little" <lws4... (AT) centralva (DOT) net> wrote:
Quote:
bluebaron wrote:
I have an issue with the same page displaying in IE8. *The pages are
located on two different servers which have different configurations.

The diffs of the servers outputs are exactly the same. *No changes.
However, the resultant html after processing has pages and pages of
differences. *What could be causing this?

Who knows, you did not supply URLs! Are we suppose to guess? If so a
solution is not likely.



It is the styling that is different between the pages.

Example:
@@ -90,7 +90,7 @@
* *LINE-HEIGHT: 36px; MARGIN: 0px; PADDING-LEFT: 10px; WIDTH: 416px;
PADDING-RIGHT: 10px; BACKGROUND: url(/images/search-bk.png) no-repeat
left top; FLOAT: left; HEIGHT: 36px; COLOR: #898989; FONT-SIZE: 16px;
PADDING-TOP: 5px
* }
* INPUT#SEARCH {
- *LINE-HEIGHT: 22px; BORDER-RIGHT-WIDTH: 0px; WIDTH: 405px; BORDER-TOP-
WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 22px; COLOR: #898989;
FONT-SIZE: 16px; BORDER-LEFT-WIDTH: 0px
+ *BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; LINE-HEIGHT: 22px; WIDTH:
405px; HEIGHT: 22px; COLOR: #898989; FONT-SIZE: 16px; BORDER-TOP: 0px;
BORDER-RIGHT: 0px
* }

Aside of that snippet looks like very bad example of CSS, disassociated
from the page AND server it is meaningless.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com

Reply With Quote
  #4  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: Weird issue, same code, same browser, two different apache servers,very different css - 11-04-2009 , 02:13 PM



bluebaron wrote:

[top-posting corrected]

Please don't top-post

Quote:
On Nov 3, 5:16 pm, "Jonathan N. Little"<lws4... (AT) centralva (DOT) net> wrote:
bluebaron wrote:
I have an issue with the same page displaying in IE8. The pages are
located on two different servers which have different configurations.
<snip>

Quote:
It is the styling that is different between the pages.

Example:
@@ -90,7 +90,7 @@
No idea what above is...

Quote:
LINE-HEIGHT: 36px; MARGIN: 0px; PADDING-LEFT: 10px; WIDTH: 416px;
PADDING-RIGHT: 10px; BACKGROUND: url(/images/search-bk.png) no-repeat
left top; FLOAT: left; HEIGHT: 36px; COLOR: #898989; FONT-SIZE: 16px;
PADDING-TOP: 5px
<snip bad css>

Quote:
Aside of that snippet looks like very bad example of CSS, disassociated
from the page AND server it is meaningless.


I figured out the issue. It was literally the url. I actually
modified a windows host file to point "b.b" to my internal computer,
and it works now.
DNS issue...

Quote:
If I have any url without a . it does not work.
What the heck.
What to you mean without a "." ? As in a relative URL "./" or "../"? If
so you your document root is different, you are using a webserver right?

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.