RE: [WSG] Anchor won't position in IE 8

2011-03-24 Thread Thierry Koblentz
 Here's the page in question:
 http://www.koisis.com/.clients/vascos/dev/facilities.htm
 
 Anchor tag (View Gallery) is in the div with the Image to Come
 image.
 
 If you look at this link in FF (et. al) you'll see it's positioned
 correctly.
 
 Now switch to IE 8 (probably ie 7 as well) and you'll see that it's
 positioned outside and to the bottom of the div.
 
 What's also really weird is that IE is also NOT respecting other css
 attributes I've given to this anchor (size, text-decoration, etc).

Try this:

#intro_image {position:relative;}


--
Regards,
Thierry
@thierrykoblentz
www.tjkdesign.com | www.ez-css.org | www.css-101.org



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Anchor won't position in IE 8

2011-03-24 Thread ankhscriber

пользователь Cole Kuryakin c...@koisis.com написал:


Now switch to IE 8 (probably ie 7 as well) and you'll see that it's
positioned outside and to the bottom of the div.
What's also really weird is that IE is also NOT respecting other css
attributes I've given to this anchor (size, text-decoration, etc).



Cole



Are you sure you checked in IE8? Maybe it switched in IE7 mode?
Problem in -- #intro_image {position:inherit;} -- because IE versions below  
8 don't support 'inherit', so your anchor was aligned to body tag.
As Thierry Koblentz suggested use straight declaration of position:relative  
on #intro_image.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

RE: [WSG] Anchor won't position in IE 8

2011-03-24 Thread Cole Kuryakin
Thierry and ankhscriber -

Position:relative did the trick. For a minute it still didn't work until I
cleared my cache.

Anyway, all is well now; thanks much to you both!

Cole

-Original Message-
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of Thierry Koblentz
Sent: Thursday, March 24, 2011 2:11 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] Anchor won't position in IE 8

 Here's the page in question:
 http://www.koisis.com/.clients/vascos/dev/facilities.htm
 
 Anchor tag (View Gallery) is in the div with the Image to Come
 image.
 
 If you look at this link in FF (et. al) you'll see it's positioned 
 correctly.
 
 Now switch to IE 8 (probably ie 7 as well) and you'll see that it's 
 positioned outside and to the bottom of the div.
 
 What's also really weird is that IE is also NOT respecting other css 
 attributes I've given to this anchor (size, text-decoration, etc).

Try this:

#intro_image {position:relative;}


--
Regards,
Thierry
@thierrykoblentz
www.tjkdesign.com | www.ez-css.org | www.css-101.org



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Anchor won't position in IE 8

2011-03-24 Thread Jayachandran Kandasamy
Cole,

I tested the page in FF and IE8, it looks similar :) it is already working
gr8

Thanks,
JC


On Thu, Mar 24, 2011 at 1:34 PM, Cole Kuryakin c...@koisis.com wrote:

 Thierry and ankhscriber -

 Position:relative did the trick. For a minute it still didn't work until I
 cleared my cache.

 Anyway, all is well now; thanks much to you both!

 Cole

 -Original Message-
 From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
 Behalf Of Thierry Koblentz
 Sent: Thursday, March 24, 2011 2:11 PM
 To: wsg@webstandardsgroup.org
 Subject: RE: [WSG] Anchor won't position in IE 8

  Here's the page in question:
  http://www.koisis.com/.clients/vascos/dev/facilities.htm
 
  Anchor tag (View Gallery) is in the div with the Image to Come
  image.
 
  If you look at this link in FF (et. al) you'll see it's positioned
  correctly.
 
  Now switch to IE 8 (probably ie 7 as well) and you'll see that it's
  positioned outside and to the bottom of the div.
 
  What's also really weird is that IE is also NOT respecting other css
  attributes I've given to this anchor (size, text-decoration, etc).

 Try this:

 #intro_image {position:relative;}


 --
 Regards,
 Thierry
 @thierrykoblentz
 www.tjkdesign.com | www.ez-css.org | www.css-101.org



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***