Re: [css-d] td:nth-child(2) negation?

2017-08-13 Thread Rob Freeman
Please unsubscribe me from the list

lister...@gmail.com



> On 3 Aug 2017, at 10:38, Gautam Sathe  wrote:
> 
> On Thursday 03 August 2017 02:12 PM, Philippe Wittenbergh wrote:
>> td:not([colspan=2]):nth-child(2) {}
> 
> I missed the "=2" in the colspan :) Good to learn a new trick.
> 
> Thanks Philippe.
> --
> Gautam Sathe
> __
> css-discuss [css-d@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

[css-d] Screen shot or list an entire site

2009-12-31 Thread Rob freeman
Hi everyone,

I am planning a new website, but first I would like to take a snapshot of
the old site including all the pages as png/gifs if not graphics a list,
like a site map
So I can a keep a record of them.. does anyone know any software which can
screen
shot a whole site, like follow the links and snapshot each page
automatically?

I have looked at Paparazzi, little snapper.. but they take a screen shot of
only one url.

This can be for Mac of PC


cheers



Rob Freeman
lister...@googlemail.com
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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 lightview.js with
its css file, I can probably live with this..

can any one help??


Rob Freeman
[EMAIL PROTECTED]


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

✉
# Error Line 95, Column  80: XML Parsing Error: Couldn't find end of
Start Tag a line 95.

…ows/rats-in-the-kitchen/rats-700x494.html' rel='iframe' title='10 rats in the…

✉
# Error Line 96, Column 17: XML Parsing Error: Opening and ending tag
mismatch: div line 95 and a.

  10 rats/a/div

✉
# Error Line 195, Column 6: XML Parsing Error: Opening and ending tag
mismatch: body line 24 and div.

/div!--end of wrapper div--

✉
# Error Line 197, Column 7: XML Parsing Error: Opening and ending tag
mismatch: html line 2 and body.

/body
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] Site check please...

2008-06-04 Thread Rob freeman
on the Order, FAQ and Contact US pages the leftcolumn-two div
contains a child div called post which has some padding. This
shifts all content down and across, not sure if this is intentional.

lister



2008/6/3 Michael Adams [EMAIL PROTECTED]:
 On Tue, 03 Jun 2008 12:22:49 -0700 (PDT)
 Raven Gildea wrote:

  Hi all,
 
  May I request a site check please? It all looks okay
 on my own Mac
  and PC
  browsers, but I'd like to hear of any weirdness you
 might see that I
  don't:
 
  http://www.sweetlorrainebakeshop.com/
 
  Thanks very much!
  Lorraine


 Hi Lorraine:

 I'm seeing two small issues in IE5/Mac. On the home
 page, I'm getting little square blocks in front of the
 apostrophes in I've and don't in the lower
 righthand column. Source in IE5/Mac shows this:

 pThese are the BEST cupcakes I?'ve ever had.br /

 pI don'?t want any other chocolate chip cookies
 after having yours.br /

 while source in Safari shows I've and don't without
 the question marks.

 I don't know why. Anyone?


 Also in Mozilla on Linux. I originally thought it was UTF-8 chars in a
 non UTF-8 page. But both your HTTP header and page Content-Type declare
 UTF-8. The validator spits on these \xA9 characters as well.

 http://validator.w3.org/check?uri=http%3A%2F%2Fwww.sweetlorrainebakeshop.com%2Fcharset=%28detect+automatically%29doctype=Inlinegroup=0ss=1verbose=1

 --
 Michael

 All shall be well, and all shall be well, and all manner of things shall
 be well

  - Julian of Norwich 1342 - 1416
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/




-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] what is transparent url

2008-05-31 Thread Rob freeman
hello everyone, I have come across a few sites that have
code: background:transparent url(/img/filename.gif)

What is the transparent element for?



-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] what is transparent url

2008-05-31 Thread Rob freeman
but why declare this? isnt this set as a default..

2008/5/31 Gunlaug Sørtun [EMAIL PROTECTED]:
 Rob freeman wrote:

 hello everyone, I have come across a few sites that have code:
 background:transparent url(/img/filename.gif)

 What is the transparent element for?

 The 'background' property is short for both 'background-color' and
 'background-image', so such a declaration says s/he wants a
 transparent background-color behind the background-image.

 regards
Georg
 --
 http://www.gunlaug.no




-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] site check please

2008-05-27 Thread Rob freeman
thanks for the feedback guys...

2008/5/27 David Laakso [EMAIL PROTECTED]:
 Rob freeman wrote:

 nearly there,

 please can you check this site for any obvious pitfalls...
 http://www.nest-life.com/update/

 thanks




 No major issues that I could see in compliant browsers, or IE/6  IE/7. The
 footer apron (white on black w/ magenta stuff) brakes a little early with
 font scaling, but not a dig deal. I  prefer the home and contact pages-- the
 black body background-color is a little much on the other pages. There are a
 few CSS  markup errors to correct. As for myself, I am too old and too
 tired to linger long on any site whose author messes with my preference for
 font-size.

 --
 http://chelseacreekstudio.com/





-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] gaps in between divs??

2008-05-25 Thread Rob freeman
http://www.twistedjunkie.eclipse.co.uk/comments.html

could someone help, I am working on a site which has a background
applied to the wrapper div
inside this div is a few other divs which sometimes don;t but up, and
leave a small gap.

Im not sure what the problem is here? Could anyone help...

-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] gaps in between divs??

2008-05-25 Thread Rob freeman
I have tried deleting certain elements to eradicate the problem, but
cannot find the solution..anyone??

here is a link to a file to show the gap below the image (ignore
background as I have deleted the repeating pattern)

http://www.twistedjunkie.eclipse.co.uk/comments04.html


thanks

2008/5/26 David Laakso [EMAIL PROTECTED]:
 Rob freeman wrote:

 http://www.twistedjunkie.eclipse.co.uk/comments.html

 could someone help, I am working on a site which has a background
 applied to the wrapper div
 inside this div is a few other divs which sometimes don;t but up, and
 leave a small gap.

 Im not sure what the problem is here? Could anyone help...




 Does this close the gap?
 .bodycopy h2 {
   margin: 0 0 5px;
   padding: 5px 0 5px;
 }

 --
 http://chelseacreekstudio.com/





-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] gaps in between divs??

2008-05-25 Thread Rob freeman
Ive added a height too div.mainImage and it seems to be working..

2008/5/26 Rob freeman [EMAIL PROTECTED]:
 I have tried deleting certain elements to eradicate the problem, but
 cannot find the solution..anyone??

 here is a link to a file to show the gap below the image (ignore
 background as I have deleted the repeating pattern)

 http://www.twistedjunkie.eclipse.co.uk/comments04.html


 thanks

 2008/5/26 David Laakso [EMAIL PROTECTED]:
 Rob freeman wrote:

 http://www.twistedjunkie.eclipse.co.uk/comments.html

 could someone help, I am working on a site which has a background
 applied to the wrapper div
 inside this div is a few other divs which sometimes don;t but up, and
 leave a small gap.

 Im not sure what the problem is here? Could anyone help...




 Does this close the gap?
 .bodycopy h2 {
   margin: 0 0 5px;
   padding: 5px 0 5px;
 }

 --
 http://chelseacreekstudio.com/





 --
 Rob Freeman
 [EMAIL PROTECTED]




-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] problems with links shifting in ie7

2008-05-08 Thread Rob freeman
Hello everyone,

I have added some links to my site which work fine in safari and Firefox (Mac)
But when viewed in ie7 the text and a tag shifts accross??

I can figure out whats going on?

click here:
http://www.robertfreeman.co.uk/

and goto:
master12.html


could someone help



Thanks







-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] gap between divs in safari

2008-05-04 Thread Rob freeman
Hi everyone,

Im just testing my site, though for some reason
Safari is displaying a gap between the bookcontainer
and the footer (temp image placed).

the book container div has a large padding top as i have
a Background image which fakes an overlap over the sidebar div.
if there is a better way of doing this please let us know.

it seems fine in FF2 and Explorer7.

link: http://www.robertfreeman.co.uk/

and click
master10.html

could anyone help..

-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] thumbnail problem in explorer ??

2008-04-28 Thread Rob freeman
I'm working on an update to a site which I help built a while ago. I have placed
some thumbnails with a background image with a drop shadow.

All looks fine in firefox 2.0 and safari on the Mac, but as always when viewed
in explorer 7? I'm dreading to see what it looks like in explorer 6.

I'm not sure what's happening, could anyone help.

here is the link:
http://www.robertfreeman.co.uk/

and view the file called:
master01.html


thanks
-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] background image shifts next to heading??

2008-03-10 Thread Rob freeman
Hi everyone, My site is near completion. The only problem is a
background image which appears next to the headings (Styles and
Effects headings etc..) seems to drop slightly in Firefox at work,
though it seems fine in Firefox and safari on my Laptop and PC.

I'm sure its to do with the headings at 110% how can I make sure the
arrow icon always sits centred vertically next to the headings?

here is the link:
http://www.coloursense.net/testfolder/


could anyone help



Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] required attribute rows not specified.?

2008-03-02 Thread Rob freeman
Hello everyone..

My contact page is not validating? I did remove the col and rows from
the textarea
and let css control the width and height of my comments box. What do I have to
do to get this page to validate? please help..

http://www.coloursense.net/testfolder/contact.php


thanks for your help

-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] required attribute rows not specified.?

2008-03-02 Thread Rob freeman
doh! I thought if I deleted the rows and cols and specified a width and height
using css this would be fine. So if I leave in the row and cols css will still
control the exact size?

thanks



rob

On 02/03/2008, Rob Emenecker [EMAIL PROTECTED] wrote:
 Rob,

  As an addenda to my previous post, here is a recent page that we did...

  http://www.pmiregion5.org/calendar/

  It includes cols, rows, and size in the form elements. The related CSS...

  http://www.pmiregion5.org/css/symposium-calendar.css

  ... uses attribute based selectors for the form elements to set the width
  and height of the elements. This way, a newer browser renders them
  specifically to the dimensions we want, and it deprecates on older browsers
  to using the attribute values specified in the elements.

  ...Rob
  
  Rob Emenecker @ Hairy Dog Digital
  www.hairydogdigital.com


  __
  css-discuss [EMAIL PROTECTED]
  http://www.css-discuss.org/mailman/listinfo/css-d
  List wiki/FAQ -- http://css-discuss.incutio.com/
  List policies -- http://css-discuss.org/policies.html
  Supported by evolt.org -- http://www.evolt.org/help_support_evolt/



-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] required attribute rows not specified.?

2008-03-02 Thread Rob freeman
Thanks for your reply..

On 02/03/2008, Jukka K. Korpela [EMAIL PROTECTED] wrote:
 Rob freeman wrote:

   I did remove the col and rows from the textarea
   and let css control the width and height of my comments box.


 Remember the CSS Caveats: there are many reasons why your style sheet
  rules might not have the desired effects, see
  http://www.cs.tut.fi/~jkorpela/css-caveats.html


   What do I have to do to get this page to validate?


 To use valid markup. Validation as such is a formal issue and completely
  independent of CSS, hence off-topic in the css-discuss list.

  It might be relevant to note, however, that the rows and cols attribute
  have no effect on rendering _if_ you set textarea dimensions in CSS
  _and_ the browser correctly applies that part of your style sheet. Thus,
  being valid in this issue has no cost in terms of styling with CSS. On
  the contrary, it may come to rescue when your style sheet is not
  applied.

  On the other hand, the HTML attributes are the most _natural_ way of
  setting textarea dimensions, in terms of rows (number of lines) and
  columns (number of characters on a line), though the cols thing is not
  very reliable: it is theoretically obscure (what's average width of a
  character?) and inconsistently implemented. Yet, there is no CSS unit
  corresponding to the average width of a character, and setting the
  height as number of lines is more complicated in CSS (you need to pay
  attention to line-height, among other things).

  So it's really best to _start_ with the rows and cols attributes and
  then (maybe) consider whether CSS dimensioning might make an improvement
  (when CSS is on).


   http://www.coloursense.net/testfolder/contact.php


 Unless you have a compelling reason to do otherwise, it's best to give a
  textarea more width (50 - 60 characters is generally considered as the
  optimal line length for reading, and why shouldn't the user be allowed
  to read this own text comfortably?). This generally means that it should
  appear below other fields, not side by side with them.

  CSS even lets you set a textarea as wide as possible within the
  available width, using width: 100%, but it's debatable whether that's
  useful.



  Jukka K. Korpela (Yucca)
  http://www.cs.tut.fi/~jkorpela/


  __
  css-discuss [EMAIL PROTECTED]
  http://www.css-discuss.org/mailman/listinfo/css-d
  List wiki/FAQ -- http://css-discuss.incutio.com/
  List policies -- http://css-discuss.org/policies.html
  Supported by evolt.org -- http://www.evolt.org/help_support_evolt/



-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] form elements in 2 columns using css

2008-02-27 Thread Rob freeman
Hi everyone, I was wondering how I can create a 2 columns form without
adding extra markup. Here is the link to the form:

http://www.coloursense.net/testfolder/contact.php

I would like to bring the comments name and field up on the same level
as the name label and field. At the moment I cant seem to figure how
to do this?

could someone please help, or point me to a tutorial with 2 column forms..


Thanks



-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] form elements in 2 columns using css

2008-02-27 Thread Rob freeman
Hi thats fine, but i would like the comment title and field to come up
and sit along side the name and email field. i hope this makes sense

Thanks..


On 27/02/2008, Kathy Wheeler [EMAIL PROTECTED] wrote:

  On 28/02/2008, at 9:47 AM, Rob freeman wrote:

   Hi everyone, I was wondering how I can create a 2 columns form without
   adding extra markup. Here is the link to the form:


 Add a float:left and a width to your label declaration. For eg:

  label{
 display:block;
 float: left;
 width: 100px;
  }


  Cheers,
  KathyW.



-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] form elements in 2 columns using css

2008-02-27 Thread Rob freeman
I think Ive cracked it.. I have added a little bit more markup but
keeping it semantically correct. I included one fieldset for name and
email and one fieldset for comments and floated them left and right.,
should have thought of this first..


thanks for the quick response.. this list rocks..




rob



On 27/02/2008, Rob freeman [EMAIL PROTECTED] wrote:
 Hi thats fine, but i would like the comment title and field to come up
  and sit along side the name and email field. i hope this makes sense

  Thanks..



  On 27/02/2008, Kathy Wheeler [EMAIL PROTECTED] wrote:
  
On 28/02/2008, at 9:47 AM, Rob freeman wrote:
  
 Hi everyone, I was wondering how I can create a 2 columns form without
 adding extra markup. Here is the link to the form:
  
  
   Add a float:left and a width to your label declaration. For eg:
  
label{
   display:block;
   float: left;
   width: 100px;
}
  
  
Cheers,
KathyW.
  



 --
  Rob Freeman
  [EMAIL PROTECTED]



-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] wrap text around an absolute image

2008-02-19 Thread Rob freeman
hello everyone..

Could someone please help? I am working on quite a basic site which
has an image positioned absolutely to the right of the page, hanging
off slightly.

Down the side of the image I have some text which at the moment is
forced marginally to the left as a basic column.

How do I allow the text to wrap around the image. At the moment the
absolute image is taken out of the document flow, so Im not sure how I
can get the text to wrap

Here is the URL
http://www.coloursense.net/testfolder/instructions.html

any tips..please..

-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] another site check please...

2008-02-03 Thread Rob freeman
At the moment the site is in a subdirectory so when you click back to
home you may end up in the current site (Old). Please feel free to
have a look, feedback welcome. This is still in work in progress mode,
but I want to check for browser compatibility.

There is a min height command on some of the pages (as the client
couldn't supply any more copy).

I have tested this in Firefox 2.0 (Mac and PC), Safari (Mac) and Opera (Mac).
Also this has been validated for xhtml, though the CSS flagged up
unsupoorted Min Height for Safari 2.0?? Not sure what I can do about
that..

Here is the Link
http://www.coloursense.net/testfolder/


Thanks...

-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] site check please..

2008-02-02 Thread Rob freeman
Hi everyone, I have worked a little site and was wondering if people
can have a look and check to see if its working ok.

I have checked this in Firefox 2.0 (Mac and PC), IE7(PC), Safari and
Opera. My only concern is IE6 which may be a pain. If there is a
problem in this browser could you help? the page has been validated of
xhtml and css.

Thanks

http://www.nest-life.com/

-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] help! with IE7 BG not at full height, and no footer colour..

2008-01-31 Thread Rob freeman
Hi everyone, Im having a few problems in IE displaying a repeated
background (faux columns). also at the bottom of the page I have a
footer which doesnt display the background colour but has the working
links??

I am using dremweaver CS3 on a Mac and all the validation passes and
displays correctly in Firefox, Safari and Opera. I just can't work out
whats going on..

Please could someone help as I have to get this live asap..

here is the link:
http://www.twistedjunkie.eclipse.co.uk/index009.html

-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] a couple of questions: dif style sheets and min height??

2008-01-21 Thread Rob freeman
Hello again everyone..


Just a couple of questions...

I have built a little site which uses png's. These images sit slightly
off the wrapper div. The image have a drop shadow which all works in
the latest browsers. Now, if I want to keep the shadow in explorer 6
and below I have to use a alpha filter, which I need to look into.

Has anyone used this filter for older browsers? and does the it
validate properly?

Or, could you use different images without shadows but only display
these for IE browsers 6 and below...Is this possible?



also,



Because the my sites type renders different on certain screens
resolutions, where the image on the right has an absolute position,
the contents section's height gets very small, almost allowing the png
file to touch the footer. Is there a way I can set a Min size height
to the content div? I dont want set a total height if possible.. It
needs to stay validated in all browsers..??


URL:
http://www.precociouscollective.com/testfolder/


Thanks for all your help..this is a great list..!



-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] a couple of questions: dif style sheets and min height??

2008-01-21 Thread Rob freeman
I'll have another look at 8bit png files. I'll check out the min
height css style too. I thought I had seen it somewhere but wasn't too
sure if ie understood it.

As for the navigation across the whole browser, well, I'm a little bit
restricted to the small amount of content, so i based the site on a
fixed width to contain what I had.

I'm still a novice when it comes to font styling using ems, though I
understand the upside of using them...


thanks for all your help so far,,

rob






On 21/01/2008, Michael Adams [EMAIL PROTECTED] wrote:
 On Mon, 21 Jan 2008 15:47:13 +
 Rob freeman wrote:

  Hello again everyone..
 
 
  Just a couple of questions...
 
  I have built a little site which uses png's. These images sit slightly
  off the wrapper div. The image have a drop shadow which all works in
  the latest browsers. Now, if I want to keep the shadow in explorer 6
  and below I have to use a alpha filter, which I need to look into.
 
  Has anyone used this filter for older browsers? and does the it
  validate properly?
 
  Or, could you use different images without shadows but only display
  these for IE browsers 6 and below...Is this possible?
 
 

 Have you considered making the shadow a part of the original image. The
 KISS rule applies here. Given it's position you could take a screen
 snapshot including the edge of the background and resave it as a jpg.
 24/32 bit PNG's are not really web friendly (very slow on dialup).

 
 
  Because the my sites type renders different on certain screens
  resolutions, where the image on the right has an absolute position,
  the contents section's height gets very small, almost allowing the png
  file to touch the footer. Is there a way I can set a Min size height
  to the content div? I dont want set a total height if possible.. It
  needs to stay validated in all browsers..??
 

 min-height: is a valid css property but IE7 does not recognise it.

 If you set your body font as a percentage then use EM's to scale it
 (where 1em = 100%) you will resolve many font issues. Using percentages
 throughout can result in trouble with nested font scaling (you get 90%
 of 90%). To be honest i haven't taken the time to check if this is your
 issue. Work beckons...

 
  URL:
  http://www.precociouscollective.com/testfolder/
 
 
  Thanks for all your help..this is a great list..!
 

 Hope i have helped.

 --
 Michael

 All shall be well, and all shall be well, and all manner of things shall
 be well

  - Julian of Norwich 1342 - 1416
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/



-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] BG Image doesn't sit correctly in my div when I have a form inside (Firefox problem)

2008-01-20 Thread Rob freeman
hello everyone,

I have a contact page which has a basic form. At the moment I have
each page with a content div with a background image at the bottom.
All looks fine on the other pages. But when I use the form elements on
the content page within the contents div the background seems to sit
at the bottom of the form and not the contents div.

This seems to work ok in safari but doesn;t work in Firefox, can
someone help please..

here is the link:
http://www.precociouscollective.com/testfolder/contact.php


--
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] site check please..

2007-11-25 Thread Rob freeman
Hello everyone, I have been working on a little
site for some friends which I have just uploaded.
Could anyone please check the site in older browsers
For any problems (its not complete).

I have workied in OSX running firefox and safari.

http://www.precociouscollective.com/artists.html

this page has a few floats, which Im a little worried about
in older browsers.

Thanks.

-- 
lister
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] update, can you check this site now

2007-11-25 Thread Rob freeman
http://www.precociouscollective.com/

-- 
Rob Freeman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/