Re: [css-d] clearing issue

2007-05-11 Thread Shelly
>>Use the following to clear the div.entry div.entry {width:100%; overflow:auto;} << I *love* you! Thank you so much :) ~Shelly __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 informatio

Re: [css-d] clearing issue

2007-05-11 Thread Mauricio Samy Silva
- Original Message - From: "Shelly" <[EMAIL PROTECTED]> To: "CSS-D" > http://anekostudios.com/help/ > I've tried various methods to clear the float, but I can't seem to get > the content bottom to push past my floated avatar. I don't *want* to > set a min-height for the content area, bu

[css-d] clearing issue

2007-05-11 Thread Shelly
I was wondering if someone could help me here. I'm styling out a CMS right now (using WordPress) and I've been asked to do a little "avatar" thing for each person that writes a post. I'm using a rounded corners method I found here at CSS-D (and works very well, by the way), and for this case,

Re: [css-d] problem with margin after float

2007-05-11 Thread Matt Tibbits
Thank you for your help. Cheers, Matt Hi Matt, This is a collapsing margin issue. The fix is to assign a border (as you have had noticed) or padding to the #content DIV. #content {border-top:1px solid #(same color as the background);} or #content {padding-top:1px;} Read more about collapsin

Re: [css-d] problem with margin after float

2007-05-11 Thread Mauricio Samy Silva
- Original Message - From: "Matt Tibbits" <[EMAIL PROTECTED]> To: > I’m having a problem with the top margin on a not > showing > up in IE. There is a list styled as a horizontal menu that is floated left > BEFORE this , however I have cleared the float. > Can anyone help? Oh, you can v

Re: [css-d] ordered horizontal list

2007-05-11 Thread Lori Lay
Mauricio Samy Silva wrote: > Lori, > Thanks now I know that IE7 behaves like IE6 on this issue. > The question is how to force IE renderizes the markers. > I'd like to know if it is impossible or not. > > Maurício, It would appear that it's not possible. I did some searching and that seems to b

[css-d] problem with margin after float

2007-05-11 Thread Matt Tibbits
Hello again, I’m having a problem with the top margin on a not showing up in IE. There is a list styled as a horizontal menu that is floated left BEFORE this , however I have cleared the float. The that follows this list has an tag at the top. Since I cleared the float the tag shows pr

Re: [css-d] 3 col layout

2007-05-11 Thread ~davidLaakso
Martin Paton wrote: > For clarity I've uploaded a screenshot of what I want to achieve. I've > tried about a zillion combinations of 3-col layouts, but just can't get > it to work (except in firefox) > > http://pkl.net/~toasty/site.gif > > Martin > Don't know if this will help but it beats bang

Re: [css-d] ordered horizontal list

2007-05-11 Thread Mauricio Samy Silva
Lori, Thanks now I know that IE7 behaves like IE6 on this issue. The question is how to force IE renderizes the markers. I'd like to know if it is impossible or not. Maurício Samy Silva http://www.maujor.com/ - Original Message - From: "Lori Lay" <[EMAIL PROTECTED]> To: "Mauricio Samy S

Re: [css-d] Border not showing in IE

2007-05-11 Thread Mauricio Samy Silva
From: "Susan Grossman" <[EMAIL PROTECTED]> To: Sent: Friday, May 11, 2007 8:37 PM Subject: [css-d] Border not showing in IE > There should be a line under the non-active secondary tabs in this > mock-up. > It appears OK in FireFox and opera. > http://www.finishingfirst.com/sia/index.html ---

Re: [css-d] ordered horizontal list

2007-05-11 Thread Peter Hyde-Smith
Hi all, Is it possible to achieve a horizontal ordered list in IE6 using only one OL element and valid CSS without images? Say: 1. First item2. A longer second item 3. shorter 3th HTML: < ol> < li>...< /li> < li>...< /li> < li>...< /li> < /ol> CSS: ol li { float:left; margin-righ

Re: [css-d] ordered horizontal list

2007-05-11 Thread Lori Lay
Mauricio Samy Silva wrote: > Hi all, > > Is it possible to achieve a horizontal ordered list in IE6 > using only one OL element and valid CSS without images? > > Say: > > 1. First item2. A longer second item 3. shorter 3th > > HTML: > < ol> > < li>...< /li> > < li>...< /li> > < li>...< /li>

Re: [css-d] Question about multipule stylesheets

2007-05-11 Thread Juanita
>> I'm starting a site (fairly new to css) Is what I've >> explained below ok? Is there a better way (before I go too far) than >> what I've planned? >> > > >You should have no problems with this as long as you specify your >stylesheet link tags in the proper order: >-- >73, AC7ZZ >http://counter

Re: [css-d] Border not showing in IE

2007-05-11 Thread natalie parker
Susan Grossman wrote: > I've been out of this for quite a long time (and off the lists) and just > finally starting back > > I have a border issue that I haven't been able to figure out what's > happening and still learning IE 7 stuff... > > There should be a line under the non-active secondary

[css-d] Border not showing in IE

2007-05-11 Thread Susan Grossman
I've been out of this for quite a long time (and off the lists) and just finally starting back I have a border issue that I haven't been able to figure out what's happening and still learning IE 7 stuff... There should be a line under the non-active secondary tabs in this mock-up. It appears OK

[css-d] ordered horizontal list

2007-05-11 Thread Mauricio Samy Silva
Hi all, Is it possible to achieve a horizontal ordered list in IE6 using only one OL element and valid CSS without images? Say: 1. First item2. A longer second item 3. shorter 3th HTML: < ol> < li>...< /li> < li>...< /li> < li>...< /li> < /ol> CSS: ol li { float:left; margin-ri

Re: [css-d] Website check-44 Please!!

2007-05-11 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > Could I please have a cross browser site check!! > > http://www.organ.id.au > I am experiencing a problem in IE 6. when I mouseover the navigation, > the is div cut off at the bottom of the page. IE6 is losing track of the navBar's area. Giving navBar 'Layout' will so

Re: [css-d] Question about multipule stylesheets

2007-05-11 Thread Scott Bicknell
On Friday, May 11, 2007 9:48 am, Juanita wrote: > Hi - > > I'm starting a site (fairly new to css) where one section (not just a > page but many pages that are related) must look COMPLETELY DIFFERENT > (colors, background, logo etc.) than the rest of the site, but the > basic structure of both sec

Re: [css-d] Box model -I am being really stupid here

2007-05-11 Thread ~davidLaakso
Ian Young wrote: > content div is inside wrapper which, should stretch to encompass the > content - does in IE7 but not FF] > http://www.iyesolutions.co.uk/templates/css/test-css.php > > Ian > > I /hope/ this is what you are after, Ian: Just

Re: [css-d] Question about multipule stylesheets

2007-05-11 Thread Dave Goodchild
Another way to handle this without having to manage multiple stylesheets is to give the body and id and style accordingly for example: body { font-size: 12px; font-family: Verdana, Arial, Helvetica, Sans-Serif; padding:0px; margin:0px; } #wrapper { width: 775px; margin-left: auto; margin-right

Re: [css-d] Question about multipule stylesheets

2007-05-11 Thread James Gadrow
Juanita wrote: > Hi - > > I'm starting a site (fairly new to css) where one section (not just a page > but many pages that are related) must look COMPLETELY DIFFERENT (colors, > background, logo etc.) than the rest of the site, but the basic structure > of both sections are exactly the same. Is wha

[css-d] Question about multipule stylesheets

2007-05-11 Thread Juanita
Hi - I'm starting a site (fairly new to css) where one section (not just a page but many pages that are related) must look COMPLETELY DIFFERENT (colors, background, logo etc.) than the rest of the site, but the basic structure of both sections are exactly the same. Is what I've explained below ok?

Re: [css-d] Box model -I am being really stupid here

2007-05-11 Thread Ian Young
> From: "Ian Young" <[EMAIL PROTECTED]> > To: "[EMAIL PROTECTED] Css-Discuss. Org" > Sent: Friday, May 11, 2007 4:01 PM > Subject: [css-d] Box model -I am being really stupid here > ... Basic template for simplicity is at. You will see the border > > at the top of the page in FF - this is bord

Re: [css-d] Box model -I am being really stupid here

2007-05-11 Thread Peter Hyde-Smith
> content div is inside wrapper which, should stretch to encompass the > content - does in IE7 but not FF. Been trying to sort out client site for > some time now. Basic template for simplicity is at. You will see the > border > at the top of the page in FF - this is border-bottom. > http://www.iy

Re: [css-d] 3 col layout

2007-05-11 Thread James Gadrow
Martin Paton wrote: > Hello > > Is it possible to contain a 3 column layout within another container? > > For clarity I've uploaded a screenshot of what I want to achieve. I've > tried about a zillion combinations of 3-col layouts, but just can't get > it to work (except in firefox) > > http://pkl.

Re: [css-d] 3 col layout

2007-05-11 Thread Ian Young
> > Hello > > Is it possible to contain a 3 column layout within another container? > > For clarity I've uploaded a screenshot of what I want to achieve. I've > tried about a zillion combinations of 3-col layouts, but just can't get > it to work (except in firefox) > > http://pkl.net/~toasty/site.g

Re: [css-d] Box model -I am being really stupid here

2007-05-11 Thread Mauricio Samy Silva
From: "Ian Young" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED] Css-Discuss. Org" Sent: Friday, May 11, 2007 4:01 PM Subject: [css-d] Box model -I am being really stupid here ... Basic template for simplicity is at. You will see the border > at the top of the page in FF - this is border-bottom. >

Re: [css-d] Box model -I am being really stupid here

2007-05-11 Thread Peter Hyde-Smith
> Hi list > I know this is a basic question which I should be able to work out, but I > just cannot see where I am going wrong. > > content div is inside wrapper which, should stretch to encompass the > content - does in IE7 but not FF. Been trying to sort out client site for > some time now. Basic

[css-d] 3 col layout

2007-05-11 Thread Martin Paton
Hello Is it possible to contain a 3 column layout within another container? For clarity I've uploaded a screenshot of what I want to achieve. I've tried about a zillion combinations of 3-col layouts, but just can't get it to work (except in firefox) http://pkl.net/~toasty/site.gif Some advice w

Re: [css-d] Printing drop-capital

2007-05-11 Thread Mauricio Samy Silva
- Original Message - From: "Lars Bruzelius" <[EMAIL PROTECTED]> CSS: .first {text-indent: 0em} .left {float: left; width: 2em} .first:first-letter {float: left; font-size: 3.2em; font-weight: bold} HTML: S.D. Föredrogs Amiralitets-Collegii underdåniga Förslag, af den 27 sistl. Februarii,

[css-d] Box model -I am being really stupid here

2007-05-11 Thread Ian Young
Hi list I know this is a basic question which I should be able to work out, but I just cannot see where I am going wrong. content div is inside wrapper which, should stretch to encompass the content - does in IE7 but not FF. Been trying to sort out client site for some time now. Basic template for

[css-d] [ADMIN - OFF TOPIC] Re: Popups and script blocker in IE7

2007-05-11 Thread Alex Robinson
At 11:25 -0400 11/5/07, jana coyle wrote: >I am developing a site using a client side shopping cart. It >requires cookies to be enabled and uses some Javascript. IE7 blocks >the cart when it pops up and also blocks the script associated with >the cart. Is there anything I can do about this?

[css-d] Popups and script blocker in IE7

2007-05-11 Thread jana coyle
I am developing a site using a client side shopping cart. It requires cookies to be enabled and uses some Javascript. IE7 blocks the cart when it pops up and also blocks the script associated with the cart. Is there anything I can do about this? Thanks, Kevin

Re: [css-d] Centering a div

2007-05-11 Thread James Smith
That didn't work, it did introduce a gap between each but didn't centre the images. -Original Message- From: Ricky Zhou [mailto:[EMAIL PROTECTED] Sent: 09 May 2007 22:36 To: James Smith Cc: CSS Discuss Subject: Re: [css-d] Centering a div James Smith wrote: > If you look at > http://dev

Re: [css-d] format the Hover Effect in a List Menu

2007-05-11 Thread Mauricio Samy Silva
From: <[EMAIL PROTECTED]> > What is the best way to format the Hover Effect in a List Menu without > affecting other links on the page? > Thanks Ahead of time for your help... > Kindest Regards, > Rich --- Not only for hover b

Re: [css-d] Printing drop-capital

2007-05-11 Thread ~davidLaakso
Lars Bruzelius wrote: > CSS: > .first {text-indent: 0em} > .left {float: left; width: 2em} > .first:first-letter {float: left; font-size: 3.2em; font-weight: bold} > > HTML: > S.D. > Föredrogs Amiralitets-Collegii > underdåniga Förslag, af den 27 sistl. Februarii, ... > > This displays more or les

Re: [css-d] format the Hover Effect in a List Menu

2007-05-11 Thread Martin Paton
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 11 May 2007 07:11 To: css-d@lists.css-discuss.org Subject: [css-d] format the Hover Effect in a List Menu What is the best way to format the Hover Effect in a List Menu without affe

[css-d] [ADMIN] Re: Please remove me from this list.

2007-05-11 Thread Alex Robinson
Dear Pamela You can unsubscribe yourself at this page http://www.css-discuss.org/mailman/listinfo/css-d Just enter your email address and password as directed. If you can't remember your password, just enter an incorrect password and you will get the opportunity to recover it. As an asid

[css-d] Please remove me from the list

2007-05-11 Thread Han Cho
Thanks Han. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.o

Re: [css-d] Website check-44 Please!!

2007-05-11 Thread keno2
Hi List, Could I please have a cross browser site check!! The url is: http://www.organ.id.au and the .css file address is: http://www.organ.id.au/org1.css Looks ok? in Firefox 1.5 I am experiencing a problem in IE 6. when I mouseover the navigation, the is div cut off at the bottom of the

[css-d] format the Hover Effect in a List Menu

2007-05-11 Thread News
What is the best way to format the Hover Effect in a List Menu without affecting other links on the page? Thanks Ahead of time for your help... Kindest Regards, Rich __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/ma

[css-d] Please remove me from this list.

2007-05-11 Thread Pamela Moore
__ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.e

Re: [css-d] relative positioning inside absolute positionedelement- why not percentage for top?

2007-05-11 Thread Philippe Wittenbergh
On May 11, 2007, at 2:51 AM, Mike Wilson wrote: > But extending this reasoning to the offset properties, like left and > top, seems unfair as they cannot cause any layout recursion. The child > height and width may cause recursion as the parent element may base > its > own size on the child siz

[css-d] Printing drop-capital

2007-05-11 Thread Lars Bruzelius
An 18th century text which I am currently transcribing requires text before the initial drop-capital letter of the following sentence. CSS: .first {text-indent: 0em} .left {float: left; width: 2em} .first:first-letter {float: left; font-size: 3.2em; font-weight: bold} HTML: S.D. Föredrogs Amira

Re: [css-d] How to stop text from wordwrapping.

2007-05-11 Thread David Sharp
jana coyle wrote: > This has been driving me nuts. If you make the browser window small (less > than half of the screen) the header text will wordwrap. If there are no > spaces between characters then the text stays put. I have add "_" and change > the color to match the background color. Is the

[css-d] Problem link:hover on Safari

2007-05-11 Thread Luca Pellanda
Hi, on this site: http://lnx.fluiddesignlab.com/index.php if you rollover the link menu with Safari, the #logo div go down... Can someone help me to resolve this problem? Best regards Luca PS: if you can check the site... help me to find other bug. ___

Re: [css-d] 12px gap gpne but still get a 4px gap below floated image in IE7

2007-05-11 Thread Gunlaug Sørtun
Robert Lane wrote: > I added the fixes mentioned below and now it is much better, but in > IE7 the there is still a small gap below the floated image and above > the footer. It is correctly rendered in Firefox. How can I get > them to butt together with no gap? > > Link is here: http://tinyu