Re: [css-d] Extra spacing within div

2013-08-20 Thread Dez Glidden
It appears the extra space is a result of the inline style display:block; on the a tags. Playing around in Chrome DevTools, I changed the display to inline-block and added a width: 100%; to keep the same clickable width. Seems to do the trick. Hope this helps. Dez _ On 20 Aug

Re: [css-d] responsive css

2013-05-20 Thread Dez Glidden
To solve the second point you raise about everything being small, the viewport meta tag would adjust how your design appears on mobile devices. There's numerous good resources available but as a starter a suggestion would be meta name=viewport content=width=device-width, initial-scale=1.0

Re: [css-d] Flex Box Code

2013-05-11 Thread Dez Glidden
Have a look at caniuse.com. Support is currently low between browsers and those that do support it, mainly require a browser prefix. Thanks Dez _  On 11 May 2013, at 06:08, Alan Vickery a...@newebirl.ie wrote: Is flex box code in use on browsers now? I have a home page on a