Re: [css-d] IE Problem - Menu

2008-03-30 Thread Katherine Coynor
It looks okay to me. Could you be a bit more specific about the issues you're having with it? Kat On Sat, Mar 29, 2008 at 5:31 PM, Ibrahim Y [EMAIL PROTECTED] wrote: hello all, I have problem with top menu on both IE67. the link: http://www.ndaworld.org/ the css is validated with no

Re: [css-d] IE Problem - Menu

2008-03-30 Thread Ibrahim Y
On IE7 only one menu item appear, on IE6 the items appears in vertical. you can check the top menu on FF IE to see the difference. *a new problem, *although I use center for the body the main div#center the body is centered. On Sun, Mar 30, 2008 at 8:19 AM, Katherine Coynor [EMAIL PROTECTED]

Re: [css-d] IE Problem - Menu

2008-03-30 Thread Katherine Coynor
I see. I hadn't noticed that before. I think part of the problem might be that you have the display parameter in the mainlevel-nav class set to block. If my understanding of CSS is correct, block ensures that there is a line break before and after the element. What I would suggest you do is

Re: [css-d] IE Problem - Menu

2008-03-30 Thread Katherine Coynor
Okay, with the new problem, you might consider adding a text-align:center parameter to your table.contentpaneopen style. Kat On Sun, Mar 30, 2008 at 2:46 AM, Ibrahim Y [EMAIL PROTECTED] wrote: On IE7 only one menu item appear, on IE6 the items appears in vertical. you can check the top menu

Re: [css-d] IE Problem - Menu

2008-03-30 Thread Alan Gresley
Ibrahim Y Date: Sat, March 29, 2008 2:31 pm To: CSS Discussion css-d@lists.css-discuss.org hello all, I have problem with top menu on both IE67. the link: http://www.ndaworld.org/ the css is validated with no errors and look fine on Opera FF. I'm stuck ... any idea? Thanks in

Re: [css-d] IE Problem - Menu

2008-03-30 Thread Alan Gresley
I wrote: the link: http://www.ndaworld.org/ M.. Debugging really became interesting. It's what you don't notice initially that is important. 3. http://css-class.com/test/images/temp/ie8-peekaboo1.png 4. http://css-class.com/test/images/temp/ie8-peekaboo2.png 5.

Re: [css-d] IE Problem - Menu

2008-03-30 Thread Alan Gresley
Ibrahim Y wrote: Katherine Coynor [EMAIL PROTECTED] Cc: CSS Discussion css-d@lists.css-discuss.org On IE7 only one menu item appear, on IE6 the items appears in vertical. you can check the top menu on FF IE to see the difference. *a new problem, *although I use center for the body the

[css-d] text-align

2008-03-30 Thread Stephen Davis
I am new to CSS, and mostly it is a complete mystery to me. I can't get my text to align justified in a paragraph box 845 px wide, using text-align:justified; The page is at http://www.arithmetic.890m.com Thanks from steve __ Sent

Re: [css-d] text-align

2008-03-30 Thread Philippe Wittenbergh
On Mar 30, 2008, at 11:03 PM, Stephen Davis wrote: I am new to CSS, and mostly it is a complete mystery to me. I can't get my text to align justified in a paragraph box 845 px wide, using text-align:justified; The page is at http://www.arithmetic.890m.com It is 'text-align:justify', not

Re: [css-d] IE Problem - Menu

2008-03-30 Thread Gunlaug Sørtun
Ibrahim Y wrote: On IE7 only one menu item appear, on IE6 the items appears in vertical. you can check the top menu on FF IE to see the difference. the link: http://www.ndaworld.org/ Focusing only on the problematic horizontal menu. Firefox 2.x is having serious problems with such a

[css-d] :: ie/7 linked img border-bottom ::

2008-03-30 Thread David Laakso
What kills the the image border-bottom (it is adjacent to the top right side of the linked images, and is difficult to see)? Targeting selector is: *:first-child+html .caption a img { float:left; } http://chelseacreekstudio.com/ca/cssd/dl/ -- http://chelseacreekstudio.com/

Re: [css-d] IE Problem - Menu

2008-03-30 Thread Alan Gresley
Ibrahim Y wrote: hello all, I have problem with top menu on both IE67. the link: http://www.ndaworld.org/ the css is validated with no errors and look fine on Opera FF. I'm stuck ... any idea? Thanks in advanced, Ibrahim Hi Ibrahim, I have threaded your code to pieces and rip

Re: [css-d] :: ie/7 linked img border-bottom ::

2008-03-30 Thread Bruno Fassino
On Sun, Mar 30, 2008 at 5:38 PM, David Laakso wrote: What kills the the image border-bottom (it is adjacent to the top right side of the linked images, and is difficult to see)? Targeting selector is: *:first-child+html .caption a img { float:left; }

Re: [css-d] :: ie/7 linked img border-bottom ::

2008-03-30 Thread David Laakso
Bruno Fassino wrote: On Sun, Mar 30, 2008 at 5:38 PM, David Laakso wrote: What kills the the image border-bottom (it is adjacent to the top right side of the linked images, and is difficult to see)? Targeting selector is: *:first-child+html .caption a img { float:left; }

Re: [css-d] :: ie/7 linked img border-bottom ::

2008-03-30 Thread Alan Gresley
Bruno Fassino wrote: On Sun, Mar 30, 2008 at 5:38 PM, David Laakso wrote: What kills the the image border-bottom (it is adjacent to the top right side of the linked images, and is difficult to see)? Targeting selector is: *:first-child+html .caption a img { float:left; }

Re: [css-d] :: ie/7 linked img border-bottom ::

2008-03-30 Thread David Laakso
Alan Gresley wrote: Bruno Fassino wrote: On Sun, Mar 30, 2008 at 5:38 PM, David Laakso wrote: What kills the the image border-bottom (it is adjacent to the top right side of the linked images, and is difficult to see)? Targeting selector is: *:first-child+html .caption a img {

Re: [css-d] IE Problem - Menu

2008-03-30 Thread Alan Gresley
Gunlaug Sørtun wrote: Alan, look for /* horizontal pill menu */ in 'template.CSS', and the #pillmenu ul/li. I eventually found it. :-) Also, what are you using to save that page? IE/win (any version) is of no use. regards Georg -- http://www.gunlaug.no I don't

Re: [css-d] :: ie/7 linked img border-bottom ::

2008-03-30 Thread Alan Gresley
I wrote: *first-child+html/*/*/ .caption a img { margin-right: 10px; } that should be with the colon. *:first-child+html/*/*/ .caption a img { margin-right: 10px; } Alan http://css-class.com/test/ __ css-discuss [EMAIL

[css-d] Floating Divs of Unequal Height

2008-03-30 Thread Charles Stuart
Hi All, I want to float a number of divs of unequal height, and have it seem as if there are rows, e.g. the floated divs clear all the way to the left instead of catching on taller divs, while still having a percentage width container. The test case here explains it all: -

Re: [css-d] Floating Divs of Unequal Height

2008-03-30 Thread Phoebe Taylor
(from the peanut gallery) What will be put into the divs? Another possible solution might be to use one long Div and then use p to stack the contents. You should be able to set width, backgrounds, borders, margins and padding to make those look however you wish. -- Words I have learned to

Re: [css-d] Floating Divs of Unequal Height

2008-03-30 Thread Phoebe Taylor
Started playing with absolute positioning and trying to nudge down each block with that. #content .box1 { position: absolute; margin-left: 0; top: 100px; } #content .box2 { position:

Re: [css-d] Floating Divs of Unequal Height

2008-03-30 Thread Bruno Fassino
Charles Stuart wrote: I want to float a number of divs of unequal height, and have it seem as if there are rows, e.g. the floated divs clear all the way to the left instead of catching on taller divs, while still having a percentage width container. The test case here explains it all: -

Re: [css-d] IE Problem - Menu

2008-03-30 Thread Ibrahim Y
Thanks all, I'm really happy now :) anyway, I fixed the menu on IE6, but still not sure about IE7 coz I didn't test it on IE7 I commented the old code, you can check the css file. moreover, firefox need the attribute float:left to display it correctly. I think it's not the correct way to the menu

[css-d] Footer breaks in IE

2008-03-30 Thread Brian Jones
Hi, Please help..I'm using a technique i found in the css world to keep the footer at the bottom of the page. In FF it works fine but in IE it breaks. Here's the link and css http://www.fatusboutique.com/ http://www.fatusboutique.com/css/eb.css Thanks -- -Bdot There are only 10 kinds of

[css-d] Padding Issues in List Menu.

2008-03-30 Thread שלומי
Hi there, I need some help with my layout css settings. The problem was created due to the language of the text on the page. I have a list I want to use as a horizontal menu, since the text is in hebrew, when I try to create spaces between the list items, the padding seems to sum up and push the

Re: [css-d] Padding Issues in List Menu.

2008-03-30 Thread David Laakso
I have a list I want to use as a horizontal menu, since the text is in hebrew, when I try to create spaces between the list items, the padding seems to sum up and push the whole list instead of just the list items. http://www.core-il.net/tapuz/Tapuz.jpg

Re: [css-d] centering divs within divs / jumping columns

2008-03-30 Thread Stuart King
1. URL: http://www.triviumwine.com/continuum_site/pages/wine.htmlhttp://www.triviumwine.com/continuum_site/pages/vintage.html Problem: the link (vintage/production) - I can't get the hover to change colors or to position the text down on the page - horizontal to the Contact menu item in the