[css-d] Page Check Please

2009-01-16 Thread hairball
OK I have this page it works fine in Safari, FF on Mac. I did take notice that if I added a wrapper around the header to the footer the maincontent bgcolor moves to the top of the manicontent section. Now if I move the closing div for the maincontent so it is outside of the footer closing div the

Re: [css-d] Page Check please

2008-06-29 Thread Del Wegener
> > There is one display issue that I did see. While you did fix the centering > with respect to the radio buttons, when printed, the heading is no longer > centered. > > ...Rob Thanks Rob; I will fix that. It is centered on the content, but not on the page. Thanks for the catch. Del __

Re: [css-d] Page Check please

2008-06-29 Thread Rob Emenecker
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of David Laakso > Sent: Sunday, June 29, 2008 3:10 PM > To: Del Wegener > Cc: css > Subject: Re: [css-d] Page Check please > > Del Wegener wrote: > > > > > http://ww

Re: [css-d] Page Check please

2008-06-29 Thread David Laakso
Del Wegener wrote: > > http://www.drdelmath.com/special_topics/function/functions_quadratic_properties.htm > You frequently make similar comments about font-size. I started with > font-size at 100% in the body and then set the other font sizes relative to > that by using em measurements. The

Re: [css-d] Page Check please

2008-06-29 Thread Peter Hyde-Smith
David Laakso wrote to Del, >> In the wonderful world of personal opinion, setting the primary content >> font-size to suit your preference, rather than users preference does >> not >> "look okay" to me. >> A line-measure of 85 percent of the screen will be difficult for users >> with very wid

Re: [css-d] Page Check please

2008-06-29 Thread Del Wegener
> In the wonderful world of personal opinion, setting the primary content > font-size to suit your preference, rather than users preference does not > "look okay" to me. > Nor I'm not crazy about trying to decipher or read anything in print-media > or on the Web that is red, white, and blue. >

Re: [css-d] Page Check please

2008-06-29 Thread David Laakso
David Laakso wrote: > Del Wegener wrote: > >> Good Morning; >> >> The page in question >> http://www.drdelmath.com/special_topics/function/functions_quadratic_properties.htm >> is pretty simple but it is another step for me in using "best practices." >> This uses no tables and I believe my CSS i

Re: [css-d] Page Check please

2008-06-29 Thread David Laakso
Del Wegener wrote: > Good Morning; > > The page in question > http://www.drdelmath.com/special_topics/function/functions_quadratic_properties.htm > is pretty simple but it is another step for me in using "best practices." > This uses no tables and I believe my CSS is pretty lean and clean. >

[css-d] Page Check please

2008-06-29 Thread Del Wegener
Good Morning; The page in question http://www.drdelmath.com/special_topics/function/functions_quadratic_properties.htm is pretty simple but it is another step for me in using "best practices." This uses no tables and I believe my CSS is pretty lean and clean. Right now I use Javascript to display

Re: [css-d] Page Check Please

2008-05-11 Thread David Laakso
Del Wegener wrote: > > http://www.edi-cp.com/edi_new/edi_page_layout.htm > > Note the white space above and below the orange box near the bottom. How > can I get rid of the white space? > > > Del > > > > div#extra p {margin:0;} div#content { padding-bottom:1px; } Food for thought:

[css-d] Page Check Please

2008-05-11 Thread Del Wegener
Good Afternoon; I have slowly been moving toward all CSS and now have my first page without tables, frames, or JavaScript. It all validates. In your opinion am I proceeding correctly ? http://www.edi-cp.com/edi_new/edi_page_layout.htm Do you see anything that will get me into trouble as I proce

Re: [css-d] page check please, 2nd request

2007-06-19 Thread Peggy Coats
Thanks Audra and Marc -- I'm still working through how positioning works, so this is a good lesson for me. I appreciate you both taking the time to plow through the code and help me out. Peg On 6/19/07, Audra Coldiron <[EMAIL PROTECTED]> wrote: > Peggy Coats wrote: > > any idea why IE 6 and 7 a

Re: [css-d] page check please, 2nd request

2007-06-19 Thread Audra Coldiron
Peggy Coats wrote: > any idea why IE 6 and 7 are throwing off the content div to the right on this > site-in-progress? > > site: http://ambientglow.com/garage/priestess/web/index.html > > CSS: http://www.ambientglow.com/garage/priestess/web/css/priestess.css Hi Peg. You'll need to change quit

[css-d] page check please, 2nd request

2007-06-19 Thread Peggy Coats
any idea why IE 6 and 7 are throwing off the content div to the right on this site-in-progress? site: http://ambientglow.com/garage/priestess/web/index.html CSS: http://www.ambientglow.com/garage/priestess/web/css/priestess.css Thanks, Peg _

[css-d] Page check please

2007-06-13 Thread Luc
Good evening list, Could some good soul give me some feedback on the following page: http://www.dzinelabs.com/projects/MP/Pages/werkendvoorbeeldcsslist2.html Css is embedded. Requests: how does it look at 600x800, Moz, FF, IE? -- Best regards, Luc http:

Re: [css-d] page check please

2007-05-05 Thread jeffrey morin
i'm seeing bios pop up but no images besides the first in ie6 Jeff __ 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 -- htt

[css-d] page check please

2007-05-05 Thread Noah Learner
Hi All, Can you please click on the faces on the left. I want to make sure that two onclick events work that the person's bio comes up and a detail photo comes up too. I am especially interested in internet explorer 6.0 and older. http://www.bartlettsfarm.com/staff1.html Many Thanks, Noah ___

Re: [css-d] page check please

2007-01-14 Thread Jehangir Larry
: Jehangir Larry Cc: css-d@lists.css-discuss.org Sent: Monday, January 15, 2007 4:33 AM Subject: Re: [css-d] page check please Though I believe everything is working as you intend, I would suggest rethinking the header rollover trick. When I roll over the header image, the image extends

Re: [css-d] page check please

2007-01-14 Thread Matt Dawson
Though I believe everything is working as you intend, I would suggest rethinking the header rollover trick. When I roll over the header image, the image extends, and thus increases the height of the page. But then if I move on to the navigation bar - in an effort to navigate to a particular section

Re: [css-d] page check please

2007-01-14 Thread ~davidLaakso
Jehangir Larry wrote: > ~davidLaakso wrote: > > Thanks David. > Did as you said. Unable to center the various buttons in the sidebar - > despite margin 0 auto and text-align-center. > The above reference was to center the page. The page is centered now. However, the search thing is too wide

Re: [css-d] page check please

2007-01-14 Thread Gunlaug Sørtun
Jehangir Larry wrote: > Pls re-check for me? Also any suggestion - how to center those > 'buttons'? Change to... .center { text-align:center; width: 190px;} ...and the buttons will be centered. The '.center' will otherwise collapse to the width of two buttons, and there's no width to center with

Re: [css-d] page check please

2007-01-14 Thread Jehangir Larry
to center those 'buttons'? Deeply appreciate your support. The 'fixed' problem implies I modify the design? Best. Larry From: "~davidLaakso" <[EMAIL PROTECTED]> To: "Jehangir Larry" <[EMAIL PROTECTED]> Cc: Sent: Sunday, January 14, 2007 9:51 AM

Re: [css-d] page check please

2007-01-13 Thread ~davidLaakso
Jehangir Larry wrote: > Appreciate a page check - different user agents (specially older IE), with > suggestions for improvement. > www.teerthyatri.com > Many TIA. > Larry > > Larry, I think it is probably working as you intend in ie7.0 and the latest versions of ff and opera. IE 6 and down do

[css-d] page check please

2007-01-13 Thread Jehangir Larry
Appreciate a page check - different user agents (specially older IE), with suggestions for improvement. www.teerthyatri.com Many TIA. Larry __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 in

[css-d] Page check please.

2006-07-07 Thread Mark Batty (Gmail)
Hi all I've made some changes since my last post, I think it now works in the following: FF1.5, IE6, IE5.5, Opera 9 (XP) I believe there are issues in Netscape, Mozilla, Safari and IE5 Mac, would anyone be able to check these and any other platforms/browsers for me please. I think ideally I

Re: [css-d] Page check please

2006-07-06 Thread francky
Lisa Ellington wrote: >On Jun 26, 2006, at 12:54 PM, Ian Young wrote: > > >>[...] >>Seems to zoom in ok, but think it might be breaking at 800x 600 >>(according to browsercam). >>http://www.iyesolutions.co.uk/templates/vensite/navtest.html >> >> >Hi Ian-- >Seems to look ok but if I close m

Re: [css-d] Page check please

2006-07-06 Thread Lisa Ellington
Hi Ian-- Seems to look ok but if I close my menu down to say, 650px wide, the menu disappears. It looks fine at 800. Testing on Safari and Firefox on a mac. Lisa On Jun 26, 2006, at 12:54 PM, Ian Young wrote: > See what you think of this page, which has been converted from > table based

Re: [css-d] Page check please -revision

2006-06-27 Thread Ian Young
> > > What have I missed. > > Collapsing margins[1] - where IE is saved by its 'hasLayout'[2] bug. > > Standard-compliant browsers need some standard CSS, so adding this will > work... > #header {padding: 1px 0;} > > Georg > That did the trick thanks Ian -- No virus found in this out

Re: [css-d] Page check please -revision

2006-06-27 Thread Gunlaug Sørtun
Ian Young wrote: > However, in FF, Opera I have a blue border (a margin padding issue?) > but cannot find where problem is. Clearly this look better if this > were not there. > > What have I missed. Collapsing margins[1] - where IE is saved by its 'hasLayout'[2] bug. Standard-compliant browsers

Re: [css-d] Page check please -revision

2006-06-27 Thread Ian Young
> -Original Message- >> > > See what you think of this page, which has been converted from table based > template and JavaScript menu > > Seems to zoom in ok, but think it might be breaking at 800x 600 (according > to browsercam). > Have revised the layout to a liquid column as per Robert O

Re: [css-d] Page check please

2006-06-26 Thread David Laakso
Ian Young wrote: > See what you think of this page, which has been converted from table based > template and JavaScript menu > > Seems to zoom in ok, but think it might be breaking at 800x 600 (according > to browsercam). > > http://www.iyesolutions.co.uk/templates/vensite/navtest.html > > http://w

Re: [css-d] Page check please

2006-06-26 Thread Robert O'Rourke
Ian Young wrote: > thanks, Robert > > Trying to get the logo and the "about" gif to line up and be close together > as per original > > http://www.mambo.in-development-server.co.uk/trossachs/index.php?option=com_ > content&task=view&id=22&Itemid=39 > > This table based template looks ok but the sc

[css-d] Page check please

2006-06-26 Thread Ian Young
See what you think of this page, which has been converted from table based template and JavaScript menu Seems to zoom in ok, but think it might be breaking at 800x 600 (according to browsercam). http://www.iyesolutions.co.uk/templates/vensite/navtest.html http://www.iyesolutions.co.uk/templates/

Re: [css-d] page check please - forgott

2006-02-22 Thread [EMAIL PROTECTED]
Perhaps a solution for the client here is to offer an alternate stylesheet, one for 800x600, one for higher res. -Bob Felix Miata wrote: >Schalk wrote Tue, 21 Feb 2006 16:29:16 +0200: > > > http://www.volume4.com/fc/ http://www.volume4.com/fc/entry_archive.html >>O

Re: [css-d] page check please - forgott

2006-02-21 Thread Schalk
Felix Miata wrote: > Schalk wrote Tue, 21 Feb 2006 16:29:16 +0200: > > http://www.volume4.com/fc/ http://www.volume4.com/fc/entry_archive.html > > >> On point 2: I agree with Felix and David here however, the client wants >> the site to be optimized for 1024x768 an

Re: [css-d] page check please - forgott

2006-02-21 Thread [EMAIL PROTECTED]
A little extra work perhaps, but you could offer an alternate stylesheet- one of 800x600 and the other for 1068. Then let the viewer make the choice. Educate your client. Assumptions are key. Who is your client's audience (rhetorical)? Felix Miata wrote: >Schalk wrote Tue, 21 Feb 2006 16:29

Re: [css-d] page check please - forgott

2006-02-21 Thread Felix Miata
Schalk wrote Tue, 21 Feb 2006 16:29:16 +0200: > >> http://www.volume4.com/fc/ > >> http://www.volume4.com/fc/entry_archive.html > On point 2: I agree with Felix and David here however, the client wants > the site to be optimized for 1024x768 and demanded the width I am using Does he know about

Re: [css-d] page check please

2006-02-21 Thread David Laakso
Schalk wrote: > David Laakso wrote: > >> Schalk wrote: >> >>> believe I have sorted out all of the problems with these pages but, >>> to make sure, I would appreciate it if I can get one last check done >>> on the following two pages: >>> www.volume4.com/fc/ >>> www.volume4.com/fc/entry_archive

Re: [css-d] page check please

2006-02-21 Thread Schalk
David Laakso wrote: > Schalk wrote: >> believe I have sorted out all of the problems with these pages but, to >> make sure, I would appreciate it if I can get one last check done on the >> following two pages: >> www.volume4.com/fc/ >> www.volume4.com/fc/entry_archive.html >> >> > Schalk, >

Re: [css-d] page check please

2006-02-21 Thread David Laakso
Schalk wrote: >I believe I have sorted out all of the problems with these pages but, to >make sure, I would appreciate it if I can get one last check done on the >following two pages: >www.volume4.com/fc/ >www.volume4.com/fc/entry_archive.html > Schalk, It sees to be doing well in linux debian--

Re: [css-d] page check please - forgott

2006-02-21 Thread Felix Miata
Schalk wrote Tue, 21 Feb 2006 12:30:45 +0200: > I believe I have sorted out all of the problems with these pages but, to > make sure, I would appreciate it if I can get one last check done on the > following two pages: > http://www.volume4.com/fc/ > http://www.volume4.com/fc/entry_archive.html

[css-d] page check please

2006-02-21 Thread Schalk
Greetings everyone! I believe I have sorted out all of the problems with these pages but, to make sure, I would appreciate it if I can get one last check done on the following two pages: www.volume4.com/fc/ www.volume4.com/fc/entry_archive.html CSS www.volume4.com/fc/css/standards.css www.volu

Re: [css-d] page check please - forgott

2006-02-20 Thread Felix Miata
Schalk wrote: > Please have a look at the following pages: > http://www.volume4.com/fc/index.html > http://www.volume4.com/fc/entry_archive.html Except for the teensy text in the cartoon text bubbles everything seems fine to me @ 1792x1344 on Linux Epiphany & Konqueror. If it was me doing it, #

Re: [css-d] page check please

2006-02-20 Thread Schalk
Schalk wrote: > > > Christian Sahm wrote: >> Am 20.02.2006 um 17:10 schrieb Schalk: >> >> >>> Greetings All, >>> >>> Please have a look at the following pages: >>> http://www.volume4.com/fc/index.html >>> http://www.volume4.com/fc/entry_archive.html >>> >>> Let me know any problems you run into.

Re: [css-d] page check please

2006-02-20 Thread Schalk
[EMAIL PROTECTED] wrote: >> Hello, >> > > I tried the Safari link below with my website and it looks almost the same > in Opera as it does in Safari. > > One of the images gets distored in Safari and the CSS menu wraps. Opera > wraps the menu. > > A caveaut is that on my localhost, Opera doe

Re: [css-d] page check please

2006-02-20 Thread dsleep
> Hello, I tried the Safari link below with my website and it looks almost the same in Opera as it does in Safari. One of the images gets distored in Safari and the CSS menu wraps. Opera wraps the menu. A caveaut is that on my localhost, Opera does not show the menu at all. IE6 looks fine except

Re: [css-d] page check please

2006-02-20 Thread Schalk
Christian Sahm wrote: > Am 20.02.2006 um 17:10 schrieb Schalk: > > >> Greetings All, >> >> Please have a look at the following pages: >> http://www.volume4.com/fc/index.html >> http://www.volume4.com/fc/entry_archive.html >> >> Let me know any problems you run into. I know IE6 has some bugs, t

Re: [css-d] page check please

2006-02-20 Thread Christian Sahm
Am 20.02.2006 um 17:10 schrieb Schalk: > Greetings All, > > Please have a look at the following pages: > http://www.volume4.com/fc/index.html > http://www.volume4.com/fc/entry_archive.html > > Let me know any problems you run into. I know IE6 has some bugs, the > strangest for though is what happ

Re: [css-d] page check please

2006-02-20 Thread Jim Davis
Schalk, Re-sizing text presents problems. Look at the design in FF Win and press control+ and you will see a page that renders similar to what you see in Opera. Perhaps sizing the menu elements in em's may help. I would be interested in any feedback you get as a result of your fixed width des

Re: [css-d] page check please

2006-02-20 Thread Ingo Chao
Schalk wrote: > Greetings All, > > Please have a look at the following pages: > http://www.volume4.com/fc/index.html > http://www.volume4.com/fc/entry_archive.html > > Let me know any problems you run into. I know IE6 has some bugs, the > strangest for though is what happens in Opera. Thanks! >

Re: [css-d] page check please

2006-02-20 Thread Ian Young
Please have a look at the following pages: > http://www.volume4.com/fc/index.html > http://www.volume4.com/fc/entry_archive.html > > Let me know any problems you run into. I know IE6 has some bugs, the > strangest for though is what happens in Opera. Thanks! > > #top-nav { position:relative

[css-d] page check please

2006-02-20 Thread Schalk
Greetings All, Please have a look at the following pages: http://www.volume4.com/fc/index.html http://www.volume4.com/fc/entry_archive.html Let me know any problems you run into. I know IE6 has some bugs, the strangest for though is what happens in Opera. Thanks! -- Kind Regards Schalk Neethli

Re: [css-d] page check please/question about firefox 1.5 and "one true layout"

2005-11-30 Thread matt andrews
On 01/12/05, Eric Shepherd <[EMAIL PROTECTED]> wrote: > We've soft-launched a new site template. It's at > http://www.fisher-price.com/fp.aspx?st=30&e=toysbytype > ... > Also, I am trying out the "one true layout" technique, and it doesn't > seem to have any problems (except in IE5 which I fed a di

Re: [css-d] page check please/question about firefox 1.5 and "one true layout"

2005-11-30 Thread David Laakso
Eric Shepherd wrote: >We've soft-launched a new site template. It's at >http://www.fisher-price.com/fp.aspx?st=30&e=toysbytype > > >I'd appreciate people taking a look and letting me know if there are >problems in browsers ...] > >Any comments are welcome. > >... > > > Eric, You may want to chec

Re: [css-d] page check please/question about firefox 1.5 and "one truelayout"

2005-11-30 Thread Eric Shepherd
> The page is left aligned > which makes it look like a lot of wasted space on the right; it may 'feel' > better if its centred but I'm no design guru! Yes, this is a standards remake of an existing site look-and-feel, and the main FP site is fixed-width, 770px, left-aligned. So, this site can't b

Re: [css-d] page check please/question about firefox 1.5 and "one truelayout"

2005-11-30 Thread Mark Batty
> I'd appreciate people taking a look and letting me know if there are > problems in browsers I haven't been able to test in (opera 7/9, > linux/konquerer, safari 1.3/1.2/1.0, anything else non-standard). I > think PDA's will be a disaster until I make a separate style sheet, > because they won't l

[css-d] page check please/question about firefox 1.5 and "one true layout"

2005-11-30 Thread Eric Shepherd
We've soft-launched a new site template. It's at http://www.fisher-price.com/fp.aspx?st=30&e=toysbytype It's largely standards-compliant, with a few problems beyond my control with a legacy javascript piece and xslt unable to write tags. But I can live with it. Compare to the rest of the site; we

Re: [css-d] page check please, or Browsercam bug?

2005-11-13 Thread David Laakso
Francesco Sanfilippo wrote: >Duh. The URL would help. > >http://imagekind.com > >Thanks! >Francesco > > If I were making book... 42 captures: ~dL __ css-discuss [EMAIL PROT

[css-d] page check please, or Browsercam bug?

2005-11-13 Thread Francesco Sanfilippo
Duh. The URL would help. http://imagekind.com Thanks! Francesco __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http:/

[css-d] page check please, or Browsercam bug?

2005-11-13 Thread Francesco Sanfilippo
On my Win XP, using both IE 6 and FF 1.5, this page looks perfect. I attempted to verify in other browsers with Browsercam but the background image doesn't show up in any of their screen caps! The only thing I can think of is that Browsercam has issues since the background image for the page is d