Re: [css-d] :: xp ie/8 :: p:first-letter {...}

2009-12-31 Thread Ingo Chao
Works here for me in IE8/XP.

Wrong color in IE7 (and IE8 in IE7CompatView).

regards,
Ingo
__
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] 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/


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

2009-12-31 Thread David Dorward
2009/12/31 Rob freeman lister...@googlemail.com:
 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'd build a simple spider using WWW::Mechanize::Firefox[1]. It has
find[2] and follow[3] link functionality along with a save to PNG
feature[4].


[1] http://search.cpan.org/perldoc?WWW::Mechanize::Firefox

[2] 
http://search.cpan.org/~corion/WWW-Mechanize-Firefox-0.15/lib/WWW/Mechanize/Firefox.pm#$mech-%3Efind_all_links%28_OPTIONS_%29

[3] 
http://search.cpan.org/~corion/WWW-Mechanize-Firefox-0.15/lib/WWW/Mechanize/Firefox.pm#$mech-%3Efollow_link

[4] 
http://search.cpan.org/~corion/WWW-Mechanize-Firefox-0.15/lib/WWW/Mechanize/Firefox.pm#Save_the_current_page_as_PNG

-- 
David Dorward http://dorward.me.ukhttp://blog.dorward.me.uk
__
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/


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

2009-12-31 Thread Val Dobson
If you have FTP access to the server, then simply download the whole
site to your local machine server.  If not, use a website grabber such
as HTTPtrack.

Val
-- 
---
Somewhere, something incredible is waiting to be known - Carl Sagan
www.oakleafcircle.org.uk
www.valdobson.co.uk
www.astrodiary.co.uk
__
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/


Re: [css-d] How to view CSS based websites with IE6?

2009-12-31 Thread Brian M. Curran
Thanks to All who replied to my post. I received some great advice, and now 
I'm able to check my sites in IE6. I especially like the IETester, and was 
glad to hear that Internet Explorer Application Compatibility VPC Image 
works too. I want to download that and give it a whirl when I have some 
time.
Sincerely,
Brian 

__
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/


Re: [css-d] font-size smaller on IE 8 [error correction]

2009-12-31 Thread MEM
Oh dear new year...

a) The ul list on the blue column should be vertically centered.

b) The text of the first item on the ul list on the blue column should be,
top aligned, with the titles of the grey column.

This could have a min-height defined and should NOT follow the column
height:
http://www.chequedejeuner.nuvemk.com/educa.infantil/vantagens
It should stop near voltar.

HOWEVER I need to have equal height columns as well, here:
http://www.chequedejeuner.nuvemk.com/educa.infantil
Because of the li vertical space difference that exists on good browsers,
and not on IE, (I believe this is a capital issue) I'm getting different
heights  and the min-height hack doesn't seem to work. 
So, I've applied the big margin trick. 

Should I switch to a faux column technique on this case?

What can be done to allow both a) and b) to work cross-browser? (only ie8
and ff3 at least).


Dispersing,
Márcio








__
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/


Re: [css-d] font-size smaller on IE 8 [error correction]

2009-12-31 Thread MEM
 
 Oh dear new year...
 
 a) The ul list on the blue column should be vertically centered.
 
 b) The text of the first item on the ul list on the blue column should
 be, top aligned, with the titles of the grey column.
 
 This could have a min-height defined and should NOT follow the column
 height:
 http://www.chequedejeuner.nuvemk.com/educa.infantil/vantagens
 It should stop near voltar.
 
 HOWEVER I need to have equal height columns as well, here:
 http://www.chequedejeuner.nuvemk.com/educa.infantil
 Because of the li vertical space difference that exists on good
 browsers, and not on IE, (I believe this is a capital issue) I'm
 getting different heights  and the min-height hack doesn't seem to
 work.
 So, I've applied the big margin trick.
 
 Should I switch to a faux column technique on this case?
 
 What can be done to allow both a) and b) to work cross-browser? (only
 ie8 and ff3 at least).
 
 
 Dispersing,
 Márcio
 


Simplifying:

The blue navigation column should be of fixed height with a vertically
centered ul list inside.

Problem 1:
if I give a fixed height, I cannot equal (by using min-height) both columns
(the blue and grey) here: 
http://www.chequedejeuner.nuvemk.com/educa.infantil

Is there a way for doing this?

Problem 2:
Since the lists are getting different vertical space interpretations (so I
believe, but I can be wrong) on IE8 and Firefox 3,
I'm wondering if it's possible to have the text of the first li element to
be *top aligned* with the text title of the grey column, here again:
http://www.chequedejeuner.nuvemk.com/educa.infantil


Hope this was more clear than the last post,

Thanks a lot,
Márcio

__
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/


Re: [css-d] :: xp ie/8 :: p:first-letter {...}

2009-12-31 Thread David Laakso
Ingo Chao wrote:
 Works here for me in IE8/XP.

 Wrong color in IE7 (and IE8 in IE7CompatView).

 regards,
 Ingo
   


Guess it is a mac 10.4/parallel xp ie/8 issue.

My PC woke up and XP IE/8 is fine: XP IE/7 with wrong color (no big 
deal);  XP IE/6 with wrong color and bad case of the jaggies(I don't 
care);

Thanks,
~d
PS
Have a New Year.



-- 
http://chelseacreekstudio.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] IE 8 issue

2009-12-31 Thread Ellen Heitman
I am a web developer taking over the maintenance of my company's site from a
former developer. We recently upgraded to IE 8 and noticed an issue we
hadn't had before.

If you look at the following page in both IE 6/7 and Firefox, it should look
okay:

www.pottersignal.com/search_results.aspx

However, in IE 8 the middle section expands to fill the whole page. Anybody
see what in the CSS could be causing this? I've tried a few adjustments that
don't seem to be working.

By the way, I know the current architecture of the site leaves a *lot *to be
desired. However, I've been tasked to come in and update/clean up where I
can, but am not able to do a complete overall at the moment. So any
suggestions that work with what we've got right now would be very
appreciated!

Thanks!

ellen
__
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] 2010

2009-12-31 Thread Tomasz Kisielewski
Hi ALL

I know this is off the topic ,but HAPPY NEW YEAR 2010, best wishes, less
browsers issues etc let your dreams come true.

Tom
__
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/


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

2009-12-31 Thread Teknofile Services
On 31/12/2009 at 10:44 a.m. Rob freeman wrote:

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

Adobe Acrobat... can build a PDF of any site, any number of levels, and 
will auto-spider it to a depth defined by user.

PDF's can then be converted easily with a batch command in Photoshop... 
or left alone as a PDF is a pretty handy site reference file format itself. 
(can add Notes, text highlighting, etc.)



---
Karl
Teknofile Services
www.teknofile.co.nz


 

Please consider the environment before printing this email.

Please Note:
Until paid in full, Teknofile Services retains all copyrights to any artwork 
attached to this email.
Use of unpaid artwork is considered copyright theft and will be dealt with 
accordingly.


__
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/


Re: [css-d] IE 8 issue

2009-12-31 Thread Bruno Fassino
On Thu, Dec 31, 2009 at 8:12 PM, Ellen Heitman ellen.heit...@gmail.com wrote:
 I am a web developer taking over the maintenance of my company's site from a
 former developer. We recently upgraded to IE 8 and noticed an issue we
 hadn't had before.

 If you look at the following page in both IE 6/7 and Firefox, it should look
 okay:

 www.pottersignal.com/search_results.aspx

 However, in IE 8 the middle section expands to fill the whole page. Anybody
 see what in the CSS could be causing this? I've tried a few adjustments that
 don't seem to be working.

 By the way, I know the current architecture of the site leaves a *lot *to be
 desired. However, I've been tasked to come in and update/clean up where I
 can, but am not able to do a complete overall at the moment. So any
 suggestions that work with what we've got right now would be very
 appreciated!

The markup of that page has several errors (try running a validator,
like the the w3c one:
http://validator.w3.org/check?verbose=1uri=http%3A%2F%2Fwww.pottersignal.com%2Fsearch_results.aspx)
Most are probably harmless (many will probably disappear simply
changing the doctype into HTML instead of XHTML).
But the ones related to mismatches in the opening/closing of tags are
serious and may cause differences amongst browsers; you  should try
correcting them.
Indeed the difference in the IE8 rendering seems caused by the form
element which is opened at line 37 and wrongly closed at line 126. If
you close it where more appropriate (~ line 91), IE8 may render the
page more in line with the others.

Bruno

PS:  Happy New Year 2010 to all !!!

-- 
Bruno Fassino http://www.brunildo.org/test
__
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] Squeaking in one more question for 2009 - IE6 crashes on my contact pg

2009-12-31 Thread Brian M. Curran
Hi All,
My CSS and HTML validate, but when I try to view my 'contact' page in IE6 the 
browser crashes. Anyone see a CSS issue on my contact page that would make IE6 
crash? site: www brianmcurran com

Sincerely,
Brian
__
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/


Re: [css-d] Squeaking in one more question for 2009 - IE6 crashes on my contact pg

2009-12-31 Thread Thierry Koblentz
 My CSS and HTML validate, but when I try to view my 'contact' page in IE6
the browser crashes.
 Anyone see a CSS issue on my contact page that would make IE6 crash? site:
www brianmcurran com

It happens that IE crashes when there are reserved words used as ID
(name/class too?).
So I'd change title that you use for your DIV id here:

div id=title

to something else and see if that fixes anything...

--
Regards,
Thierry | www.tjkdesign.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/


Re: [css-d] font-size smaller on IE 8 [error correction]

2009-12-31 Thread David Laakso
MEM wrote:
 


 Simplifying:
   


Excellent. Let's think on that, if not actually try it.



 Márcio


   




Do you mean you seek a parent-block that contains four adjacent 
column-blocks that would appear to be of the same physical height as the 
parent-block:
regardless of the amount their content;
regardless the manner in which their content has been set;
regardless the background-color of individual blocks;
regardless the font-size used?

If so, define no fixed height for the parent-block; and, assign no 
height for any of the four adjacent column-blocks, contained within the 
parent block.

You already know the available methods for simulating equal-height 
columns. This time try the simple faux  column method.

Since I guess you've switched from em to percent for font-size, you may 
-- for the time being -- want to make it consistent, and change all the 
em font-settings to percent. Increment change is usually at 5% levels 
(not 2%), and line-height is usually set as a raw number.

Rock-on, or rock-off,  but please try to make it happen within our known 
universe :-) .

Thanks.

And best,

~d
















-- 
http://chelseacreekstudio.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/


Re: [css-d] Squeaking in one more question for 2009 - IE6 crashes on my contact pg

2009-12-31 Thread John Townsend
Brian,
It will not crash the IE6 browser if you comment out or remove the #sideBar 
p:first-letter rule from the styleContact.css stylesheet.
Cheers,
John 
  ---Original Message---
  From: Brian M. Curran br...@brianmcurran.com
  Subject: [css-d] Squeaking in one more question for 2009 - IE6 crashes on my 
 contact pg
  Sent: 01 Jan '10 13:23
  Hi All,
  My CSS and HTML validate, but when I try to view my 'contact' page in IE6 
 the browser crashes. Anyone see a CSS issue on my contact page that would 
 make IE6 crash? site: www brianmcurran com
  Sincerely,
  Brian
__
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/