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

2008-03-30 Thread David Laakso
Stuart King wrote: > 1.: > http://www.triviumwine.com/continuum_site/pages/wine.html > > 2. http://www.triviumwine.com/continuum_site/pages/vision.html > > --s > > Remember, not to forget, you've got two CSS files. And

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.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

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 > > > http://www.core-i

[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

[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 peopl

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 men

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] 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: absolute;

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 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 spe

[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: - http://enure.net/dev/fl

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

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 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

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
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 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 Problem - Menu

2008-03-30 Thread Alan Gresley
Ibrahim Y wrote: > hello all, > > I have problem with top menu on both IE6&7. > 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 piece

[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/ _

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

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',

[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 fr

Re: [css-d] IE Problem - Menu

2008-03-30 Thread Alan Gresley
Ibrahim Y wrote: > Katherine Coynor" <[EMAIL PROTECTED]> > Cc: CSS Discussion > > 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

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. > 4. > 5.

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" > > hello all, > > I have problem with top menu on both IE6&7. > 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, > I

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

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