Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

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

 
Thread Tools Search this Thread
Old 11-03-2009, 10:04 PM   #1
Default Weird issue, same code, same browser, two different apache servers,very different css


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
}



bluebaron
  Reply With Quote
Old 11-03-2009, 10:16 PM   #2
Jonathan N. Little
 
Posts: n/a
Default Re: Weird issue, same code, same browser, two different apache servers,very different css
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 STUDIO
http://www.LittleWorksStudio.com


Jonathan N. Little
  Reply With Quote
Old 11-04-2009, 04:36 PM   #3
bluebaron
 
Posts: n/a
Default Re: Weird issue, same code, same browser, two different apacheservers, very different css
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...@centralva.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.

>
> > 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




bluebaron
  Reply With Quote
Old 11-04-2009, 07:13 PM   #4
Jonathan N. Little
 
Posts: n/a
Default Re: Weird issue, same code, same browser, two different apache servers,very different css
bluebaron wrote:

[top-posting corrected]

Please don't top-post

>
> On Nov 3, 5:16 pm, "Jonathan N. Little"<lws4...@centralva.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>

>>
>>> It is the styling that is different between the pages.

>>
>>> Example:
>>> @@ -90,7 +90,7 @@


No idea what above is...

>>> 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>

>> 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...

> 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


Jonathan N. Little
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Vendor Web Browser JavaScript Key Filtering Vulnerability imhotep Computer Security 3 06-07-2006 03:46 AM
Still having multiple master browser issues. =?Utf-8?B?UmVjb24=?= Wireless Networking 0 01-25-2006 05:00 PM
Weird issue with new wireless NIC. Ethan Wireless Networking 0 10-24-2004 08:30 PM
browser loading issue Computer Support 1 01-07-2004 05:06 PM
Re: To Anyone who has Internet Explorer Installed or any other browser (Everybody) sponge Computer Security 6 06-27-2003 12:35 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46