Re: [css-d] building a menu

2008-12-04 Thread Matijs
cript so even if it's not your thing you should be able to figure out how to use it. Another thing. Javascript is really only necessary to get things working in IE6 (and to a lesser degree IE7 in that case as well). If IE6 is not important to you, you can solve this completely with CSS. Gr. Mat

Re: [css-d] Web Site Dev & Beefs

2008-07-26 Thread Matijs
On Sat, Jul 26, 2008 at 5:19 AM, Christopher <[EMAIL PROTECTED]> wrote: > Christopher wrote: > > Svend Tofte wrote: > > > >> 2008/7/26 Christopher <[EMAIL PROTECTED]>: > >> > >> > >>> Svend Tofte wrote: > >>> > >>> > [snipped] > Regards, > Svend > > > >> > >> > >>> Hi, Ste

Re: [css-d] IE6 a:hover issue - all images disappear!!

2008-07-24 Thread Matijs
Try a "position: relative;" on your s On Thu, Jul 24, 2008 at 8:44 AM, Blake <[EMAIL PROTECTED]> wrote: > Hi list, > > I have an issue in IE6 and I can't find any information about it online. > > I have a sub-nav list with a bunch of links and I have a background > image that is set to appear on

Re: [css-d] links separated by a pipe ... pipe too tall

2008-07-17 Thread Matijs
Not directly, you could give line-height a go and fiddle with padding to get stuff the way you want it. On Thu, Jul 17, 2008 at 11:43 PM, Kelly Moore <[EMAIL PROTECTED]> wrote: > So I have a list links, separated by a pipe, a la alistapart. My > issue, the pipes are so darned tall! Odd from a

Re: [css-d] IE6 - menu bar spacing

2008-07-16 Thread Matijs
pending on where or whether you want your label to show up you can style the and / or the inside the label and the input field itself. Fieldset is a block level element and can be styled accordingly. Feel free to contact me (off-list if you want) if you need more information. Gr. Matijs On W

Re: [css-d] image background question

2008-07-10 Thread Matijs
On Wed, Jul 9, 2008 at 10:47 PM, Kelly Moore <[EMAIL PROTECTED]> wrote: > trying to figure out how to use a small image (such as a fat arrow) as > a background. want to be able to re use the arrow and place different > numbers over it. I've tried the following, but the arrow does not > display: >

Re: [css-d] Link attribute syntax

2008-07-10 Thread Matijs
h3.titre a { color: #eef; } should do it... On Wed, Jul 9, 2008 at 6:20 PM, Colin Mcgarry <[EMAIL PROTECTED]> wrote: > I'm sure my problem is ridiculously simple but it's driving me mad. > > Firefox tells me my link is > div#contenu>liste-article>ul .somm-titre>li>h3.titre>a > > What is the

Re: [css-d] extra right padding/margin in IE6

2008-06-20 Thread Matijs
display: inline; on the divs for IE6... it sounds like the famous Double Margin bug On Thu, Jun 19, 2008 at 9:18 PM, Andrew Gaffney <[EMAIL PROTECTED]> wrote: > David Hucklesby wrote: > > On Wed, 18 Jun 2008 17:37:41 -0500, Andrew Gaffney wrote: > >> I've got a weird issue with a site that I'm wo