Re: [css-d] IE issue!

2014-01-23 Thread Tom Livingston
Sent from my iPhone > On Jan 23, 2014, at 1:45 AM, Philippe Wittenbergh wrote: > > >> Le 23 janv. 2014 à 03:34, Ed Pybus a écrit : >> >> 've encounter an odd problem with display:inline-block. When I have the >> website on a USB stick and open it in IE11 it opens as expected, when I >> tran

Re: [css-d] IE issue!

2014-01-22 Thread Philippe Wittenbergh
Le 23 janv. 2014 à 03:34, Ed Pybus a écrit : > 've encounter an odd problem with display:inline-block. When I have the > website on a USB stick and open it in IE11 it opens as expected, when I > transfer it to the server and open it the elements that should be display > as inline-block are displ

Re: [css-d] IE issue!

2014-01-22 Thread Eric
Ed, I'm surprised that IE11 would be the source of your problem, the last I read it's the most standards compliant UA in the wild. I've had less problems with it than Mozilla or Chrome UAs. Anyway, could provide a link to the page in question so it can be looked at? Eric Miner > On January 22,

Re: [css-d] IE issue!

2014-01-22 Thread Tom Livingston
On Wed, Jan 22, 2014 at 1:34 PM, Ed Pybus wrote: > Hiya, > > I've building a very simple internal website for work. Unfortunately they > use IE11. > I would have say, it could be worse... IE7 for example... I'd say your lucky. And I don't like IE. > I've encounter an odd problem with display:inli

[css-d] IE issue!

2014-01-22 Thread Ed Pybus
Hiya, I've building a very simple internal website for work. Unfortunately they use IE11. I've encounter an odd problem with display:inline-block. When I have the website on a USB stick and open it in IE11 it opens as expected, when I transfer it to the server and open it the elements that should

Re: [css-d] IE issue with positioning

2009-01-19 Thread David Laakso
Jeff Chastain wrote: I am having some issues with IE getting a layout design to work and I would like to see if anybody can offer any pointers before this drives me nuts. The issue I am running into is that I have a box which has a fluid width (90% of the page). Within that box, I am attempting

Re: [css-d] IE issue with positioning

2009-01-19 Thread Bill Brown
Jeff Chastain wrote: The issue I am running into is that I have a box which has a fluid width (90% of the page). Within that box, I am attempting to absolutely place another box at the very top, but with a 14px margin on both the left and right side. The following CSS rules work just fine in Fi

Re: [css-d] IE issue with positioning

2009-01-19 Thread Amedeo Mantica
try the following: #header { position: absolute; top: 0; margin-left: 14px; margin-right: 14px; } are sure that u need absolute positioning?? r

[css-d] IE issue with positioning

2009-01-19 Thread Jeff Chastain
I am having some issues with IE getting a layout design to work and I would like to see if anybody can offer any pointers before this drives me nuts. The issue I am running into is that I have a box which has a fluid width (90% of the page). Within that box, I am attempting to absolutely place ano

Re: [css-d] IE Issue Causing me problems

2007-10-22 Thread Alan Chandler
On Monday 22 Oct 2007, Ingo Chao wrote: > Alan Chandler wrote: > > ... > > In firefox I can make this overall area position itself under the > > header and fill the rest of the browser window with the following > > css > > > > #loginContent { > > position:absolute; > > top:140px; > > le

Re: [css-d] IE Issue Causing me problems

2007-10-22 Thread Ingo Chao
Alan Chandler wrote: > ... > In firefox I can make this overall area position itself under the header > and fill the rest of the browser window with the following css > > #loginContent { > position:absolute; > top:140px; > left:0px; > bottom:0px; > width:100%; >

[css-d] IE Issue Causing me problems

2007-10-22 Thread Alan Chandler
I run a members only forum and I have created an online chat based on the Ajax Chat code provided by blueimp.net. This is mostly javascript writing into some empty containers on a web page. It is all working perfectly in firefox, but in internet explorer v6 I am having problems. In essence,

Re: [css-d] IE issue

2007-01-08 Thread Jehangir Larry
Thanks very much. - Original Message - From: "Gunlaug Sørtun" <[EMAIL PROTECTED]> To: "Gunlaug Sørtun" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, January 09, 2007 11:44 AM Subject: Re: [css-d] IE issue > Sending this to the list also, as some may actua

Re: [css-d] IE issue

2007-01-08 Thread Gunlaug Sørtun
Sending this to the list also, as some may actually read the archives. Jehangir Larry wrote: > I would like you to explain the 'static' issue a bit more. This is > one area that truly befuddles me. 'position: static' is the default-value, but since 'position: relative' is used on :hover I had t

Re: [css-d] IE issue

2007-01-08 Thread Jehangir Larry
Please ignore 'footer'. issue resolved. SORRY. Regards. Larry - Original Message - From: "Gunlaug Sørtun" <[EMAIL PROTECTED]> To: "Jehangir Larry" <[EMAIL PROTECTED]> Cc: Sent: Monday, January 08, 2007 3:53 PM Subject: Re: [css-d] IE issue &

Re: [css-d] IE issue

2007-01-08 Thread Jehangir Larry
--snip-- Gunlaug Sørtun wrote: > ...and contains all styles needed for a stable effect. > I have more or less copied the visual effects from the original, as seen > in the good browsers. > > The "trick" for IE6 is that 'position: relative' is switched on :hover, > and switched back to 'position: st

Re: [css-d] IE issue

2007-01-08 Thread Gunlaug Sørtun
Andy Harrison wrote: > Weird - also, now in IE the large images stay shown even when you're > no longer hovering. Sorry to say I've no idea why... :-/ >> www.teerthyatri.com IE6 (at least) gets "locked up" on 'position: relative'. There are too much styling for the wanted effect in there. The

Re: [css-d] IE issue

2007-01-07 Thread Andy Harrison
index = 100 and .pic a .large having = > 1000! (The 1000 is in frustration!) > We live and we learn. > Thanks again. > Larry > > - Original Message - > *From:* Andy Harrison <[EMAIL PROTECTED]> > *To:* Jehangir Larry <[EMAIL PROTECTED]> > *Cc:* css-d@list

Re: [css-d] IE issue

2007-01-07 Thread Jehangir Larry
ry 07, 2007 6:57 AM Subject: Re: [css-d] IE issue Sorry Larry, I don't see what's causing that. I did notice that the image popups don't work correctly in IE 6 though (they aren't absolutely positioned); who knows, it may have something to do with that. I have a few

Re: [css-d] IE issue

2007-01-06 Thread Andy Harrison
Sorry Larry, I don't see what's causing that. I did notice that the image popups don't work correctly in IE 6 though (they aren't absolutely positioned); who knows, it may have something to do with that. I have a few suggestions for your CSS: .pic a .large { /*...*/ display:none; /*i

[css-d] IE issue

2007-01-06 Thread Jehangir Larry
Please take a look at the single picture in the sidebar www.teerthyatri.com It appears below the menu in FF but 'crawls up' in IE, including IE7. Appreciate all help. TIA Larry __ css-discuss [EMAIL PROTECTED] http://www.css-disc

Re: [css-d] IE Issue: Floated Image pushes into Left Aligned Text

2006-03-02 Thread Fu Ni T'hat
Laura Watts wrote: > I'm having an issue only in IE where the text adjacent to the floated > left image is pushed in a couple pixels; once the text clears the > bottom of the image, the left aligned text displays correctly. Perhaps the discussion on this page helps: http://www.positioniseveryt

Re: [css-d] IE Issue: Floated Image pushes into Left Aligned Text

2006-03-02 Thread Vic Rauch
>Laura wrote: >I'm having an issue only in IE where the text adjacent to the floated >left image is pushed in a couple pixels; once the text clears the >bottom of the image, the left aligned text displays correctly. >See it here: > http://www.thedesignasylum.com/secretstash/IE_layout_issue.html

[css-d] IE Issue: Floated Image pushes into Left Aligned Text

2006-03-02 Thread Laura Watts
Hi, I'm having an issue only in IE where the text adjacent to the floated left image is pushed in a couple pixels; once the text clears the bottom of the image, the left aligned text displays correctly. See it here: http://www.thedesignasylum.com/secretstash/IE_layout_issue.html I based this

[css-d] IE issue - Max-width

2005-07-06 Thread Robert Neville
Internet Explorer always presents me with challenge. The current issue involves emulating max-width in IE using the technique described by Svend Tofte. http://www.svendtofte.com/code/max_width_in_ie/ The CSS code uses javascript expressions and feeds the browser's width to the style. The CSS code

Re: [css-d] IE issue - DIV's not going full width

2005-05-17 Thread Jonathan Duncan
Ingo, Thank you for what seems to be a great deal of time that you have put into looking at my problem and even providing example pages. You explanation makes sense. Now I just need to see if the customer is willing to change the source instead of just the CSS. Thank you, Jonathan >>> In

Re: [css-d] IE issue - DIV's not going full width

2005-05-15 Thread Ingo Chao
Ingo Chao schrieb: But what if the parent is not the ancestor? Sorry, should read: But what if the parent is not the containing block? But you got the meaning. Ingo __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailm

Re: [css-d] IE issue - DIV's not going full width

2005-05-15 Thread Ingo Chao
Jonathan Duncan schrieb: Thank you Ingo, the position:relative at least got the logo and nav to align to a different div which makes them closer to being in the center. However I am also trying to get them to stretch out to fill the whole page horizontally. These two div have no width that I can

Re: [css-d] IE issue - DIV's not going full width

2005-05-13 Thread Jonathan Duncan
Thank you Ingo, the position:relative at least got the logo and nav to align to a different div which makes them closer to being in the center. However I am also trying to get them to stretch out to fill the whole page horizontally. These two div have no width that I can see and they are not b

Re: [css-d] IE issue - DIV's not going full width

2005-05-12 Thread Ingo Chao
Jonathan Duncan schrieb: I have an issue with a site I am working on: http://hula-project.com/Hula_Server My problem is that in IE (XP) the top navigation (#p-navbar) and header logo (#p-logo) will not display full width across the screen Opera8 flushes it to the left like IE6. FF centers it. Both

[css-d] IE issue - DIV's not going full width

2005-05-12 Thread Jonathan Duncan
I have an issue with a site I am working on: http://hula-project.com/Hula_Server We are using the MediaWiki tool on it which is only a side note. My problem is that in IE (XP) the top navigation (#p-navbar) and header logo (#p-logo) will not display full width across the screen like they do in