[WSG] ie problem

2008-02-15 Thread kevin mcmonagle
Hi, Im frustrated with a margin difference in ie6. Im modifying a zen cart install and didnt create the style sheets and dont have much control over the html. The problem is the two links (log in and home) at the top right of the page header. Ive added The borders just so you can see the

Re: [WSG] ie problem

2008-02-15 Thread Dave Woods
Looks like the double margin bug. Try changing this... #navMain ul li a { margin:43px 35px 0 0; border:1px solid black; float:right; display:block; } to this #navMain ul li a { margin:43px 35px 0 0; border:1px solid black; float:right; display:inline; } Hope that helps. On 15/02/2008, kevin

[WSG] IE Problem

2006-01-02 Thread José Kusunoki Gutiérrez
Hello friends, Can anyone help me with this problem? Im making a website and i want to know why the list's (like video or audio or blogs) looks so bad in IE, they are so left but in Firefox they looks ok, also, i wanna know why the link "Zona universitaria" is too up, if anyone can help me i

Re: [WSG] IE Problem

2006-01-02 Thread Gunlaug Sørtun
José Kusunoki Gutiérrez wrote: Can anyone help me with this problem? Im making a website and i want to know why the list's (like video or audio or blogs) looks so bad in IE, they are so left but in Firefox they looks ok, also, i wanna know why the link Zona universitaria is too up, if anyone

[WSG] IE problem with ?xml version=1.0 encoding=iso-8859-1?

2005-08-26 Thread Duncan Stigwood
HELP! Tidy puts in ?xml version=1.0 encoding=iso-8859-1? which I think I understand is the Document Character Set, i.e. V. important. However having it in my document makes IE screw up all absolute positioning!! What am I doing wrong? Thanks guys

RE: [WSG] IE problem with ?xml version=1.0 encoding=iso-8859-1?

2005-08-26 Thread Patrick Lauke
Duncan Stigwood ?xml version=1.0 encoding=iso-8859-1? which I think I understand is the Document Character Set, i.e. V. important. However having it in my document makes IE screw up all absolute positioning!! IE goes into quirks mode when there's ANYTHING in front of the opening html

Re: [WSG] IE problem with ?xml version=1.0 encoding=iso-8859-1?

2005-08-26 Thread sam sherlock
You can leave out the xml prolog, its IE messing things up again (yet again - over and over) if you choose to put it in IE (aka inferior explorer) will use quirksmode and ignore all mannor of things such as absolute positioning, and a whole raft of other things, other compliant browsers will

Re: [WSG] IE problem with ?xml version=1.0 encoding=iso-8859-1?

2005-08-26 Thread James Ellis
Hi Depending on the tidy library you are using, you should be able to pass in the parameter add-xml-decl as boolean false. The Tidy library that you use should then not add the XML prolog. See: http://tidy.sourceforge.net/docs/quickref.html#add-xml-decl; Cheers James

Re: [WSG] IE problem with ?xml version=1.0 encoding=iso-8859-1?

2005-08-26 Thread Duncan Stigwood
Thank you both of you! I love this list :) ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list getting help

RE: [WSG] IE problem with ?xml version=1.0 encoding=iso-8859-1?

2005-08-26 Thread Richard Ishida
: http://www.w3.org/International/ Publication blog: http://people.w3.org/rishida/blog/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Duncan Stigwood Sent: 26 August 2005 13:32 To: wsg@webstandardsgroup.org Subject: [WSG] IE problem with ?xml

RE: [WSG] IE problem with ?xml version=1.0 encoding=iso-8859-1?

2005-08-26 Thread Patrick Lauke
To make things a bit more explicit (and I hope I'm not talking rubbish, as I'm going from memory here) Richard Ishida The key thing is to check that your file is encoded in the encoding you want, ie. do you want it to be encoded in iso-8859-1 or in utf-8? The default encoding of an XML

Re: [WSG] IE problem with ?xml version=1.0 encoding=iso-8859-1?

2005-08-26 Thread Anders Nawroth
Patrick Lauke skrev: Richard Ishida You should at least check that you do declare the encoding in a meta tag, and that it is correct. Although it's best to also send the correct HTTP header to specify the document's encoding (otherwise it's the weird situation in which a browser

RE: [WSG] IE problem

2005-04-12 Thread Trusz, Andrew
-Original Message- Javier Sent: Monday, April 11, 2005 1:22 PM To: List WSG Subject: [WSG] IE problem Hi I used the classic two columns inside a container. Left column float to left and the other to right side. IE 6, ignores the width size of left side and show it bigger than

[WSG] IE problem

2005-04-11 Thread Javier
Hi I'm developing a site for a friend of mine and have some rare problems. What I did work well in Firefox, but when my friend saw it with his IE6 it was horrible !!! :( I used the classic two columns inside a container. Left column float to left and the other to right side. IE 6, ignores the

Re: [WSG] IE problem

2005-04-11 Thread Alan Trick
Ah yes, those problems. IE is quite bugy when it comes to floats. Try putting |display:inline| on everything that is floated. http://positioniseverything.net/explorer/doubled-margin.html Alan Trick Javier wrote: Hi I'm developing a site for a friend of mine and have some rare problems. What I

Re: [WSG] IE problem

2005-04-11 Thread Thierry Koblentz
I've seen hacks over the net and used one to define sizes in IE...but this problem is driving me crazy... Hi Javier, As Alan said, you should use display:inline on every float that include margins, but I believe you need more than that to fix your problem. Try this: #contizq {

Re: [WSG] IE problem

2005-04-11 Thread Stuart Homfray
Javier wrote: What I did work well in Firefox, but when my friend saw it with his IE6 it was horrible !!! :( I used the classic two columns inside a container. Left column float to left and the other to right side. IE 6, ignores the width size of left side and show it bigger than expected then

[WSG] IE problem at small window size

2005-02-28 Thread Rachel Campbell
Hello This is my first post, but I've read the list for ages and learnt masses - thanks very much. I have a problem with IE at small window size (640 x 480) when the content of the page gets shunted underneath the menu bar on the left. You should be able to see it happening on

Re: [WSG] IE problem at small window size

2005-02-28 Thread Gunlaug Sørtun
Rachel Campbell wrote: I have a problem with IE at small window size (640 x 480) when the content of the page gets shunted underneath the menu bar on the left. You should be able to see it happening on http://actemp.sipu.apu.ac.uk/timetabling/camb/ttindex.phtml A large enough negative back

Re: [WSG] IE problem at small window size

2005-02-28 Thread Rachel Campbell
At 14:22 28/02/05 +0100, you wrote: Rachel Campbell wrote: I have a problem with IE at small window size (640 x 480) when the content of the page gets shunted underneath the menu bar on the left. You should be able to see it happening on

Re: [WSG] IE problem at small window size

2005-02-28 Thread Gunlaug Sørtun
Rachel Campbell wrote: http://actemp.sipu.apu.ac.uk/timetabling/camb/ttindex.phtml I've just noticed that this fix makes #footer come up the page; unfortunately it needs to stay at the bottom of the page, below #leftcolumn. Any ideas as to how that can be achieved? div#columns {min-height:

Re: [WSG] IE problem with CSS tabs (solution)

2004-10-02 Thread john
PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 01, 2004 6:15 PM Subject: Re: [WSG] IE problem with CSS tabs (solution) I test with IE6...and even though I copies and pasted the CSS you provided, I still don't see the active you are here tab in IE! I don't get this at all... *sigh* Well

Re: [WSG] IE problem with CSS tabs (solution)

2004-10-01 Thread john
Isabel, Thank you very much for your help with this. I added your fix, but I'm *still* getting the same problem in IE. Perhaps I'm not putting it in the right place in the CSS? Where did you place it? ~john _ Dr. Zeus Web Development http://www.DrZeus.net content

Re: [WSG] IE problem with CSS tabs (solution)

2004-10-01 Thread Kim Kruse
Hi John, I don't know which tab menu you're using but I tried to get my tab menu to hover in IE... but I never got it to work. So in order to get IE to do something I added a CC for IE. My menu is here http://mouseriders.dk/ Kind regards Kim john wrote: Isabel, Thank you very much for your

Re: [WSG] IE problem with CSS tabs (solution)

2004-10-01 Thread Isabel Santos
; } Isabel Santos - Original Message - From: john [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 01, 2004 3:55 PM Subject: Re: [WSG] IE problem with CSS tabs (solution) Isabel, Thank you very much for your help with this. I added your fix, but I'm *still* getting

Re: [WSG] IE problem with CSS tabs (solution)

2004-10-01 Thread john
-decoration: none; } #secondarymenu { list-style-type:circle; padding-left: 5px; line-height: 2; font-size: 12px; font-weight: normal; } Isabel Santos - Original Message - From: john [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 01, 2004 3:55 PM Subject: Re: [WSG] IE

Re: [WSG] IE problem with CSS tabs (solution)

2004-10-01 Thread Isabel Santos
to certain OS) - Original Message - From: john [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 01, 2004 6:15 PM Subject: Re: [WSG] IE problem with CSS tabs (solution) I test with IE6...and even though I copies and pasted the CSS you provided, I still don't see the active you

Re: [WSG] IE problem with CSS tabs

2004-09-30 Thread john
Thanks, David, for the suggestions (and for the code). I implemented the changes, however nothing seems to have changed. I don't understand why that would be, as everything you said makes perfect sense. However, I'm still not the getting the you are here active tab in IE. Any other possible

Re: [WSG] IE problem with CSS tabs

2004-09-30 Thread Isabel Santos
Subject: Re: [WSG] IE problem with CSS tabs Thanks, David, for the suggestions (and for the code). I implemented the changes, however nothing seems to have changed. I don't understand why that would be, as everything you said makes perfect sense. However, I'm still not the getting the you

Re: [WSG] IE problem with CSS tabs

2004-09-30 Thread john
30, 2004 9:00 AM Subject: Re: [WSG] IE problem with CSS tabs Thanks, David, for the suggestions (and for the code). I implemented the changes, however nothing seems to have changed. I don't understand why that would be, as everything you said makes perfect sense. However, I'm still

Re: [WSG] IE problem with CSS tabs

2004-09-30 Thread Leslie Riggs
I hope it's okay if I jump in here. Typically, to code links in CSS you'd use colons after the a, and in LVHA (link, visited, hover, active) order. For example, #tabmenu a:link { whatever } #tabmenu a:visited { whatever } #tabmenu a:hover { whatever } #tabmenu a:active { whatever } The

Re: [WSG] IE problem with CSS tabs

2004-09-30 Thread Isabel Santos
Subject: Re: [WSG] IE problem with CSS tabs Isabel, Forgive me, but could you please clarify your suggestion? I tried moving the #tabmenu a.active code up one, but it didn't do anything. I'm really a newbie with CSS, so please bear with me. ~john _ Dr. Zeus Web Development

RE: [WSG] IE problem with CSS tabs

2004-09-30 Thread David McKinnon
: Thursday, 30 September 2004 6:01 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] IE problem with CSS tabs Thanks, David, for the suggestions (and for the code). I implemented the changes, however nothing seems to have changed. I don't understand why that would be, as everything you said makes perfect

Re: [WSG] IE problem with CSS tabs

2004-09-30 Thread Kevin Futter
is why I changed it) but others may know better. Sorry about that. This is the one that works for me. David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of john Sent: Thursday, 30 September 2004 6:01 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] IE

Re: [WSG] IE problem with CSS tabs (solution)

2004-09-30 Thread Isabel Santos
John: (http://www.drzeus.net/redesign/cslewis/http://www.drzeus.net/redesign/cslewis/style.css) Allthought your xhtml is valid, the css wasn't validating, so I cleaned up some errors, I do not know if this works with the erros, but, after cleaning, making: #tabmenu a.active:link, #tabmenu li

[WSG] IE problem with CSS tabs

2004-09-29 Thread john
Hello, Group. I have a curious problem. I am creating this site with CSS tabs, and making it so that the tab is on while visiting that page. Well, it works in Firefox just fine, but in IE it's not...when on the server. When viewing it on the local drive, it looks good.

RE: [WSG] IE problem with CSS tabs

2004-09-29 Thread David McKinnon
; } #tabmenu .active a:hover { background:#c60; border-top: 1px solid #c60; } David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of john Sent: Wednesday, 29 September 2004 10:49 PM To: web standards group Subject: [WSG] IE