Re: [css-d] Content Not Floating in IE

2007-12-03 Thread Tim Kadlec
you are using the width to create space, try using some padding or margin instead. Hope this helps. Take care, Tim Kadlec I'm not sure if the enclosing div should have "layout" or not in order to get the content to wrap properly around a floated div. In any event, I've

Re: [css-d] Two Columns layout

2007-10-08 Thread Tim Kadlec
image for container and position it accordingly. There is a nice article at: http://www.alistapart.com/articles/fauxcolumns/ Take care, Tim Kadlec > Message: 21 > Date: Mon, 8 Oct 2007 14:18:51 +0200 > From: "Ibrahim Y" <[EMAIL PROTECTED]> > Subject: [css-d] Tw

Re: [css-d] IE 6, 7 Float problem, works in Firefox

2007-05-31 Thread Tim Kadlec
the image floats as it should. There is no explicit width on the div, so IE will let the width of the content change as needed. If you need it to behave in the smaller resolution, you need to either remove the inner div's width, or give it a percentage based width (say 70%), then IE wil

Re: [css-d] css-d Digest, Vol 52, Issue 45

2007-03-27 Thread Tim Kadlec
Marc Van Den Dobbelsteen had a good article on how to do this over at A List Apart. Here's the link: http://alistapart.com/articles/switchymclayout Tim Kadlec Message: 24 Date: Mon, 26 Mar 2007 12:33:18 -0700 (PDT) From: n h <[EMAIL PROTECTED]> Subject: [css-d] screen area de

Re: [css-d] Font Size

2007-03-07 Thread Tim Kadlec
. Tim Kadlec Message: 24 Date: Wed, 7 Mar 2007 12:58:50 - From: <[EMAIL PROTECTED]> Subject: [css-d] Font Size To: Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Hi, Can anyone please tell me what

Re: [css-d] Print Stylesheet Banner Switch

2007-02-26 Thread Tim Kadlec
your question, how about posting a link to the site in question. Hope that helps, Tim Kadlec Hi all -- I'm trying to write a print stylesheet where the original page's banner is replaced with a smaller (width wise - to fit on a page with one-inch L&R margins) banner when the page

[css-d] Hiding Menu

2007-02-20 Thread Tim Kadlec
Ross, Your font size option should get the job done. Just add another style below it like so: ul.topmenu li.topmenuli ul{ font-size: 12px; } That should bring the font-size back for the bottom submenus. Tim Message: 19 Date: Mon, 19 Feb 2007 21:05:37 - From: "Ross Hulford" <[EMAIL PROT

Re: [css-d] Position links on Image bugs

2006-09-11 Thread Tim Kadlec
r-top: none; border-right: solid #BC901A 1px; border-left: solid #BC901A 1px; border-bottom: solid #BC901A 1px; padding: 15px;} Thanks, Tim Kadlec Message: 24 Date: Mon, 11 Sep 2006 19:42:31 -0500 From: Eleanor Hand <[EMAIL PROTECTED]> Subject: [css-d] Position links on Image bug

Re: [css-d] Navigation woes

2006-08-20 Thread Tim Kadlec
list items */ position : relative; float : left; line-height : 1.25em; width : 188px; /*width : 11em;*/ margin: 5px 0 -1px 3px; } The links will then work fine. You may find you need to add a little padding on the right to #nav though. Tim Kadlec Message: 4 Date: Sun, 20 Aug 2006 08:43:42 +1000

Re: [css-d] Horizontal Scroll Bars on a CSS centered page

2006-08-19 Thread Tim Kadlec
there. I would follow Micky's advice and center the wrapper the way he suggested. Tim Kadlec Message: 14 Date: Sat, 19 Aug 2006 01:07:05 +0100 From: Ian Piper <[EMAIL PROTECTED]> Subject: [css-d] Horizontal scrollbars on a CSS-centred page To: css-d css-d Message-ID: <[EMAIL PROTE