[css-d] [A bit off-topic]: Set as default page

2008-06-19 Thread Mário Gamito
Hi, I'm sorry for this bit of off-topic, but I spent hours googling without results and I thought that maybe here I could find an answer as the last resource. I need a function (I presume in JavaScript) that sets a web site I'm making as the default homepage in Firefox by clicking a link.

Re: [css-d] Image Gallery for a Newbie?

2008-06-19 Thread David Laakso
Carol Huddleston wrote: I am trying to design my first web site using CSS. This site will have a gallery of images on it, but I'm not sure how to go about approaching this with CSS. Carol See this for the basic concept of floating images with and without captions

Re: [css-d] [A bit off-topic]: Set as default page

2008-06-19 Thread David Laakso
Mário Gamito wrote: I need a function (I presume in JavaScript) that sets a web site I'm making as the default homepage in Firefox by clicking a link. Mário Gamito Dunno. FWIW, this is an excellent list for js questions: https://lists.latech.edu/mailman/listinfo/javascript --

[css-d] positioning inside table cell?

2008-06-19 Thread Wellington Fan
Hello all, I have a small div that I'd like to position in the upper right corner of a table cell, regardless of any align/valign attributes. See this page: http://www.illuminoid.com/tables/cellposition.php I thought that adding 'position:relative' to the td and 'position:absolute; top:0px;

Re: [css-d] extra right padding/margin in IE6

2008-06-19 Thread Holly Bergevin
From: Andrew Gaffney [EMAIL PROTECTED] I've got a weird issue with a site that I'm working on. URL: http://www.fathertime.com/dev/ CSS: http://www.fathertime.com/dev/StyleSheet.css I've got DIVs that are a specific width with specific padding/margin and a background image (the Auctions,

Re: [css-d] positioning inside table cell?

2008-06-19 Thread Ingo Chao
Wellington Fan wrote: Hello all, I have a small div that I'd like to position in the upper right corner of a table cell, regardless of any align/valign attributes. See this page: http://www.illuminoid.com/tables/cellposition.php I thought that adding 'position:relative' to the td and

Re: [css-d] extra right padding/margin in IE6

2008-06-19 Thread Andrew Gaffney
Holly Bergevin wrote: From: Andrew Gaffney [EMAIL PROTECTED] I've got a weird issue with a site that I'm working on. URL: http://www.fathertime.com/dev/ CSS: http://www.fathertime.com/dev/StyleSheet.css I've got DIVs that are a specific width with specific padding/margin and a

Re: [css-d] extra right padding/margin in IE6

2008-06-19 Thread David Hucklesby
On Wed, 18 Jun 2008 17:37:41 -0500, Andrew Gaffney wrote: I've got a weird issue with a site that I'm working on. URL: http://www.fathertime.com/dev/ CSS: http://www.fathertime.com/dev/StyleSheet.css [...] In IE6, it's a different story. The boxes extend 10px or so farther to the right

[css-d] Bottom Padding Issue In IE6

2008-06-19 Thread Chris Akins
I'm getting so close to what I want on this redesign: www.springfieldmo.gov/newsite/jello.html www.springfieldmo.gov/newsite/jello.css I can't figure out why the bottom padding on #crumbs seems to be moving stuff around - only in IE6 that I can tell - when the text is resized. If I resize text

[css-d] Validate - XML Parsing Error - Cant figure it out?

2008-06-19 Thread Rob freeman
about to go live: http://www.nest-life.com/update/ I get 5 errors: http://validator.w3.org/check?verbose=1uri=http%3A%2F%2Fwww.nest-life.com%2Fupdate%2F I cant seem to figure out these errors, I have looked over the code and nothing stands out. My css doesn't validate well, though I'm using some

Re: [css-d] extra right padding/margin in IE6

2008-06-19 Thread Andrew Gaffney
David Hucklesby wrote: On Wed, 18 Jun 2008 17:37:41 -0500, Andrew Gaffney wrote: I've got a weird issue with a site that I'm working on. URL: http://www.fathertime.com/dev/ CSS: http://www.fathertime.com/dev/StyleSheet.css [...] In IE6, it's a different story. The boxes extend 10px or so

[css-d] Nav under header in IE 6 - z-index?

2008-06-19 Thread Eric Heitz
Trying to fix my l/h nav to stack on op of the header above. I am using negative margins to move the l/h nav up. Works in IE 7 but IE 6 shows it under the the header. I know this could have been set up different and currently brainstorming another way but I would like to fix this issue.

Re: [css-d] CSS Roll Over Effect - CONT'D

2008-06-19 Thread Christopher
Hi, I have my div called navigation then I have navigation:hover but this does not work ? I know I'm missing a step could it be a link cause the graphic needs to be one big graphic BUT specific areas on the graphic will have links to other pages NOT the whole graphic: #menu a { background:

Re: [css-d] Validate - XML Parsing Error - Cant figure it out?

2008-06-19 Thread Bjoern Hoehrmann
* Rob freeman wrote: http://www.nest-life.com/update/ # Error Line 95, Column 80: XML Parsing Error: attributes construct error. …ows/rats-in-the-kitchen/rats-700x494.html' rel='iframe' title='10 rats in the… A space is missing between an attribute value and the next attribute name on that

Re: [css-d] Nav under header in IE 6 - z-index?

2008-06-19 Thread Gunlaug Sørtun
Eric Heitz wrote: Trying to fix my l/h nav to stack on op of the header above. I am using negative margins to move the l/h nav up. Works in IE 7 but IE 6 shows it under the the header. http://www.kucia.com Add... #leftcolumn {position: relative;} ...to fix IE6' stacking-problems. I

Re: [css-d] Bottom Padding Issue In IE6

2008-06-19 Thread Gunlaug Sørtun
Chris Akins wrote: www.springfieldmo.gov/newsite/jello.html I can't figure out why the bottom padding on #crumbs seems to be moving stuff around - only in IE6 that I can tell - when the text is resized. Why does text resizing affect a padding that's set in pixels? It doesn't. What's at