Re: [css-d] good tutorials

2009-02-21 Thread David McGlone
On Friday 20 February 2009 8:32:52 am Virgilio Quilario wrote: Hi all, I've been browsing the web for a few days looking at css tutorials, but I thought I would ask the list if they knew of any good ones that I may have missed. I'm looking for something that goes in depth with

[css-d] Margin not working!

2009-02-21 Thread Ian Young
Hi guys I must be really stupid as I cannot see where I am going wrong here. I cannot remember this being a problem before. Top margin in inner div is just pulling both divs down rather than having border all round. See http://www.iyesolutions.co.uk/templates/css/portfolio-test.php

Re: [css-d] Margin not working!

2009-02-21 Thread Gunlaug Sørtun
Ian Young wrote: Top margin in inner div is just pulling both divs down rather than having border all round. See http://www.iyesolutions.co.uk/templates/css/portfolio-test.php Vertical margins are collapsing[1]. Add... #wrapper {overflow: hidden;} ...to contain them. regards

Re: [css-d] Margin not working!

2009-02-21 Thread Ian Young
-Original Message- From: Gunlaug Sørtun [mailto:gunla...@c2i.net] Sent: 21 February 2009 16:34 To: Ian Young Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Margin not working! Ian Young wrote: Top margin in inner div is just pulling both divs down rather than having

[css-d] CSS Lists and Sprites

2009-02-21 Thread Eric Katz
Hello! I am fairly new at this mailing list sort of stuff along with css as well but I have been receiving emails and reading/learning a lot. For reference this is the page i am working on right now: http://www.team-identity.org/akathletics/newcode/

Re: [css-d] CSS Lists and Sprites

2009-02-21 Thread Gunlaug Sørtun
Eric Katz wrote: http://www.team-identity.org/akathletics/newcode/ This is a picture of what the list im trying to make is supposed to look like: http://www.akathletics.com/images/intialsetcopy/akathleticsNewSitev8.jpg 1: keep all 8 list-items in one ul - ul id=navbuttons - in the

[css-d] XML and DOM tests

2009-02-21 Thread Gabriele Romanato
This is my last delivery, about the interaction between the DOM and the XML format: http://www.css-zibaldone.com/listing/test/xml-dom/tests.html HTH ^.^ -- http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English)

Re: [css-d] CSS Lists and Sprites

2009-02-21 Thread Philippe Wittenbergh
On Feb 22, 2009, at 6:09 AM, Gunlaug Sørtun wrote: 2: apply 'display: inline-block' (and centering), followed by the necessary fixes for IE7 and older. This will do... #navbuttons li { display:inline-block; width:220px; height:180px; padding:0;

[css-d] Positioning Issues - how to center the middle float?

2009-02-21 Thread Robert Lane
I am having some positioning problems over here: http://tinyurl.com/5kxvdb I have a UL floating left - an image floating left - and a UL floating right. There is probably an easier way to do this. But basically I want the image to be centered between the two UL floats. Centered in the page.

Re: [css-d] CSS Lists and Sprites

2009-02-21 Thread Eric Katz
2009/2/21 Gunlaug Sørtun gunla...@c2i.net - Hide quoted text - Eric Katz wrote: http://www.team-identity.org/akathletics/newcode/ This is a picture of what the list im trying to make is supposed to look like: