Re: [css-d] Still having some trouble with my rounded corners...

2006-11-27 Thread Chris Ovenden
Since your page is fixed-width, you already have two nested block level elements - div and ul - filling the rounded corners area, and a plain background, it should be fairly easy. I'd use two images only: one for the top left and right corners, the other for the bottom two. They will need to be

[css-d] Phantom menu underline

2006-11-27 Thread John Lockerbie
Please could somebody tell me why, on IE7 and Linux Firefox 2.0, there is, in effect, an underline under the word 'Home' on the horizontal menu of: http://www.catnaps.org/newsite4/islamic/design.html The style sheet is at: http://www.catnaps.org/newsite4/islamic/islamic.css and, more

Re: [css-d] IE and menu trouble

2006-11-27 Thread Holly Bergevin
From: Schalk Neethling [EMAIL PROTECTED] http://www.jcislord.org/index.php?option=com_contenttask=viewid=13Itemid=13 The drop-down over 'SpecialProjects' and 'Donations and Products' are going behind the image. I have tried setting the ul to a z-index of 2000 with no luck. Setting a z-index,

Re: [css-d] Phantom menu underline

2006-11-27 Thread Ingo Chao
John Lockerbie wrote: Please could somebody tell me why, on IE7 and Linux Firefox 2.0, there is, in effect, an underline under the word 'Home' on the horizontal menu of: http://www.catnaps.org/newsite4/islamic/design.html The style sheet is at:

Re: [css-d] ie7 site check

2006-11-27 Thread Ingo Chao
Kathleen Ballard wrote: Dear List, I have 2 sites that are broken in ie7. I have experimented with the css a bit and can't seem to find what it is that gives ie7 fits. If anyone can give me a push in the right direction, I would really appreciate it. The first site is here:

[css-d] Problems with spacing in IE on vert horiz centered thumbnails

2006-11-27 Thread jim o'malley
Hi I'm creating a website where I want to create a thumbnail gallery that vertically and horizontally centers images of non-uniform size and on clicking a thumb displays a large image opposite. In general this was working fabulously until I viewed it in IE (which appears to be a common theme).

[css-d] consistent css layout

2006-11-27 Thread Paulo Nobre
Hi, i'm trying to get this layout to work with css for weeks without 100% success.. the layout is +- like this: +++---+ | | || | left | | Header| | |

Re: [css-d] Site Check

2006-11-27 Thread ~davidLaakso
Richard Brown wrote: Hi Guys http://alexander.cregy.net/ http://alexander.cregy.net/wp-content/themes/NewSite/style.css I'm concerned it works in WinIE particularly the post information avoiding over lap with the logo in the right. Many thanks. It looks *much better* than it did

[css-d] fckeditor and CSS

2006-11-27 Thread Les Mizzell
I'm having some issues getting the fckeditor edit window display to match what's output on a display page. One issue I think I'm having is that the display page CSS is interfering with the material that's output from the editor. I'm trying to use a reset CSS file for the div containing the

[css-d] directory list with css

2006-11-27 Thread Gabriele Romanato
http://gabrieleromanato.altervista.org/map/index.html using google hacks i've found a lot of html 3.2 pages such as this. but hey, this is made with css! enjoy. Gabriele -- http://www.css-zibaldone.com/the-css-switch-project/

Re: [css-d] site gets very long pages in IE7

2006-11-27 Thread David Hucklesby
On Fri, 24 Nov 2006 15:29:46 +0100, Erik Visser wrote: the site below looks good in IE6 in IE7 it gets very long pages: http://bartbleijerveld.nl someone an idea why? Hi Eric, I do not know why, but I found that these two rules are the culprits: 46. #col_left, #col_right {

Re: [css-d] Positioning Question

2006-11-27 Thread Michelle Tarby
Thanks Roger - I decided to scrap the original style sheet that was cobbled together by someone else and the original HTML and start over again. I'm just about there, but have gaps between the images in the right hand navigation in Firefox and can't figure out how to get rid of them.

[css-d] dropdown menu won't display over embedded flash movie?

2006-11-27 Thread Peggy Coats
Anybody know how I can fix the CSS drop down nav on this page so it displays over the embedded movie? http://www.ambientglow.com/garage/GFI/web/index.html The css is here: http://www.ambientglow.com/garage/GFI/web/css/inside.css and here:

Re: [css-d] dropdown menu won't display over embedded flash movie?

2006-11-27 Thread Bradley Wright
Peggy Coats wrote: Anybody know how I can fix the CSS drop down nav on this page so it displays over the embedded movie? It's a well known issue with browser/OS widgets such as Flash movies, Java applets, and form elements that they render in a weird stacking, and are generally unaffected

Re: [css-d] Problems with spacing in IE on vert horiz centered thumbnails

2006-11-27 Thread ~davidLaakso
jim o'malley wrote: I'm creating a website where I want to create a thumbnail gallery that vertically and horizontally centers images of non-uniform size and on clicking a thumb displays a large image opposite. In general this was working fabulously until I viewed it in IE (which appears to be

Re: [css-d] Positioning Question

2006-11-27 Thread Ian Young
Subject: Re: [css-d] Positioning Question Thanks Roger - I decided to scrap the original style sheet that was cobbled together by someone else and the original HTML and start over again. I'm just about there, but have gaps between the images in the right hand navigation in FireFox and

Re: [css-d] dropdown menu won't display over embedded flash movie?

2006-11-27 Thread Peggy Coats
Those are some good reference links, Melissa. Thanks. Unfortunately it doesn't fix the problem (sigh). As long as the movie isn't loaded the drop-downs work; as soon as it is loaded, the menu falls behind the movie. P. On 11/27/06, Melissa Meyer [EMAIL PROTECTED] wrote: Peggy- I experienced

Re: [css-d] selecting all divs

2006-11-27 Thread Ed Seehouse
On 11/26/06, Ross Hulford [EMAIL PROTECTED] wrote: What is the selector for all divs? The selector in general for all of a given element is the element name. So for div the selector is: div {css rule here} and similarly the selector for all paragraphs is p {} and it generalizes to pretty

Re: [css-d] dropdown menu won't display over embedded flash movie?

2006-11-27 Thread Micky Hulse
This might help: *[solution] Flash, Suckerfish, (d)html hidden, wmode opaque/transparent...* http://tinyurl.com/yk3jdg wmode=opaque should fix... but read that full post for the details. Also, for even more info, here is the parent thread: *force flash to play below dhtml menu?*