Re: [css-d] Margin space between images

2007-07-20 Thread Jukka K. Korpela
On Fri, 20 Jul 2007, jana coyle wrote: > I would like to have 4px margin in between the images. I have set > margin-right 4px but it doesn't seem to work. Any suggestions? > http://precisemessenger.com/private/indexlink.html Generally, when problems occur, it is best to use both a markup valida

Re: [css-d] how to suppress default hypertext link 'hover'

2007-07-20 Thread Jukka K. Korpela
On Fri, 20 Jul 2007, Michael Leibson wrote: > Forgive my ignorance, but just how would a keyboard navigate hyperlink > text, given that there are no menus, etc, to which to apply keyboard > shortcuts? I hope that answering this won't be considered as too off-topic. There's at least a specific

[css-d] Footer in the middle of the page

2007-07-20 Thread Alan_Akhlah
I am trying to figure out why the footer div is in the middle of the page - the clear both statement should push it down to where it is supposed to be and it works on the other pages. Could someone take a look at it and tell me what I am missing? Thanks in advance. The URL is http://valdostawe

[css-d] Margin space between images

2007-07-20 Thread jana coyle
I would like to have 4px margin in between the images. I have set margin-right 4px but it doesn't seem to work. Any suggestions? http://precisemessenger.com/private/indexlink.html __ css-discuss [EMAIL PROTECTED] http://www.css-di

Re: [css-d] how to suppress default hypertext link 'hover' borders?

2007-07-20 Thread Phillip Allard
(re-posted to CSS-D) Hi, You might wanna try "a:active{outline:none;}", I know this works for FF. The reason I use a:active, is to comply with TAB browsing, where you do need some kind of indicator for the currently selected link. Hope this helps, Philip A. On 7/20/07, Michael Leibson <[EMAIL

Re: [css-d] tables-to-css beginner question

2007-07-20 Thread Phillip Allard
Hi Scott, Just my two cents here but this actually looks like tabular data you want to display there (will there be multiple rows ?). Remember that tables are still valid tags in the HTML/XHTML language definition. They are just no longer considered fitted or semantically correct for main layout d

Re: [css-d] overwite browser default setting on margins/paddings for Asian character?

2007-07-20 Thread Tee G. Peng
On Jul 20, 2007, at 6:26 PM, Tee G. Peng wrote: > > Here is the screen shot. Sorry, forgot the url. tee __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.inc

Re: [css-d] how to suppress default hypertext link 'hover'

2007-07-20 Thread Michael Leibson
Message: 25 Date: Fri, 20 Jul 2007 21:43:20 +0300 (EEST) From: "Jukka K. Korpela" <[EMAIL PROTECTED]> Subject: Re: [css-d] how to suppress default hypertext link 'hover' borders? To: CSS Discussion Group Message-ID: <[EMAIL PROTECTED]> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

[css-d] overwite browser default setting on margins/paddings for Asian character?

2007-07-20 Thread Tee G. Peng
Hi, a site I am doing that visitors may leave messages using their own languages such as Chinese and Japanese. Browsers by default giving padding-left (or margin?) for the first line of paragraph, which is fine because it's correct behaviour for these two languages, however the space give

Re: [css-d] how to suppress default hypertext link 'hover'

2007-07-20 Thread Michael Leibson
Message: 23 Date: Fri, 20 Jul 2007 20:00:28 +0200 From: "Jens Brueckmann" <[EMAIL PROTECTED]> Subject: Re: [css-d] how to suppress default hypertext link 'hover' borders? To: "CSS Discussion Group" Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed

[css-d] Another Wrapper Question - about overflow auto vs. hidden

2007-07-20 Thread Juanita
My regular site seems to work properly without the wrapper having the overflow: auto property. I thought maybe I should put it in, but when I did, a scrollbar appeared within the wrapper - which I don't want. So I changed the value to hidden, which seemed to take away the scroll bar - but didn't h

Re: [css-d] tables-to-css beginner question

2007-07-20 Thread Arian Hojat
Need to think a bit more less row by row, and instead group things together by if they make sense. Portion full half ID 1 2 3 Membership guest silver gold Need to use Floats to make it look exactly li

[css-d] Extra whitespace below layout

2007-07-20 Thread Brian Middleton
I can't figure out a reason why I have a good chunk of whitespace below my layout. You can see what I mean here.. http://redplaidshirt.com/test/faq.php The extra space is only there in Firefox and Safari (Mac & PC), it does not show up in IE (6 or 7). I can squash this space with an overflow: hid

Re: [css-d] Wrapper isn't working - not sure why

2007-07-20 Thread David Laakso
Juanita wrote: > I have a wrapper (red border) around the entire content, however, it is > only wrapping around the header (blue border) > > The height of the body is 100%, and the height of the wrapper is 100% > which I thought would inherit the body height - but it isn't. > > I moved the height f

Re: [css-d] Wrapper isn't working - not sure why

2007-07-20 Thread Juanita
Ricky - That worked! Thanks so much for explaining and pointing me to the other info... Juanita Ricky Zhou <[EMAIL PROTECTED]> writes: >set overflow: auto; on #wrapper, or use one of the other methods >mentioned at http://css-discuss.incutio.com/?page=ClearingSpace. > >Hope this helps, >Ricky >

[css-d] Site check + known bugs

2007-07-20 Thread hazpotts
Hi, I'm near to completion on this website: http://www.bytg.org.uk This is the css: http://www.bytg.org.uk/assets/bytg.css I've tested everything I could in windows, FF2, IE5,6,7, Safari 3.0, Netscape 9 and Opera 9.22, any Linux/Mac testing would be appreciated. The known bugs that I can't fix a

Re: [css-d] Inheriting background colour in IE

2007-07-20 Thread Ricky Zhou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > tr.bottom td.foodcolumn {background: url('img/nutri_chart_botleft.gif') > no-repeat bottom left;} > tr.bottom td.savingcolumn {background: url('img/nutri_chart_botright.gif') > no-repeat bottom right;} > > which works fine

Re: [css-d] Wrapper isn't working - not sure why

2007-07-20 Thread Ricky Zhou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Juanita wrote: > Can anyone see why the wrapper isn't holding everything inside it? Since the columns are floated, they are taken out of the flow, which is why the wrapper only contains the header. To clear the float, you can set overflow: auto; on #w

[css-d] Wrapper isn't working - not sure why

2007-07-20 Thread Juanita
I have a wrapper (red border) around the entire content, however, it is only wrapping around the header (blue border) The height of the body is 100%, and the height of the wrapper is 100% which I thought would inherit the body height - but it isn't. I moved the height from the body to the * but t

[css-d] positioning a footer

2007-07-20 Thread hunnypot
Hi, folks. I'm having problems situating a footer in a positioned layout I'm working on (my first; be gentle). I've tried using Cameron Adams' footerStickAlt and Shaun Inman's Clearance methods to force the footer to sit at the bottom of the page, and I've tried many a tweak to both methods, but I

[css-d] tables-to-css beginner question

2007-07-20 Thread Howell, Scott
Hi there. I'm an old-school tables designer trying to kick the habit and this should be easy. I want to convert the tabled code below to CSS-only. My main two problems: (1) cleanly coding in the space taken by   in the table (2) preventing the divs from moving around when the browser is resized I

Re: [css-d] Firefox magin bug? workaround for margin collapse doesn't work

2007-07-20 Thread Arian Hojat
hey Tee, based on Philippe's response, it looks like you want that .poster li to not have that margin... the li.poster rule doesnt set any margins and margins in this rule do, so hence the space: li {margin: 0 0 0 96px; list-style:none;} Adding following rule to his page and subtracting the conten

Re: [css-d] how to suppress default hypertext link 'hover' borders?

2007-07-20 Thread Michael Leibson
From: Phillip Allard <[EMAIL PROTECTED]> To: Michael Leibson <[EMAIL PROTECTED]> Sent: Friday, July 20, 2007 2:54:57 PM Subject: Re: [css-d] how to suppress default hypertext link 'hover' borders? >You might wanna try "a:active{outline:none;}", I know this works for FF. The >reason I use a:active

Re: [css-d] how to suppress default hypertext link 'hover' borders?

2007-07-20 Thread Jukka K. Korpela
On Fri, 20 Jul 2007, Jens Brueckmann wrote: > there is a CSS method described by Stu Nicholls at > http://www.cssplay.co.uk/menu/nodots.html > and a javascript method by David Dorward: > http://blog.dorward.me.uk/2006/01/13/focus.html Moreover, there's the nonstandard hidefocus attribute recogniz

Re: [css-d] Problem with text content spilling out of container

2007-07-20 Thread Alan Gresley
Brett wrote: > Hi All, > > I have created some nesting div's that I want to be liquid. The problem > is the content of the innermost div will not push out the containing div > but simply spills over. Is this what clearing the float is for? Can > someone please look at my code and tell me ho

Re: [css-d] how to suppress default hypertext link 'hover' borders?

2007-07-20 Thread Jens Brueckmann
Hi Michael, there is a CSS method described by Stu Nicholls at http://www.cssplay.co.uk/menu/nodots.html and a javascript method by David Dorward: http://blog.dorward.me.uk/2006/01/13/focus.html Before removing these borders I recommend reading David's article. These borders do not exist just for

Re: [css-d] how to suppress default hypertext link 'hover' borders?

2007-07-20 Thread Michael Leibson
- Original Message From: Jon Hughes <[EMAIL PROTECTED]> To: Michael Leibson <[EMAIL PROTECTED]>; css-d@lists.css-discuss.org Sent: Friday, July 20, 2007 1:05:19 PM Subject: RE: [css-d] how to suppress default hypertext link 'hover' borders? > I've discovered that both IE6 and FF seem to p

[css-d] Inheriting background colour in IE

2007-07-20 Thread mike . nowak
Hi there, I'm creating a table that has alternating odd/even stylings. eg. #nutritiontable tr.odd {background: #f9912e; color: #fff;} #nutritiontable tr.even {background: #e67000; color: #fff;} The catch is that the table has rounded corners so in the last row, className = "bottom", I apply the

Re: [css-d] Links centered under images

2007-07-20 Thread David Laakso
jana coyle wrote: > I almost have it. http://precisemessenger.com/private/ > Two issues are: I cannot seem to have a margin in between the images. I > would also like link1 and link2 to be side by side not on top of each other. > For example http://precisemessenger.com/private/images/link.gif

Re: [css-d] how to suppress default hypertext link 'hover' borders?

2007-07-20 Thread Jon Hughes
> I've discovered that both IE6 and FF seem to put a default border (dotted) > around any hypertext link while it is being clicked. I've tried various > steps to suppress this -- eg, adding the styles "a {border: none;}, a > {border-style: none;} a:hover {border: none;}", etc -- but nothing see

[css-d] how to suppress default hypertext link 'hover' borders?

2007-07-20 Thread Michael Leibson
Hi; I've discovered that both IE6 and FF seem to put a default border (dotted) around any hypertext link while it is being clicked. I've tried various steps to suppress this -- eg, adding the styles "a {border: none;}, a {border-style: none;} a:hover {border: none;}", etc -- but nothing se

Re: [css-d] Links centered under images

2007-07-20 Thread jana coyle
I almost have it. http://precisemessenger.com/private/ Two issues are: I cannot seem to have a margin in between the images. I would also like link1 and link2 to be side by side not on top of each other. For example http://precisemessenger.com/private/images/link.gif __

Re: [css-d] Problem with text content spilling out of container

2007-07-20 Thread tomfreakz
On 7/20/07, tomfreakz <[EMAIL PROTECTED]> wrote: have you try width:100% overflow:hidden for your container div? may be it helps. or you can search your own in hereor here

Re: [css-d] Firefox doesn't render the background-color

2007-07-20 Thread gary.brindley
Thanks for the response - I'm not sure where you saw this encoding statement - what file is it in? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Crosse Sent: 20 July 2007 14:20 To: css-d@lists.css-discuss.org Subject: Re: [css-d] Firefox doesn't r

[css-d] CSS2.1 now a Candidate Recomendation

2007-07-20 Thread Philippe Wittenbergh
The subject line says it all. Announced by Bert Bos on the www-style mailing list Philippe --- Philippe Wittenbergh __

[css-d] Problem with text content spilling out of container

2007-07-20 Thread Brett
Hi All, I have created some nesting div's that I want to be liquid. The problem is the content of the innermost div will not push out the containing div but simply spills over. Is this what clearing the float is for? Can someone please look at my code and tell me how I accomplish this. I ha

Re: [css-d] IE Form background problem

2007-07-20 Thread Jason Crosse
On 19/07/2007 20:27, Rafael Faria wrote: > Now I'm having a big problem with a form field, and IE 6/7. Do you have a URL to look at? -- http://antanova.blogspot.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mai

Re: [css-d] Firefox doesn't render the background-color

2007-07-20 Thread Jason Crosse
On 20/07/2007 13:31, gary.brindley wrote: > I have a very strange error which renders perfectly in IE7 but not > Firefox > The site is at www.quelltex.co.uk I'm getting a strange couple of characters at the start of the css. It's being served as utf-8, are you sure you saved it as utf-8 and not

[css-d] Firefox doesn't render the background-color

2007-07-20 Thread gary.brindley
Hi, I have a very strange error which renders perfectly in IE7 but not Firefox (I'm sure I'm not making any friends straight off by saying that but, hey). I have a very simple site (ASP.NET using masterpage) that has horizontal nav (which doesn't appear in FF) and a content block (that doesn't

Re: [css-d] Links centered under images

2007-07-20 Thread tomfreakz
hmmm, Im not sure with your question, but I try to give my opinion. I think you should keep the container (class "toggleborder") or u can create another container in every image & anchor hyperlink, like: /* and these are the centered hyperlink */ link1 link2 -- Best Regards, tomfre

Re: [css-d] Links centered under images

2007-07-20 Thread jana coyle
Sorry, I forgot the link to my code. http://precisemessenger.com/private/ __ 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

[css-d] Links centered under images

2007-07-20 Thread jana coyle
I need a little help. I am looking to have two links centered under each image, link 1 and link 2. Each time I try I lose the symmetry of the images. The class "toggleborder" will be deleted. Any help is greatly appreciated. ___