Re: [css-d] Large gap appearing in IE6

2005-06-20 Thread Gary Turner

Luke Mackenzie wrote:

Hi,
 
I am having an issue with IE6 which I just can't seem to resolve.




The page in question is here:
 
http://mixdoaa1.miniserver.com/~staging/members/index.php?sid=ed1147f3c538f4

e95852105ad46eafad
 


See 

It's a bit impolite to scattershoot, posting to multiple fora and lists.  Give 
one a chance before trying another.


cheers,

gary
--
Anyone can build a usable web site.  It takes a graphics designer to
make it slow, confusing, and painful to use.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Large gap appearing in IE6

2005-06-19 Thread 4css!!!!
Hi Luke,
One thing that I see is that you have your links in the incorrect order. 
They should be as follows:

A:link {
 color: #663366;
}
A:visited {
 color: #663366;
}
A:hover {
 color: #dd6900;
text-decoration:: underline;
}
A:active {
 color: #663366;
}

Also, I see that you aren't closing the items in your rules with a 
semi-colon. (unless you are and its my instant view program not displaying 
it correctly) IF you aren't closing them, you really should.

I have only looked quickly, but I hope that I have been able to give you a 
little bit of help.
4CSS

- Original Message - 
From: "Luke Mackenzie" <[EMAIL PROTECTED]>
To: 
Sent: Sunday, June 19, 2005 11:16 AM
Subject: [css-d] Large gap appearing in IE6


> Hi,
>
> I am having an issue with IE6 which I just can't seem to resolve. I have
> searched the css-org site and checked on positioniseverything.net but 
> can't
> seem to find a bug fix for my particular problem. I have vaildated the 
> html
> and css at w3c - no problems. I would be very grateful if a css expert out
> there could help me out. I need to deliver the website this week and so I 
> am
> under time pressure.
>
> I think the problem relates to the #nav container as if i remove the width
> setting from there, the problem also occurs in Firefox. The page in 
> question
> is here:
>
> http://mixdoaa1.miniserver.com/~staging/members/index.php?sid=ed1147f3c538f4
> e95852105ad46eafad
>
> To complicate matters, the navigation on the left is coming from a 
> different
> file to the forum content on the right. To see the problem, view the page
> first in Firefox and then in IE6 - there is a huge unwanted gap between 
> the
> the sections on the page. The easiest way to see the css is to view the 
> page
> source as the css is actually coming from a .tpl file which you won't be
> able to access.
>
> Many thanks for any replies. I do hope someobdy out there can help.
>
> Regards,
>
> Luke Mackenzie - York, England.
>
>
> __
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
>
> -- 
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.323 / Virus Database: 267.7.8/22 - Release Date: 6/17/2005
>
> 




-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.7.8/22 - Release Date: 6/17/2005

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Large gap appearing in IE6

2005-06-19 Thread Luke Mackenzie
Hi,
 
I am having an issue with IE6 which I just can't seem to resolve. I have
searched the css-org site and checked on positioniseverything.net but can't
seem to find a bug fix for my particular problem. I have vaildated the html
and css at w3c - no problems. I would be very grateful if a css expert out
there could help me out. I need to deliver the website this week and so I am
under time pressure.
 
I think the problem relates to the #nav container as if i remove the width
setting from there, the problem also occurs in Firefox. The page in question
is here:
 
http://mixdoaa1.miniserver.com/~staging/members/index.php?sid=ed1147f3c538f4
e95852105ad46eafad
 
To complicate matters, the navigation on the left is coming from a different
file to the forum content on the right. To see the problem, view the page
first in Firefox and then in IE6 - there is a huge unwanted gap between the
the sections on the page. The easiest way to see the css is to view the page
source as the css is actually coming from a .tpl file which you won't be
able to access.
 
Many thanks for any replies. I do hope someobdy out there can help.
 
Regards,
 
Luke Mackenzie - York, England.
 
 
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/