Re: [css-d] Suggestions

2006-04-16 Thread Rob Mientjes
On 16/04/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > http://treycopeland.net/newsite/ > > Any suggestions for that nav bar? Make it bullet proof? "No, make it orange!"? Change the font? There is something you're unhappy with, and you should mention that. Otherwise no one can help you. Now

Re: [css-d] IE check on mindimp.co.uk

2006-04-15 Thread Rob Mientjes
On 15/04/06, Rob Mientjes <[EMAIL PROTECTED]> wrote: > The creeping text happens—in the current situation and in IE6—when you > hover links in the comments area on a post page. I've tossed in > Georg's suggestions (and yours) and the text still creeps. Okay, discussed i

Re: [css-d] IE check on mindimp.co.uk

2006-04-15 Thread Rob Mientjes
On 15/04/06, Ingo Chao <[EMAIL PROTECTED]> wrote: > I am not sure. > > When I change > .postpage #main { /*margin: 0pt 9%;*/} > #header { /*max-width: 64em;*/ } > #content { /*max-width: 64em;*/ } > > IE6,7 and Fx look nearly the same, I think. > > I do not see a creeping text, all the problems in

Re: [css-d] IE check on mindimp.co.uk

2006-04-15 Thread Rob Mientjes
Thanks guys. Gunlaug, I was aware of the max-width thing, but failed to use the expression() thing. And indeed, IE/Mac doesn't see the comments anyway. Slight oversight. Thanks for your help! Ingo, that fixed it. Thanks to you too. One thing that remains is the creeping text, which I cannot seem

Re: [css-d] IE check on mindimp.co.uk

2006-04-15 Thread Rob Mientjes
On 13/04/06, Rob Mientjes <[EMAIL PROTECTED]> wrote: > so if anyone knows the fix(es) to these > problems (and if present, any others), I would be very grateful. Can no one help me? If I didn't provide enough info, the CSS is here: <http://mindimp.co.uk/wp-content/th

[css-d] IE check on mindimp.co.uk

2006-04-13 Thread Rob Mientjes
Hello all, Let me first mention the site I'm talking about, which is . The front page shows no issues apart from the search box acting a bit off-beat. The post page, however, is where the troubles surface in IE6. IE7 seems to understand me better, but IE6 is a real pain

Re: [css-d] Peer Review Request: MacNimble.com Holy Grail Template

2006-03-28 Thread Rob Mientjes
On 28/03/06, Bill Brown/Jessica Weinberg <[EMAIL PROTECTED]> wrote: > The link is http://www.macnimble.com It doesn't always work in Safari. That is, the first time I checked this, it didn't give me a scroll bar so I couldn't see anything more of it. I refreshed and then ended up with just the hea

Re: [css-d] rollovers in safari

2006-03-27 Thread Rob Mientjes
On 27/03/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > http://stuartgladstone.com/homepage2.html > > why do the rollovers (a:hover) not work in safari or firefox? The anchors don't contain any content of sorts. I think you should just keep the links normal and then do some text replacement. I

Re: [css-d] Gmail's CSS for expanding subject lines

2006-03-04 Thread Rob Mientjes
On 04/03/06, Carl Youngblood <[EMAIL PROTECTED]> wrote: > Well, Gmail has a feature where the subject lines in the email list don't > wrap but just flow underneath the other columns in the list if they are too > long. It's not exactly the same but similar. I wish I knew exactly how > they were do

Re: [css-d] Gmail's CSS for expanding subject lines

2006-02-24 Thread Rob Mientjes
On 24/02/06, Andrew Close <[EMAIL PROTECTED]> wrote: > On 2/23/06, Carl Youngblood <[EMAIL PROTECTED]> wrote: > > Success! I needed to use "white-space: nowrap" > > > > Carl, do you have an example that you could show us? > thanks! And while you're at it, try text-overflow:ellipsis; with that. It

Re: [css-d] Portfolio display issues (design.zooibaai.nl)

2006-02-17 Thread Rob Mientjes
Posted this back to the list again. Maybe someone else is able to help out here? On 17/02/06, cj <[EMAIL PROTECTED]> wrote: > On 2/17/06, Rob Mientjes <[EMAIL PROTECTED]> wrote: > > On 17/02/06, cj <[EMAIL PROTECTED]> wrote: > > > did you figure thi

Re: [css-d] Footer That Extends Fully to the Right

2006-02-10 Thread Rob Mientjes
On 10/02/06, anathema <[EMAIL PROTECTED]> wrote: > I am not following you. In its current state everything is in a > centered wrapper, including the footer. It sounds like your > suggesting I wrap the leftcol and content in a div and then wrap that > in another div? Yeah I am no following. I need i

Re: [css-d] site check -garden design site

2006-02-10 Thread Rob Mientjes
On 10/02/06, Patrick Aljord <[EMAIL PROTECTED]> wrote: > The menu on the left does look a little fuzzy, well kind of, here is a > screenshot: > http://2e2c.free.fr/sitechecksshots/litchfieldgardens.png > > it's on Konqueror which should look like safari. Yes, but WebKit (the render engine IIRC) do

Re: [css-d] Footer That Extends Fully to the Right

2006-02-10 Thread Rob Mientjes
On 10/02/06, anathema <[EMAIL PROTECTED]> wrote: > I suppose I could use a 3 col layout with fixed width center column > and fluid side columns and then just not put any content in the side > columns and throw a back ground image in the right column. I have > never even used that kind of layout, an

Re: [css-d] More than one DIV how to

2006-02-07 Thread Rob Mientjes
On 07/02/06, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > ¿How I can put 5 DIV one after other? I research but not found nothing. For > example: Float them left. All of them. See for more info. HTH -Rob. _

Re: [css-d] Can div be wider than viewport without horizontal scoll bar?

2006-02-06 Thread Rob Mientjes
On 06/02/06, James Eaton <[EMAIL PROTECTED]> wrote: > Is there a way to have a div wider than the viewport without causing the > browser to display a horizontal scroll bar? position: absolute; will take it out of the flow. Any flow, so a 200%-wide absolutely positioned div will take that space, bu

[css-d] Portfolio display issues (design.zooibaai.nl)

2006-02-03 Thread Rob Mientjes
Hi all, I redesigned my portfolio last week and was convinced it didn't look _that_ awful in IE. Then I saw this screenshot and wondered just why a local IE6 testbed didn't display this wicked freak show. That's not important right

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
On 9/25/05, David Laakso <[EMAIL PROTECTED]> wrote: > Side columns bounce when scrolled in IE. Repeated scrolling crashes > browser.http://zooibaai.nl/sandbox/basant/ I had that when the sides were still "fixed" with IE7, but now they're static for me on IE6. Are they "fixed" for you like on Firef

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
On 9/25/05, David Laakso <[EMAIL PROTECTED]> wrote: > The page is bumpy when scrolled in IE, yes. The links cause motion > sickness (mambo) on hover in all browsers. The links shift 3 pixels, which is intended. The bumpy scrolling... Is that still the case? I killed IE7. __

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
On 9/25/05, David Laakso <[EMAIL PROTECTED]> wrote: > Locked @ 1280 in XP_SP2 IE/FF/Moz/Opera. Yup, it started messing with my layout and the elements moved along with a drag: not good. I disabled it for now. But wait, FF too? That's weird. > (and mambo on hover) That's just in IE, right? _

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
http://annevankesteren.nl/2004/07/fixed-positioning http://www.cssplay.co.uk/layouts/fixed.html There's also my Frames without Frames http://www.fu2k.org/alex/css/frames which is, in my not very humble opinion, a much more thorough and expansive take on the matter. And the granddaddy of al

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
I have it fixed now, and I'm trying IE7 (the JS) to "fix" the layout. We'll see if that's any good. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
On 9/25/05, matthijs abeelen <[EMAIL PROTECTED]> wrote: > http://annevankesteren.nl/2004/07/fixed-positioning > http://www.cssplay.co.uk/layouts/fixed.html Yeah, will check again. > Fixed positioning can be difficult to get going cross-browser. Maybe some > of the real css-gurus here could hel

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
On 9/25/05, matthijs abeelen <[EMAIL PROTECTED]> wrote: > A solution might be to get rid of the fixed positioning, and instead float > > Hope this helps a bit. Really, I didn't take (have) the time to test > elaborately, so hopefully I didn't introduce new messy stuff. Uh, I actually _want_ the

[css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
Hey all, Working on something right now and it displays perfectly in Safari, performs like it should in Firefox and leaves me flabbergasted in IE. I'm aware of IE's limitations, but I know it can work. Question is, who can help me make it work? http://zooibaai.nl/sandbox/basant/ is what I'm talki

[css-d] IE doesn't like my fixed layout much

2005-09-25 Thread Rob Mientjes
Hey all, Working on something right now and it displays perfectly in Safari, performs like it should in Firefox and leaves me flabbergasted in IE. I'm aware of IE's limitations, but I know it can work. Question is, who can help me make it work? http://zooibaai.nl/sandbox/basant/ is what I'm talki

[css-d] Safari kills some bottom margins

2005-06-23 Thread Rob Mientjes
Ello all, First attempt from me at getting some help here, but since it's an issue with Safari (Safari issues are hardly documented), I think I'm safe to ask about it. http://flickrbits.com/ This showcases the problem on the longer pages. The footer gets cut off, and the post pages kill the bette

Re: [css-d] p:hover

2005-06-18 Thread Rob Mientjes
On 6/18/05, David Laakso <[EMAIL PROTECTED]> wrote: > This p element in hover state thing > is 'close, but no cigar' in > compliant browsers, and not working at all in IE. Well, IE only supports :hover on anchors unless you use the famous JavaScript s

Re: [css-d] Removing the indentation from an UL

2005-06-16 Thread Rob Mientjes
On 6/16/05, Matthew Velic <[EMAIL PROTECTED]> wrote: > I was wondering how to remove the indents from my UL. It is being used > as a nav menu, so I don't see any point to those indents taking up > useful pixel space. Short version: margins and paddings. Long version: http://css.maxdesign.com.au/