Log in

View Full Version : Question about half moon



wwday3
05-17-2007, 12:19 AM
I created a menu using the half moon CSS. Works great. But (there's always a but)...

My menu is in a header section that has a non-white background. The tabright gif has a tiny section in the upper right hand corner that shows up as a tiny white triangle (just beyond the "curve"). It's doesn't look "bad" by any means - it just bugs me.

Is there anything I can do about this? I pulled the image up in an image editor, but I'm not sure how I can modify the upper right corner. Is there a way to make those pixels transparent as well?

THanks,
Wally

mburt
05-17-2007, 12:42 AM
There should be something in the css similar to:

background:url(...) no-repeat top right;
If so, remove it.

If you can't find it we'll need to have the URL of the test page, or the source code.

wwday3
05-17-2007, 12:50 AM
A little confused. I tried removing the "top right no-repeat", and the "curve" disappeared completely.

I want to keep the gif because it "looks" like a tab. I just want that little white corner to blend into the background color.

Spiritvn
05-17-2007, 03:57 AM
A little confused. I tried removing the "top right no-repeat", and the "curve" disappeared completely.

I want to keep the gif because it "looks" like a tab. I just want that little white corner to blend into the background color.

hi,

I think you must use Adobe Photoshop and replace the background of that image. That's the only way if you use a curved menu by two top corner images.

Hf.