[css-d] Margin Problems with Nested Vertical Nav List and IE

2006-07-15 Thread Anthony Baker
Hey Folks, Am hoping someone on the list might be able to help me here, as this problem is driving me nuts. I'm working on a template design for a site that uses a vertical multi-level navigation bar. After checking around, I decided to base mine off of A List Apart's Taming List (Nested), which

[css-d] Clearing Floats and Removing Vert Space

2006-07-10 Thread Anthony Baker
Hey Folks, Am hoping someone might be able to offer a solution here. I've got a navbar I'm putting together for a template that's in progress. The navbar is inside a couple of containers, allowing me to float the navbar to the right and still have a background with the same height that spans

Re: [css-d] Form Tag Woes and Safari/IE 6.0

2006-06-17 Thread Anthony Baker
Oh, btw: Am experiencing no such problems with the placement of the tags on Firefox or Flock, both of which I'm using. Cheers, Anthony __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 t

[css-d] Form Tag Woes and Safari/IE 6.0

2006-06-17 Thread Anthony Baker
Hey Folks, For the life of me, I can't figure this out, but here's a chunk of code I'm using for a single-line, multi input form (it's not yet written in accessible fashion, but will be). VIRTUAL U MEMBER ACCESSLogin: Password: Anyhow, on Safari there seems to be some hidden buffer

[css-d] Float Question for Ye

2006-06-17 Thread Anthony Baker
Hey Folks, Am looking for some float help here. Am trying to float a single-line form but (of course), the form is losing the background of the containing div. Doing this with images is, of course, easy because you know the width/height of the object you're floating, so you know how wide/ta

[css-d] Font Sizing: Why Is Firefox Different?

2006-06-16 Thread Anthony Baker
Hey Folks, Am wondering if someone has any info on this for me. Have been looking to different font sizing methods and decided to go with a method suggested by Dan Cederholm (as I recall) )where the font size is defined in the BODY tag and then percentages are used to increase or decrease the si

[css-d] What IMG Replacement Technique?

2006-04-19 Thread Anthony Baker
Hey Folks, I'm currently developing a site where I'm going to be using graphical navigation and an image replacement technique. I had been using the Malarkey technique (MIR), but that seems to fail a bit on certain versions of IE 6.0. Am looking for an alternative technique -- and no, I'm not go

Re: [css-d] MIR Image Replacement Bug Question

2006-04-19 Thread Anthony Baker
On Apr 19, 2006, at 7:41 AM, Ingo Chao wrote: > That is what comments #21 and #39 for IE6 (with screenshots) and #7 > for > Safari is complaining about on Andy Clarkes page you've cited. Silly me for not reading the comments all the way through. I'll do so now. And, as with others, I can't re

[css-d] MIR Image Replacement Bug Question

2006-04-19 Thread Anthony Baker
Hey Folks, I'm using the Malarkey Image Replacement technique on a site I'm currently developing (links to related pages follow) http://www.stuffandnonsense.co.uk/archives/mir_image_replacement.html http://www.stuffandnonsense.co.uk/archives/examples/malarkey-method- example.html In any even

Re: [css-d] Spacing and Heading Elements

2006-04-13 Thread Anthony Baker
On Apr 13, 2006, at 1:40 PM, Els wrote: > Can you show this in an online example? I find that if I set all > margins and paddings to 0, there is no space other than the > line-height (which would be there in a div as well). Ah, I must have been on crack. I deleted and rewrote the CSS for this a

[css-d] Spacing and Heading Elements

2006-04-13 Thread Anthony Baker
Hey Folks, Wonder if someone might be able to lend some thoughts here. In a site design I'm presently working on, I'm trying to keep the coding as semantic and simple as possible, so for content elements I'm trying to stick to formats like this: INTRO LINE HEADLINE Body copy Now,