[css-d] Site check on Mac please

2006-04-17 Thread Webadmin - Tenbus
Hello! I'm just about to release a redesigned site to the eagerly waiting world. I've checked it in FF, IE, Moz, and Opera, all running under WinXP. With the exception that IE6.0 does not understand max-width, it seems to work as I intend. I wonder if somebody could please have a look and see

Re: [css-d] Site check on Mac please - emmajohn

2006-04-17 Thread Felix Miata
On 06/04/17 04:40 (GMT-0400) Spike apparently typed: I wonder if somebody could please have a look and see what a Mac will make of it please. The URL is http://tenbus.co.uk/index.php . Any other comments welcome. Fine simplicity! http://www.snugtech.com/safaritest/ will give you a look on

Re: [css-d] Site check on Mac please

2006-04-17 Thread Ingo Chao
Webadmin - Tenbus wrote: The URL is http://tenbus.co.uk/index.php . If IEMac is required, div.thumb { ... /*\*//*/ width: 100px; /**/ } this would prevent the floating thumbs in gallery from taking 100% of the width, as 'float' does not shrink-wrap here. I guess this

Re: [css-d] Site check on Mac please

2006-04-17 Thread Russell Baldwin
Nothing to do with mac, but some of your images could be made a bit smaller for download without losing too much quality? Russ On 17 Apr 2006, at 9:40, Webadmin - Tenbus wrote: I wonder if somebody could please have a look and see what a Mac will make of it please. The URL is

Re: [css-d] Enlarging Text with a Link

2006-04-17 Thread Design Groups
Thanks all - for all of this info. I really appreciate it. Now, my issue is I'm told that the client is using a Windows server, with no PHP Agh! Can this be any more fun for me? Anyway, they're verifying this, but I swear I hope they're wrong. Criminy. Anyway, thanks a bunch - it's been

[css-d] dropping divs on text resize?

2006-04-17 Thread Design Groups
Now I have a new question :) I'm trying to make this site completely CSS-based. This is something I can usually accomplish without an issue. Most times, I can create a site with the problem I have now, and when the text is resized, if certain divs drop, it's no one's issue. Things are still

[css-d] Stumped

2006-04-17 Thread Mark Fellowes
I'm using a simple layout tutorial to build my understanding. I might have been going backwards (tried a few more complicated ones), however this is confusing me because only the body background is showing, and not the ones set for the div's. HTML: !DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01

Re: [css-d] Stumped

2006-04-17 Thread John Sico
It looks like it's because the author's used a div called body...which is kinda confusing. div id=”body”h1Headline/h1pArticle goes here/p/div It might make more sense to use content instead. div id=”content”h1Headline/h1pArticle goes here/p/div Then div#content { height:100%;

Re: [css-d] Site check on Mac please

2006-04-17 Thread tedd
At 9:40 AM +0100 4/17/06, Webadmin - Tenbus wrote: Hello! I'm just about to release a redesigned site to the eagerly waiting world. I've checked it in FF, IE, Moz, and Opera, all running under WinXP. With the exception that IE6.0 does not understand max-width, it seems to work as I intend. I

Re: [css-d] Stumped

2006-04-17 Thread Kenny Meyers
Site fixed: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head titleCSS Positioning Example/title meta http-equiv=Content-Type content=text/html charset=iso-8859-1 /head body div id=masthead h1Masthead/h1 /div div id=navigation span

Re: [css-d] was look with a PC now: HELP

2006-04-17 Thread Terri Chicko
WOW David.. that is very helpful. I'm still very new at CSS. Could someone please look at it and tell me where I've gone wrong. The Mac stuff is OK... the space between the content div footer is too long. Suppose to butt up. But the Win IE, Opera, and seamonkey?? never heard of that one,

Re: [css-d] Site check on Mac please

2006-04-17 Thread Webadmin - Tenbus
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ingo Chao Sent: 17 April 2006 11:11 Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Site check on Mac please Webadmin - Tenbus wrote: The URL is http://tenbus.co.uk/index.php . If IEMac is required,

Re: [css-d] Site check on Mac please

2006-04-17 Thread ~davidLaakso
Webadmin - Tenbus wrote: The URL is http://tenbus.co.uk/index.php . Any other comments welcome. Spike Simple is extremely hard to do. You've done it well. Neat stuff on Linux-- no Mac, here. In keeping with that, if you state the font-family in the body it will inherit. No need to

Re: [css-d] Site check on Mac please

2006-04-17 Thread Webadmin - Tenbus
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Russell Baldwin Sent: 17 April 2006 11:18 To: [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Site check on Mac please Nothing to do with mac, but some of your images could be made

Re: [css-d] Site check on Mac please

2006-04-17 Thread Ingo Chao
Webadmin - Tenbus wrote: [mailto:[EMAIL PROTECTED] On Behalf Of Ingo Chao The URL is http://tenbus.co.uk/index.php . If IEMac is required, div.thumb { ... /*\*//*/ width: 100px; /**/ } ... May I ask how this hack (if I may call it that) works! I've searched the wiki

Re: [css-d] Site check on Mac please - emmajohn

2006-04-17 Thread Webadmin - Tenbus
Felix wrote: Fine simplicity! http://www.snugtech.com/safaritest/ will give you a look on Safari any time. By adding 'body {font-size: 100%;}' you'll avoid IE user complaints from their choice of text size settings other than medium. See: http://css-discuss.incutio.com/?page=UsingEms #leftnav

[css-d] Newbie layout question

2006-04-17 Thread Mark Fellowes
This relates to the sideNav tag [see code below]   While it's in the right position, just typing into it extends it passed the width that's set. Do I need a rule for the p to control that or could it be done with the box alone ? html: body div id=page div id=mastheadContent for  id fd Goes

[css-d] Disabling wrapping elements within a div

2006-04-17 Thread Mike Botsko
I have a test page: http://www.botsko.net/test.html That I am designing a very basic set of links. In the real site, the header will limit this area to a min-width of 600px. The number of links within this area will vary. If there are too many, I want them to wrap to the next line. However, I

Re: [css-d] Disabling wrapping elements within a div

2006-04-17 Thread Glenn E. Lanier, II
From: Mike Botsko Sent: Monday, April 17, 2006 11:40 AM http://www.botsko.net/test.html That I am designing a very basic set of links. In the real site, the header will limit this area to a min-width of 600px. The number of links within this area will vary. If there are too many, I want

Re: [css-d] Disabling wrapping elements within a div

2006-04-17 Thread Donna Casey
Mike Botsko wrote: http://www.botsko.net/test.html However, I don't want the link text itself to wrap, so that a link is broken between two lines. I just want the entire link to be pushed to the next line if the first line is too long, I don't want it to wrap the link itself otherwise the gray

Re: [css-d] Disabling wrapping elements within a div

2006-04-17 Thread Mike Botsko
Thanks. However, that causes the links to jump out of the containing header DIV in Firefox. In IE, the last item on each line is not wrapped, just wrapped within its own DIV, which expands the line-height. I'll try this using lists, but so far I'm still getting the weird wrapping in IE.

Re: [css-d] Disabling wrapping elements within a div

2006-04-17 Thread Mike Botsko
Thanks, this worked perfectly! Michael Botsko Web Developer 503.227.2571 x230 AIM: botskonet TechTracker, Inc www.techtracker.com -Original Message- From: Donna Casey [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 10:11 AM To: CSS Discuss (E-mail) Cc: Mike Botsko Subject: Re:

Re: [css-d] dropping divs on text resize?

2006-04-17 Thread ~davidLaakso
Design Groups wrote: Now I have a new question :) I'm not sure of anything, including your question. Be that as it may, try this menuhttp://css.maxdesign.com.au/listamatic/horizontal27.htm. If you use line-height, as the author did, do not use px for it(it's some raw number-- line-height:

[css-d] Some sort of IE hasLayout issue on image thumbnail links

2006-04-17 Thread Christian Montoya
Listers, I have a problem at http://christianmontoya.com in IE 6. On the right hand column are some photos. These photos do not float correctly in IE 6 unless you hover them. I'm not sure why it's happening except that it might be a hasLayout issue. Any help is appreciated. Thanks in advance.

Re: [css-d] Site check on Mac please

2006-04-17 Thread Webadmin - Tenbus
Comments in-line below Tedd! -Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: 17 April 2006 14:50 To: [EMAIL PROTECTED]; css-d@lists.css-discuss.org Subject: Re: [css-d] Site check on Mac please 1. The size of the images are much larger than they should be. Check out:

Re: [css-d] Site check on Mac please

2006-04-17 Thread Webadmin - Tenbus
-Original Message- From: ~davidLaakso [mailto:[EMAIL PROTECTED] Sent: 17 April 2006 16:16 To: [EMAIL PROTECTED] Cc: CSS Discussion Subject: Re: [css-d] Site check on Mac please Simple is extremely hard to do. You've done it well. Neat stuff on Linux-- no Mac, here. Many thanks

Re: [css-d] Some sort of IE hasLayout issue on image thumbnail links

2006-04-17 Thread Ingo Chao
Christian Montoya wrote: I have a problem at http://christianmontoya.com in IE 6. On the right hand column are some photos. These photos do not float correctly in IE 6 unless you hover them. I'm not sure why it's happening except that it might be a hasLayout issue. #sidephotos a img {

Re: [css-d] Newbie layout question

2006-04-17 Thread francky
Mark Fellowes wrote: This relates to the sideNav tag [see code below] While it's in the right position, just typing into it extends it passed the width that's set. Do I need a rule for the p to control that or could it be done with the box alone ? html: [...] css: [...] TIA Stuart Hi

Re: [css-d] Site check on Mac please

2006-04-17 Thread ~davidLaakso
Webadmin - Tenbus wrote: Simple is extremely hard to do. You've done it well. Neat stuff on Linux-- no Mac, here. I've incorporated all your kind suggestions, I even made the nav links into a ul. re:http://tenbus.co.uk/index.php . Lists are automatically indented from the

[css-d] Site check and IE hack needed?

2006-04-17 Thread Erin Spangler
Hello, I'm sure that I need some sort of box model IE hack to force IE to display the content along side the floated right column, but I don't know which one I need. I try to design as hack-less as possible, but IE makes it darn near impossible. Besides IE's destruction, could I get a site

Re: [css-d] Some sort of IE hasLayout issue on image thumbnail links

2006-04-17 Thread Christian Montoya
On 4/17/06, Ingo Chao [EMAIL PROTECTED] wrote: Christian Montoya wrote: I have a problem at http://christianmontoya.com in IE 6. On the right hand column are some photos. These photos do not float correctly in IE 6 unless you hover them. I'm not sure why it's happening except that it

Re: [css-d] Newbie layout question

2006-04-17 Thread Mark Fellowes
Francky, Thank you for that page and comments! Very helpful. And yes I have seen the WIKI and glad you pointed me back to it.  I've been digging around on various css sites, there is so much out on the web. Seems like there is a bit of a learning curve ;). I've been at this page layout for a

Re: [css-d] Site check and IE hack needed?

2006-04-17 Thread ~davidLaakso
Erin Spangler wrote: Besides IE's destruction, could I get a site check of the index page as well as the Dog Products page? http://www.frr.thedogsonline.com Erin Spangler I don't have IE now Erin, but a quick look at the code shows that adding this to your css will defeat the IE

[css-d] Still need IE help

2006-04-17 Thread Erin Spangler
Thanks, I added the html font-size that your recommended and I took the padding out of my body and used it instead in my paragraphs. I figured out why my rounded rectangle box didn't line up, but I'm still struggling with IE both in Windows and Mac. I've checked the site in Windows

Re: [css-d] Site check and IE hack needed?

2006-04-17 Thread Gunlaug Sørtun
Erin Spangler wrote: http://www.frr.thedogsonline.com I'm sure that I need some sort of box model IE hack to force IE to display the content along side the floated right column, but I don't know which one I need. I try to design as hack-less as possible, but IE makes it darn near

[css-d] running multiple versions of IE

2006-04-17 Thread Danny Sanchez
Thanks for the great advice on this listserv. I was wondering if anyone could recommend a way to run multiple versions of IE on one computer without partitioning the hard drive. I was particularly interested in testing IE7 Beta. Any suggestions? Thanks, Danny Sanchez Senior,

[css-d] IE help for Rating system

2006-04-17 Thread Kevin Old
Hello everyone, I've taken this rating system (http://komodomedia.com/blog/index.php/2005/08/24/creating-a-star-rater-using-css/) and paired it with Prototype (http://prototype.conio.net) so that it reports the ratings via Ajax. I have a working version here (ajax is disabled though):

Re: [css-d] running multiple versions of IE

2006-04-17 Thread Jan Brasna
I was wondering if anyone could recommend a way to run multiple versions of IE on one computer http://labs.insert-title.com/labs/Multiple-IEs-in-Windows_article795.aspx http://browsers.evolt.org/?ie/32bit/standalone http://weblogs.asp.net/jgalloway/archive/2005/12/28/434132.aspx -- Jan

Re: [css-d] was look with a PC now: HELP

2006-04-17 Thread ~davidLaakso
Terri Chicko wrote: I'm still very new at CSS. Could someone please look at it and tell me where I've gone wrong] Terri Re:http://www.jungle-tamer.com/ Terri, I can't even fix my own stuff. But, there are people on this list who can fix anything. I hope one will come along and help

Re: [css-d] IE display random errors

2006-04-17 Thread francky
Bostjan Kern wrote: Hello, I'm posting for the first time here, so I hope I'm not breaking any rules (I've read the FAQ) :) The URL in question is: http://url123.com/z6cer Click the Next link - Naslednja stran and check the ads... The problem is IE (6.0) generating weird errors, like: - the IE

Re: [css-d] IE display random errors

2006-04-17 Thread ~davidLaakso
Bostjan Kern wrote: The URL in question is: http://url123.com/z6cer What do you guys think? Am I making some obvious mistake I can't seem to notice? Backup your file. Run it through Tidy Onlinehttp://infohound.net/tidy/. Tidy will correct most of the 974+ markup errors. That does not,

[css-d] stumped x 3

2006-04-17 Thread Dave Solko
I have a three (most likely simple) CSS issues which are stumping me, and I would be grateful for some help. At http://www.pixelalchemy.com/clients/vibe/sample.html (css at http://www.pixelalchemy.com/clients/css/sample.css) I cannot seem to get rid of the border around the 'close window'

Re: [css-d] IE help for Rating system

2006-04-17 Thread Els
Kevin Old wrote: Hello everyone, Hi :-) I've taken this rating system (http://komodomedia.com/blog/index.php/2005/08/24/creating-a-star-rater-using-css/) and paired it with Prototype (http://prototype.conio.net) so that it reports the ratings via Ajax. I have a working version here (ajax