![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 } |
#3
| |||
| |||
|
|
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 |
#4
| |||||
| |||||
|
|
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. |
|
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 |
|
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. |
|
If I have any url without a . it does not work. What the heck. |
![]() |
| Thread Tools | |
| Display Modes | |
| |