Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Complication with margins
Message
From
11/11/2016 13:13:22
 
 
To
11/11/2016 10:36:45
General information
Forum:
CSS
Category:
Other
Miscellaneous
Thread ID:
01643109
Message ID:
01643200
Views:
29
column-gap has a limited support: http://caniuse.com/#feat=multicolumn

I would rather have a positive margin on images and a negative padding on the containing div (à la bootstrap row / col)

>>I read Zell's posts because even when he's talking about Susy or some other framework, none of which I use, he does his homework and lays out the issues well..
>
>I can't make that work.
>
>I have this:
>
>
><!DOCTYPE html>
>
><style>
>.DivDivision
>{
>   display: inline-table;
>   column-gap: 10px;
>}
>
>#Image
>{
>   border: 1px solid #CCCCCC;
>   width: 170px;
>   height: 128px;
>}
></style>
>
><div class="DivDivision">
>
><IMG SRC=Store/1-100000/1-10000/2001-3000/00002737.jpg id="Image">
><IMG SRC=Store/1-100000/1-10000/2001-3000/00002733.jpg id="Image">
><IMG SRC=Store/1-100000/1-10000/2001-3000/00002740.jpg id="Image">
>
></div>
>
>
>The column-gap has no effect in all browsers. I am also using latest versions.
Thierry Nivelet
FoxinCloud
Give your VFP application a second life, web-based, in YOUR cloud
http://foxincloud.com/
Never explain, never complain (Queen Elizabeth II)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform