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
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
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,
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
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
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
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
try the following:
#header {
position: absolute;
top: 0;
margin-left: 14px;
margin-right: 14px;
}
are sure that u need absolute positioning??
r
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
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
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%;
>
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,
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
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
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
&
--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
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
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
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
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
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
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
>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
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
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
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
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
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
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
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
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
31 matches
Mail list logo