Re: [css-d] trying ot make my page fit on IE

2006-10-14 Thread Ian Young

> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Behalf Of Patrick Aljord
> Sent: 14 October 2006 15:37
> To: CSS list
> Subject: [css-d] trying ot make my page fit on IE
> 
> 
> hey all,
> I have this valid page http://p80.free.fr/testy/testy.html .
> On gecko and khtml, the page fits the browser, I mean there's no need to
> scroll. The problem is that in IE I need to horizontally scroll. Any idea
> how I could fix this?
> 
> Thanx in advance
> 
> Pat
>
Pat,
 you could save yourself a lot of typing by changing your border style to:
border:1px solid #88;

Cheers

Ian
-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.4/475 - Release Date: 13/10/2006

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] trying ot make my page fit on IE

2006-10-14 Thread ~davidLaakso
Patrick Aljord wrote:
> hey all,
> I have this valid page http://p80.free.fr/testy/testy.html .
> On gecko and khtml, the page fits the browser, I mean there's no need to
> scroll. The problem is that in IE I need to horizontally scroll. Any idea
> how I could fix this?
>
> Thanx in advance
>
> Pat
>
>   
Pat, ie does not understand max-width--  just using width 70% should fix it.
.bookmarks {float:left; /*max-*/width : 70%; }
Regards,
~dL


-- 
http://chelseacreekstudio.com/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] trying ot make my page fit on IE

2006-10-14 Thread Patrick Aljord
hey all,
I have this valid page http://p80.free.fr/testy/testy.html .
On gecko and khtml, the page fits the browser, I mean there's no need to
scroll. The problem is that in IE I need to horizontally scroll. Any idea
how I could fix this?

Thanx in advance

Pat
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/