Re: [css-d] Page width problem with IE6

2008-09-17 Thread Tim Dawson
Martin Möller wrote: > Tim Dawson <[EMAIL PROTECTED]> wrote: >> Works OK in FF3 and IE7, but in IE6 the menu persists in being about 30px too >> wide, as does the div#inner (grey background), although both are set to >> 770px in >> the CSS. > > Hi Tim, > Checkout: > > > It says: div#nav {margin

Re: [css-d] block box alignment

2008-09-17 Thread ray
Great! Your solution is what I want. I have never used such "auto" word. Thank you. On Wed, Sep 17, 2008 at 7:05 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > ray wrote: > > If I set a width for a block box within a containing block, for example >> 30%, the block box will be aligned with the l

Re: [css-d] block box alignment

2008-09-17 Thread ray
Thanks. I just want to try the abilities of CSS without float. On Wed, Sep 17, 2008 at 4:37 PM, Michael Adams <[EMAIL PROTECTED]>wrote: > On Wed, 17 Sep 2008 15:31:31 +0800 > Came this utterance fomulated by ray to my mailbox: > > > Hi, > > > > If I set a width for a block box within a containing

Re: [css-d] Possible to install multiple versions of IE?

2008-09-17 Thread David Jones
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Hedley Finger > Sent: Wednesday, September 17, 2008 1:26 PM > To: css-d > Subject: [css-d] Possible to install multiple versions of IE? > > > Currently, I was using IE 7 just for day-to-day browsin

[css-d] Possible to install multiple versions of IE?

2008-09-17 Thread Hedley Finger
Currently, I was using IE 7 just for day-to-day browsing for years. Just recently I started to build my website and now have installed several browsers for testing. Is it possible to install IE 5.5.x, 6.x, and 7.x on the same box? I ask because when Microsoft was sued for anti-competitive be

Re: [css-d] Relative and absolute positioning affect z-index in IE7

2008-09-17 Thread Gunlaug Sørtun
Tim Dawson wrote: > Point taken. But it seems here that R:P applied to the menu is > sufficient, without also resorting to the z-index. It's working OK > now. Good. According to CSS specs 'position: relative' without a 'z-index: (some value)' should default to 'z-index: auto' and not affect sta

Re: [css-d] Page width problem with IE6

2008-09-17 Thread David Hucklesby
On Wed, 17 Sep 2008 23:10:14 +0100, Tim Dawson wrote: [...] > > Works OK in FF3 and IE7, but in IE6 the menu persists in being about 30px too > wide, as > does the div#inner (grey background), although both are set to 770px in the > CSS. > > http://www.holidaymullandiona.co.uk/pages/home3.php (CS

[css-d] horizontal center aligning 2 forms

2008-09-17 Thread Jo Deman
Hiya, ok i finally got time to pickup on an old project, turns out i don't remember anything about css anymore :( i can't even get something horizontaly aligned any longer < http://www.scoutsheverlee.be/temp/sandbox/default.htm > when you click the login button at the top, the login part slides

Re: [css-d] Page width problem with IE6

2008-09-17 Thread Martin Möller
Tim Dawson <[EMAIL PROTECTED]> wrote: > Works OK in FF3 and IE7, but in IE6 the menu persists in being about 30px too > wide, as does the div#inner (grey background), although both are set to 770px > in > the CSS. Hi Tim, Checkout: It says: div#nav {margin-left: 0; width: 800px;} Heres where y

Re: [css-d] Relative and absolute positioning affect z-index in IE7

2008-09-17 Thread Tim Dawson
Gunlaug Sørtun wrote: > Tim Dawson wrote: > >> I did try the z-index route, but it didn't seem to make any >> difference, and I assumed that IE puts all positioned elements on >> top. You suggestion (above) has both, and I think it's the P:R that's >> doing the trick ? > > Note: z-index has no ef

[css-d] Page width problem with IE6

2008-09-17 Thread Tim Dawson
I have a page which is auto centred {margin: 0 auto;}, and is meant to be be 770px wide. This should allow it to display on a 800x600 screen with a vertical scroll bar, without requiring horizontal scrolling. I don't have an 800x600 screen, so the best I can do is simulate it using Web Developer

Re: [css-d] Script disabling inline property in FF?

2008-09-17 Thread Ingo Chao
Gunlaug Sørtun wrote: > Daniel Hammond wrote: >> URL: http://www.studentremix.org/ms/blog.htm > >> The column on the right is supposed to say "Log in", but in FF3, the >> div for that column is moved down below the left column. > > Can not tell you exactly what's bugging FF3, but it looks like a

Re: [css-d] Script disabling inline property in FF?

2008-09-17 Thread Daniel Hammond
| Daniel Hammond wrote: | > URL: http://www.studentremix.org/ms/blog.htm | | > The column on the right is supposed to say "Log in", but in | FF3, the | > div for that column is moved down below the left column. | | Can not tell you exactly what's bugging FF3, but it looks like another | strange

Re: [css-d] Script disabling inline property in FF?

2008-09-17 Thread Daniel Hammond
URL: http://www.studentremix.org/ms/blog.htm CSS: http://www.studentremix.org/ms/ms.css Here's a crazy situation: every tested browser (ie, safari, opera, chrome) EXCEPT firefox is displaying this page correctly. The column on the right is supposed to say "Log in", but in FF3, the div for that colu

Re: [css-d] Script disabling inline property in FF?

2008-09-17 Thread Gunlaug Sørtun
Daniel Hammond wrote: > URL: http://www.studentremix.org/ms/blog.htm > The column on the right is supposed to say "Log in", but in FF3, the > div for that column is moved down below the left column. Can not tell you exactly what's bugging FF3, but it looks like another strange thing surrounding

Re: [css-d] IE7 renders web pages incorrectly

2008-09-17 Thread Dinh
Thanks Sørtun for helpful tips I also read http://www.greywyvern.com/code/min-height-hack and http://aplus.rs/css/ie7-float-clearing/ . Both articles made me clearer about a couple of things Thanks and best regards Dinh On Wed, Sep 17, 2008 at 9:09 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote:

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-17 Thread Andrew Frazier
On Wed, 17 Sep 2008 18:29:08 +0100, Keith DiSarno <[EMAIL PROTECTED]> wrote: > So you want to go... > WORD --> word --> WORD > > ?? > No, the aim, I believe, is WORD --> word --> Word -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-17 Thread Jack Timmons
On Wed, Sep 17, 2008 at 3:53 AM, Chang Huang <[EMAIL PROTECTED]> wrote: > Something like 'text-transform: lowercase capitalize;' > > Is it possible to do that? I can't do text-transform twice, can I? > As far as I have tested: No. And as David wrote, your only choices are Capitalize, Uppercase, L

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-17 Thread Keith DiSarno
So you want to go... WORD --> word --> WORD ?? I am drawing a blank on the whole *can't capitalize a capitalized letter*. If the letter is already capitalized, the CSS is just going to leave it alone. No? __ css-discuss [EMAIL P

[css-d] Script disabling inline property in FF?

2008-09-17 Thread Daniel Hammond
URL: http://www.studentremix.org/ms/blog.htm CSS: http://www.studentremix.org/ms/ms.css Here's a crazy situation: every tested browser (ie, safari, opera, chrome) EXCEPT firefox is displaying this page correctly. The column on the right is supposed to say "Log in", but in FF3, the div for that col

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-17 Thread David Laakso
Chang Huang wrote: > Something like 'text-transform: lowercase capitalize;' > > Is it possible to do that? I can't do text-transform twice, can I? > _ Please see for choices you have at hand for text-transform: capitalize Puts the first characte

Re: [css-d] IE7 renders web pages incorrectly

2008-09-17 Thread Gunlaug Sørtun
Dinh wrote: > http://www.wvbresearch.com/ > > In IE7, some div get overlapped as if they belonged to different > layers. Change height-value on your .clear class, or delete the 'height' altogether. .clear { clear: both; padding-bottom: 1px; margin-bottom: -1px; height: 1% /*<-- this will work.

Re: [css-d] text-transform both lowercase AND capitalize?

2008-09-17 Thread Chang Huang
No, I don't want small caps, I want capitalize, but the problem is I can't capitalize something that is in big caps. So I want to transform them to lowercase first and them capitalize it. Todd wrote: > text-transform: small-caps; is what you do. > > Chang Huang wrote: >> Something like 'text-tra

Re: [css-d] block box alignment

2008-09-17 Thread Gunlaug Sørtun
ray wrote: > If I set a width for a block box within a containing block, for > example 30%, the block box will be aligned with the left edge of the > containing block. Is it possible to align it with the right edge of > the containing block, without the use of float? The addition of... margin

[css-d] IE7 renders web pages incorrectly

2008-09-17 Thread Dinh
Hi all, I have designed a website that is known to be rendered correctly in IE6, Firefox, Opera and Safari, except IE7. http://www.wvbresearch.com/ In IE7, some div get overlapped as if they belonged to different layers. Div did not push down the subsequent ones as it should. This bug happens on

Re: [css-d] Opera extra margin or padding

2008-09-17 Thread Bruno Fassino
On Wed, Sep 17, 2008 at 9:02 AM, Philippe Wittenbergh wrote: > > Apparently, Opera 9.5, 9.6b (and older ones ?) fail to inherit the > {text-align:left} declared on a rule in one of the parent divs > (#container), as it should [1]. > What you see is the default centre-alignment for the content of

[css-d] text-transform both lowercase AND capitalize?

2008-09-17 Thread Chang Huang
Something like 'text-transform: lowercase capitalize;' Is it possible to do that? I can't do text-transform twice, can I? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://c

Re: [css-d] block box alignment

2008-09-17 Thread Michael Adams
On Wed, 17 Sep 2008 15:31:31 +0800 Came this utterance fomulated by ray to my mailbox: > Hi, > > If I set a width for a block box within a containing block, for > example 30%, the block box will be aligned with the left edge of the > containing block. Is it possible to align it with the right edg

[css-d] IE menu not showing bg of links

2008-09-17 Thread Cristian Palmas
Hi All, I'm creating a XHTML/CSS template on a proprietary .NET CMS. I'm now facing bugs in IE7 and IE6, so you can see different problems in those browsers, in this moment. I'm now trying to correct the horizontal tab menu in the page at the link http://portali.ltt.it/aicod/PortaleMuseoBarezzi/a

[css-d] block box alignment

2008-09-17 Thread ray
Hi, If I set a width for a block box within a containing block, for example 30%, the block box will be aligned with the left edge of the containing block. Is it possible to align it with the right edge of the containing block, without the use of float? block box Maybe a silly

Re: [css-d] can not highlight text in IE

2008-09-17 Thread Gunlaug Sørtun
Wen-Chen Hol wrote: > http://cad.auckland.ac.nz/courses/1/publish/1/ > > the text in the page can not be highlighted. This will become a > problem for students that use IE for online studying. Google around, > could not find a solution... > > Anyone know a holy grill solution to this problem?

Re: [css-d] Opera extra margin or padding

2008-09-17 Thread Cristian Palmas
2008/9/17 Philippe Wittenbergh <[EMAIL PROTECTED]> > > On Sep 17, 2008, at 3:31 PM, Cristian Palmas wrote: > > >> http://portali.ltt.it/aicod/PortaleMuseoBarezzi/antonio_barezzi/articolo.aspxt >> > > The th cell in which "Nota" is >> written in a sort of purple color behaves normally in every bro

Re: [css-d] can not highlight text in IE

2008-09-17 Thread Rasal Postill
On Wed, 17 Sep 2008 13:23:35 +1200, Wen-Chen Hol wrote: | Hi | I am developing an tool, it has a major problem with ie | See the sample page here: | http://cad.auckland.ac.nz/courses/1/publish/1/ | | the text in the page can not be highlighted. | This will become a problem for students that use

Re: [css-d] Opera extra margin or padding

2008-09-17 Thread Philippe Wittenbergh
On Sep 17, 2008, at 3:31 PM, Cristian Palmas wrote: > http://portali.ltt.it/aicod/PortaleMuseoBarezzi/antonio_barezzi/articolo.aspxt > The th cell in which "Nota" is > written in a sort of purple color behaves normally in every browser > but > Opera 9.51. > > Opera 9.51 adds an extra left padd