![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
I know is problematic, but since it renders perfectly in Firefox and ALL the major browsers, I was hoping that maybe some of you would be some kind as to provide with a lead in THAT direction? |
|
If you care to notice the whole layout gets also displaced to the left margin, when it should be at the center. Any clues? Thank you. P.S. There are other hosting options, but that would mean that I have to create a new site in order not to duplicate the existing content plus redirect all external links. |
#12
| |||
| |||
|
|
If you don't know what's going on, then you have no logical basis to assert that someone else's advice about it is incorrect. It's pretty obvious at this point that you don't actually want help - you're just here to pick a fight. So, into the killfile you go... *plonk* sherm-- |
#13
| |||
| |||
|
|
If you don't know what's going on, then you have no logical basis to assert that someone else's advice about it is incorrect. It's pretty obvious at this point that you don't actually want help - you're just here to pick a fight. So, into the killfile you go... *plonk* Hey Fistro. Sherm just put you in his kill file. That's good. It means, if he really did it, that your future questions here should get more civil replies. |
#14
| |||
| |||
|
|
Fistro <rafaminu (AT) gmail (DOT) com> writes: On Sep 11, 4:02*pm, Ben Bacarisse <ben.use... (AT) bsb (DOT) me.uk> wrote: The server is adding elements in front of the DOCTYPE. *The DOCTYPE is designed to put all browsers in "standards" rather than "quirks" mode but any text at all before it changes this behaviour. This is the code being added: It doesn't matter *what* gets added. What part of "any text at all" is not clear to you? |
#15
| |||
| |||
|
|
Hey Fistro. Sherm just put you in his kill file. That's good. It means, if he really did it, that your future questions here should get more civil replies. |
#16
| |||
| |||
|
|
Fistro wrote: I know is problematic, but since it renders perfectly in Firefox and ALL the major browsers, I was hoping that maybe some of you would be some kind as to provide with a lead in THAT direction? If you trigger quirks mode then cross-browser consistency is doomed because the browser then work in legacy mode, and "legacy" means different things to each browser. |
#17
| |||
| |||
|
|
On Sep 11, 9:40 pm, "Jonathan N. Little" <lws4... (AT) central (DOT) net> wrote: Fistro wrote: I know is problematic, but since it renders perfectly in Firefox and ALL the major browsers, I was hoping that maybe some of you would be some kind as to provide with a lead in THAT direction? If you trigger quirks mode then cross-browser consistency is doomed because the browser then work in legacy mode, and "legacy" means different things to each browser. Then, one solution to the issue of cross-browser compatibility would be to create multiple style sheets for multiple browsers, then using JavaScript code to return the version and type of browser the web visitor is using. In fact I only need another style sheet specific for IE Correct? Just asking ... |
#18
| |||
| |||
|
|
In article <m1abeeioa2.fsf (AT) dot-app (DOT) org>, Sherm Pendley <spamtrap (AT) dot-app (DOT) org> wrote: Fistro <rafaminu (AT) gmail (DOT) com> writes: On Sep 11, 4:02 pm, Ben Bacarisse <ben.use... (AT) bsb (DOT) me.uk> wrote: The server is adding elements in front of the DOCTYPE. The DOCTYPE is designed to put all browsers in "standards" rather than "quirks" mode but any text at all before it changes this behaviour. This is the code being added: It doesn't matter *what* gets added. What part of "any text at all" is not clear to you? I regularly add things like ?php $thisPage="name"; ? |
|
So maybe there is more to understanding "any text at all" than might seem. |
#19
| |||
| |||
|
|
Fistro wrote: On Sep 11, 9:40 pm, "Jonathan N. Little" <lws4... (AT) central (DOT) net> wrote: Fistro wrote: I know is problematic, but since it renders perfectly in Firefox and ALL the major browsers, I was hoping that maybe some of you would be some kind as to provide with a lead in THAT direction? If you trigger quirks mode then cross-browser consistency is doomed because the browser then work in legacy mode, and "legacy" means different things to each browser. Then, one solution to the issue of cross-browser compatibility would be to create multiple style sheets for multiple browsers, then using JavaScript code to return the version and type of browser the web visitor is using. In fact I only need another style sheet specific for IE Correct? Just asking ... And when JavaScript is disabled, or the browser is posing as IE, as some * folks with Opera use to do... |
#20
| |||
| |||
|
|
Fistro <rafam... (AT) gmail (DOT) com> writes: On Sep 11, 9:40*pm, "Jonathan N. Little" <lws4... (AT) central (DOT) net> wrote: Fistro wrote: I know is problematic, but since it renders perfectly in Firefox and ALL the major browsers, I was hoping that maybe some of you would be some kind as to provide with a lead in THAT direction? If you trigger quirks mode then cross-browser consistency is doomed because the browser then work in legacy mode, and "legacy" means different things to each browser. Then, one solution to the issue of cross-browser compatibility would be to create multiple style sheets for multiple browsers, then using JavaScript code to return the version and type of browser the web visitor is using. In fact I only need another style sheet specific for IE Correct? Just asking ... Hmm... *There are lots of problems with "browser sniffing" as such detection is called. *If you simply must have a separate style sheet for IE I would suggest you use MS's conditional comments. But is this really a option? *I presume you are using an off the peg layout because you are not familiar with CSS. *Fixing a layout for IE quirks mode is not trivial (there is no spec as far as I know, you just have to know all the ins and outs). Are you sure you can not get Geocities to stop adding stuff to your page? *Maybe you can configure the service to put the extra stuff where it belongs. [1]http://msdn.microsoft.com/en-us/library/ms537512.aspx |
![]() |
| Thread Tools | |
| Display Modes | |
| |