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 e...@l-c-n.com wrote:
 
 
 Le 23 janv. 2014 à 03:34, Ed Pybus e...@slrecords.net 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 displaying just as a block. The elements in questions
 is a list of lis.
 
 When you open the page from the server, what document mode is IE in? Open the 
 developer tools (F12), it should say near the top 'standard document mode' or 
 'backwards compat' or words to that effect. I seem to remember that IE 
 defaulted to back-compat mode (= IE7) for intranets - that used to be the 
 case for IE 8 at least.
 
 If that is the case, then display: inline-block only applied to elements 
 whose natural display is inline.
 
 Philippe
 --
 Philippe Wittenbergh


I had accidentally had an offline conversation (didn't realize we weren't 
replying all) with Ed and suggested this. Turns out that was the issue.
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] Replacing table layout with CSS

2014-01-23 Thread SSC_perl
On Jan 20, 2014, at 6:31 AM, Tom Livingston wrote:
 Try playing with the fieldset wrapping the search_box. Some other 
 margin/padding settings were helping. Tweak to suit:
 
 margin: 0 2% 0 0;
 padding-top: 2px;

Tom,

I plugged in those parameters and played around with various 
combinations and was able to get the graphic to line up with the others, but 
the text won't budge.  Oh well, it's close enough.  Since I haven't heard from 
anyone else, I'll just leave it alone for now.

Thanks again for your help.  It was much appreciated.

Frank

http://www.surfshopcart.com/
Setting up shop has never been easier!

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/