Re: [css-d] Why my website won't render in Safari?

2007-01-15 Thread Kim Brooks Wei
Estou vendo o seu sitio sem nenhum problema em Safari. I'm seeing it without any problem in Safari. Kimi >A friend using Safari told me my website, http://www.cacofonia.com.br/, >won't render. It's all blank. -- Kim Brooks Wei 1.201.475.1854

[css-d] Why my website won't render in Safari?

2007-01-15 Thread Gustavo Caetano
A friend using Safari told me my website, http://www.cacofonia.com.br/, won't render. It's all blank. I can't understand why, tough. Could someone please give any hint? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/m

[css-d] background image problem in IE6

2007-01-15 Thread Coral S.
Hello, I'm new to the group, so hello to everyone. I recently came across this wonderful horizontal drop-down menu http://www.sperling.com/examples/menuh/ by Ted Sperling, and was attempting to alter it a bit to allow for rollover images instead of simply colors. What I have so far works wonde

Re: [css-d] IE 5 -6 cleanup tips needed

2007-01-15 Thread Gunlaug Sørtun
Kim Brooks Wei wrote: > Border color is set to transparent now. Is transparent an incorrect > selection? IE6 doesn't understand "transparent" on borders. Use a color-value or delete the border. Change... #leftnav ul { margin: 1.2em auto ;} ...to... #leftnav ul {margin: 0;} ...since it doesn't do

Re: [css-d] horizontal centering in IE

2007-01-15 Thread Jehangir Larry
>> Jehangir Larry wrote: > David Laakso wrote: >> [Previous messages trimmed] >>> Gosh! Looks awful. Everything spills all over. What should I do? i >>> can't even figure out where to start! >>> Larry >> In reference to your url: >> --SNIP-- >

Re: [css-d] IE 5 -6 cleanup tips needed

2007-01-15 Thread Brian Riley
Kim Brooks Wei wrote: > http://www.thewei.com/sandbox/uajx/contact.php > > This page renders OK in Linux and Mac browsers, also IE 7. > > I'm having only one trouble in IE 6 :: Border shows on center and > left content boxes when it ought not to show. I can fix this by > setting to bg color [whi

[css-d] IE 5 -6 cleanup tips needed

2007-01-15 Thread Kim Brooks Wei
http://www.thewei.com/sandbox/uajx/contact.php This page renders OK in Linux and Mac browsers, also IE 7. I'm having only one trouble in IE 6 :: Border shows on center and left content boxes when it ought not to show. I can fix this by setting to bg color [white]. Border color is set to transp

Re: [css-d] horizontal centering in IE

2007-01-15 Thread Jehangir Larry
> Jehangir Larry wrote: David Laakso wrote: > [Previous messages trimmed] >> Gosh! Looks awful. Everything spills all over. What should I do? i can't >> even figure out where to start! >> Larry > In reference to your url: > > It will go easi

Re: [css-d] IE7 problem

2007-01-15 Thread ~davidLaakso
Carol F. Swinehart wrote: > http://www.masterchurchbldr.com/test/portfolio/index5.html > > IE 6 problem fixed and now the picture in the right hand column is > moving down to the bottom of the column. Looks good in most other browsers. > > Carol > > > Yes, it looks fairly consistent cross-brow

[css-d] IE7 problem

2007-01-15 Thread Carol F. Swinehart
http://www.masterchurchbldr.com/test/portfolio/index5.html IE 6 problem fixed and now the picture in the right hand column is moving down to the bottom of the column. Looks good in most other browsers. Carol __ css-discuss [EM

Re: [css-d] horizontal centering in IE

2007-01-15 Thread ~davidLaakso
Jehangir Larry wrote: >>> David Laakso wrote: [Previous messages trimmed] > > Gosh! Looks awful. Everything spills all over. What should I do? i > can't even figure out where to start! > Larry > In reference to your url: It will go easier if you

Re: [css-d] Getting a background to scroll to bottom?

2007-01-15 Thread Gunlaug Sørtun
Jon Hughes wrote: > I have a page with a background that needs to scroll to the bottom of > the page... I would like to do this without having the make the > image 8000px tall. > > Here is a page that is affected: > http://goonsquad.org/santini/site/INCOTERMS2000.html The good news: You have s

Re: [css-d] Visually combining two div boxes [SOLVED]

2007-01-15 Thread Dave M G
Martin, Gunlaug, Thank you for responding. By setting the padding, margin, and z-index as suggested, I have the desired effect. From this point I will experiment with absolute vs relative positioning to see what the results are. Thanks also for the tip about the font-size bug with IE. As an

Re: [css-d] How to construct a 3 Column layout to a centered Page Layout

2007-01-15 Thread Kevin J Pledger
Hi Georg, Thank you very much for your reply. I guess its more experimentation along with frustration till eventually it will fall into place. I have read your own website extensively and come away with a sore head, just seeing how much you can do with CSS. Kind Regards, Kevin J. Pledger -

Re: [css-d] Getting a background to scroll to bottom?

2007-01-15 Thread Michael Stevens
You make at least two separate DIVs. The "header" div will have a background exactly like what you have. The "content" div will have just the side images. Or You could make the body have a blue background... Have the header div with the top background image... Then have the content div with a ba

Re: [css-d] horizontal centering in IE

2007-01-15 Thread Jehangir Larry
- Original Message - From: "~davidLaakso" <[EMAIL PROTECTED]> To: "Jehangir Larry" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, January 16, 2007 8:33 AM Subject: Re: [css-d] horizontal centering in IE > Jehangir Larry wrote: >> David Laakso wrote: >>> In reference to your url: >>>

[css-d] Getting a background to scroll to bottom?

2007-01-15 Thread Jon Hughes
I have a page with a background that needs to scroll to the bottom of the page... I would like to do this without having the make the image 8000px tall. Here is a page that is affected: http://goonsquad.org/santini/site/INCOTERMS2000.html Anyone have any ideas on how to fix this? Thanks, - Jon

Re: [css-d] horizontal centering in IE

2007-01-15 Thread ~davidLaakso
Jehangir Larry wrote: > David Laakso wrote: > >> In reference to your url: >> >> >> trimmed > Thanks a ton. Working fine. > Well... you are getting there, Larry. You may (among other things :-) ) want to abandon the absolute positionin

Re: [css-d] Weird IE6 problem with extra space and cursor movement

2007-01-15 Thread ~davidLaakso
Carol F. Swinehart wrote: > http://www.masterchurchbldr.com/test/portfolio/index4.html > If you go to this page in IE6 you will see extra blue space under the > cloud bar. If you put your cursor over the links, it closes up like it > is suppose to. > What is going on here. Works in FF. > Carol F.

Re: [css-d] horizontal centering in IE

2007-01-15 Thread Jehangir Larry
David Laakso wrote: > In reference to your url: > > I /guess/ the reason why you may have had difficulty centering the list > horizontally cross-browser is because of conflicting rules. Since > ul#navmenu alone positions the list, #menu can prob

[css-d] Weird IE6 problem with extra space and cursor movement

2007-01-15 Thread Carol F. Swinehart
http://www.masterchurchbldr.com/test/portfolio/index4.html If you go to this page in IE6 you will see extra blue space under the cloud bar. If you put your cursor over the links, it closes up like it is suppose to. What is going on here. Works in FF. Thanks, Carol F. Swinehart __

[css-d] area:hover - why does this not work

2007-01-15 Thread Mark Finney
Ok so I use a:hover and just assumed that it should work with an image map... am i wrong? Anybody have any clues on this? Thanks in advance, Mark __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] adding a class to a link

2007-01-15 Thread Ian Young
> Subject: [css-d] adding a class to a link > > > I am trying to overide the link class with > > Request More Information > > .plain_link a{ > border:none; > padding:0; > display:inline; > color:#3300CC; > } > > > why does this not work? > > Without a URl to see what the problem is kinda difficult

Re: [css-d] a:visited - font-size

2007-01-15 Thread Michael Geary
> > From: Jake Churchill > > Personally I like sites that change the weight and style of visited > > links. For example, if all links are bold, then make visited links > > normal. If all links are normal, make visited links italic. > > Something like that. I don't generally like a bunch of

Re: [css-d] a:visited - font-size

2007-01-15 Thread Ed Seehouse
On 1/15/07, Jake Churchill <[EMAIL PROTECTED]> wrote: > Personally I like sites that change the weight and style of visited > links. For example, if all links are bold, then make visited links > normal. If all links are normal, make visited links italic. Something > like that. I don't generally

Re: [css-d] horizontal centering in IE

2007-01-15 Thread ~davidLaakso
Jehangir Larry wrote: > From: "~davidLaakso" > >> [trimmed...]Thanks, once again. Works very well. >> Does this then mean that the #menu was a superfluous div? >> Regards, >> Larry In reference to your url: I /guess/ the reason why you may hav

Re: [css-d] a:visited - font-size

2007-01-15 Thread Jake Churchill
Personally I like sites that change the weight and style of visited links. For example, if all links are bold, then make visited links normal. If all links are normal, make visited links italic. Something like that. I don't generally like a bunch of different sizes of text. I think it make

Re: [css-d] a:visited - font-size

2007-01-15 Thread Felix Miata
On 2007/01/15 14:25 (GMT-0800) Stephan Wehner apparently typed: > Thinking about styling "visited links", in a site like craigslist.org, > it would make sense to me to change the font-size > a:visited { > font-size: 130% > } > Are there sites that do that? Is it a bad idea? > With a large coll

[css-d] a:visited - font-size

2007-01-15 Thread Stephan Wehner
Thinking about styling "visited links", in a site like craigslist.org, it would make sense to me to change the font-size a:visited { font-size: 130% } Are there sites that do that? Is it a bad idea? With a large collection of links (like at craigslist) one may assume (on page-reload) the user m

Re: [css-d] CSS & IE6 butting heads

2007-01-15 Thread Gunlaug Sørtun
Jake Churchill wrote: > http://cfwt.cfwebtools.com > > The active 1st level menu item will have class active and any anchor > with a sub menu will have class drop. 2nd level menus have class > msubnav. When I have a menu item with class active and an anchor > with class drop, the sub menu doe

Re: [css-d] horizontal centering in IE

2007-01-15 Thread Jehangir Larry
From: "~davidLaakso" > Try positioning the ul#navmenu declaration rather than #menu: > Delete this ruleset: > /*#menu {position:relative; padding:30px 0 0 22px; margin: 0 auto; > background-color: fuchsia; }*/ > Amend this ruleset: > ul#navmenu { > margin: 0 auto; << margin: 30px auto 0 auto; <<

[css-d] columns not correct in 3 col and 2 col layout using IE 6

2007-01-15 Thread David Roberts
Hi, I think that you will see more of the real problem if you go to one of the other sections, info, history. The "showing" column goes right up the into the header. thanks David David wrote: Hmmm, the first piece of text in the left column is marked up as , the first text in the right

[css-d] CSS & IE6 butting heads

2007-01-15 Thread Jake Churchill
I need some help with a CSS menu that I'm writing. It is a simple 2 level menu, level 1 is a horizontal list, level 2 is a dropdown list. I have this working in all browsers, but I ran into a hitch with IE6. The site is http://cfwt.cfwebtools.com The active 1st level menu item will have clas

Re: [css-d] Request for site check (and critique if you've got time!)

2007-01-15 Thread Matt Dawson
Thanks David and Ian! David - I've been having problems with that extra horizontal scroll for some time - it just keeps popping back up. For some reason, when I add padding to the global nav links, it IE6+ wants to push the global nav out of the defined box I've set for it. (I won't go too much fa

Re: [css-d] color:none?

2007-01-15 Thread Matt Dawson
As far as I know, the transparent value is only defined for use with color in the CSS3 specs and is, as of yet, unsupported by any browser. If you find I'm wrong about that, let me know - it'd be mighty useful. Matt On 1/15/07, Bjoern Hoehrmann <[EMAIL PROTECTED]> wrote: > > * [EMAIL PROTECTED] w

Re: [css-d] color:none?

2007-01-15 Thread Matt Dawson
"none" is not a valid value for the color property. Now, I assume what you're trying to do is make the text of a link not display. There are a number of ways to replace text with an image. The best place to start your research is at Dave Shea's mezzoblue site. He keeps an updated tally of all the t

Re: [css-d] adding a class to a link

2007-01-15 Thread Amy M Ostrom
Dear Ross: Because it is searching for an inside of the class plain_link. To make it work, call it as a.plain_link {css} -- In peace, Amy M Ostrom Web Interface Designer [EMAIL PROTECTED] http://www.tc.umn.edu/~aostrom/ "For dangers untold and hardships unnumbered, I have fought my way to

[css-d] adding a class to a link

2007-01-15 Thread Ross Hulford
I am trying to overide the link class with Request More Information .plain_link a{ border:none; padding:0; display:inline; color:#3300CC; } why does this not work? R. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.or

Re: [css-d] color:none?

2007-01-15 Thread Bjoern Hoehrmann
* [EMAIL PROTECTED] wrote: >Is there a way to set a font color to none? I want to make some >graphic-only buttons in a multi-skin site, and I can't remove the values. It is generally possible to use `transparent` as color; where that does not work you could set the color to the background color,

Re: [css-d] Weird Occurrence

2007-01-15 Thread Ed Seehouse
On 1/15/07, Paul Novitski <[EMAIL PROTECTED]> wrote: > At 1/15/2007 09:59 AM, Steve LaBadie wrote: > >One of our programmers is creating forms with PHP as backend. Most of > >the input fields (input type=text) have a background color of yellow and > >there are no styles applied. It happens in bot

[css-d] color:none?

2007-01-15 Thread MarcLuzietti
Is there a way to set a font color to none? I want to make some graphic-only buttons in a multi-skin site, and I can't remove the values. -- Marc Luzietti Flagship Project Bayview Financial, L.P. (305) 341-5624 __ css-discuss [E

Re: [css-d] Weird Occurrence

2007-01-15 Thread David Kaufman
Hi again, Steve, Steve LaBadie <[EMAIL PROTECTED]> wrote: > One of our programmers is creating forms with PHP as backend. Most of > the input fields (input type=text) have a background color of yellow > and there are no styles applied. It happens in both IE7 and FF. All > of the drop-downs are n

Re: [css-d] Weird Occurrence

2007-01-15 Thread Paul Novitski
At 1/15/2007 09:59 AM, Steve LaBadie wrote: >One of our programmers is creating forms with PHP as backend. Most of >the input fields (input type=text) have a background color of yellow and >there are no styles applied. It happens in both IE7 and FF. All of the >drop-downs are not affected. Any id

Re: [css-d] Weird Occurrence

2007-01-15 Thread Chris Williams
Tool bars. Like google's toolbar? -Original Message- From: Steve LaBadie Subject: [css-d] Weird Occurrence One of our programmers is creating forms with PHP as backend. Most of the input fields (input type=text) have a background color of yellow and there are no styles applied. It happ

Re: [css-d] Visually combining two div boxes

2007-01-15 Thread Martin Clark
Dave M G wrote... >http://articlass.org/example.html > >Is it possible to do this, though? Right now I can't seem to even >get the two boxes to come close to each other, and I'm not sure >what margin or padding setting might be keeping them apart. I think the problem may lie in #userOptions being

[css-d] Weird Occurrence

2007-01-15 Thread Steve LaBadie
One of our programmers is creating forms with PHP as backend. Most of the input fields (input type=text) have a background color of yellow and there are no styles applied. It happens in both IE7 and FF. All of the drop-downs are not affected. Any ideas? Thanks Steve LaBadie, Web Manager E

Re: [css-d] A table of images using sprites...

2007-01-15 Thread Hugo Heriz-Smith
Thank you - perfect. Now I need to find the best way to get the secondary roll overs to work... but those buttons were really stumping me - so thank you very much. Hugo Georg wrote: > Specificity-problem. > > #stainless_matrix li > { > left: 0; > } > > ...has highest specificity and is

Re: [css-d] Clear: both Problem?

2007-01-15 Thread ~davidLaakso
Richard Brown wrote: > This site works as a home page: > > but as soon as I navigate to a category we get this: > > It is Zen-Cart based template using this design as a starter: >

Re: [css-d] horizontal centering in IE

2007-01-15 Thread ~davidLaakso
Jehangir Larry wrote: > Please see http://www.jehangirlarry.com/andromedamockup.php > The left hand menu appears centered horizontally in FF but not in IE [I am > on IE7] > Appreciate advice. This centering issue continues to confuse me. > Try positioning the ul#navmenu declaration rather than

Re: [css-d] Can't understand this small gap in Firefox

2007-01-15 Thread Michal Cizmazia
> But, why it adds that space at the end when the image is in his > default display setting ( inline ) ? I assume that each line is rendered in virtual line box, which can be influenced by many css properties: line-height, font-size, vertical-align, text-align. An img element with default "display

Re: [css-d] Can't understand this small gap in Firefox

2007-01-15 Thread Marcelo Wolfgang
Hi, First thanks, this solved the gap. But, why it adds that space at the end when the image is in his default display setting ( inline ) ? if there's any content besides the image ? TIA Marcelo On 1/15/07, Michal Cizmazia <[EMAIL PROTECTED]> wrote: > > You will see that in FF after the main im

Re: [css-d] Visually combining two div boxes

2007-01-15 Thread Gunlaug Sørtun
Dave M G wrote: > http://articlass.org/example.html > My hope was to somehow make this second set of links appear as though > it were part of the same box as the first set, even though they are > actually two separate DIV tags. Well, if you add something like... #navigation {padding-bottom: 10

Re: [css-d] Can't understand this small gap in Firefox

2007-01-15 Thread Michal Cizmazia
> You will see that in FF after the main image in all the entries, > there's a gap about 3 to 5 pixel This solves removes the gap: img { display:block; } The img element is inline by default. That is the reason of the gap. -- >{U}(")>Cimo Michal Cizmazia ___

[css-d] horizontal centering in IE

2007-01-15 Thread Jehangir Larry
Please see http://www.jehangirlarry.com/andromedamockup.php The left hand menu appears centered horizontally in FF but not in IE [I am on IE7] Appreciate advice. This centering issue continues to confuse me. TIA Larry __ css-dis

Re: [css-d] min-height: which one does it right FF2 or IE7?

2007-01-15 Thread Michal Cizmazia
Thank you, Bruno, your explanation made it clear to me. My conclusion in regard to my test case is: It does make sense, that both top and bottom specified is equivalent to having a height specified. > It seems related to the fact that your containing block has both top and > bottom specified, and

[css-d] Visually combining two div boxes

2007-01-15 Thread Dave M G
CSS-d, On the the following site, I have the rough beginnings of a CSS based design: http://articlass.org It doesn't have any images or too much dressing. On the left hand side is a box with a basic navigation menu. Only "home" and "contact" for now. You might notice that the bottom border is

[css-d] Can't understand this small gap in Firefox

2007-01-15 Thread Marcelo Wolfgang
Hi list, I couldn't find a solution for a small gap in Firefox in my design. You can check it out here http://portfolio.grillo.tk/2007 You will see that in FF after the main image in all the entries, there's a gap about 3 to 5 pixel where the background is being repeated as if the image was bigg

Re: [css-d] Max-width (NOT IE)

2007-01-15 Thread Gunlaug Sørtun
Pete Harrison wrote: > I realise max-width does not work in IE, but I cannot seem to get it > to work in FF2.0.0.1 > > Any ideas why I've got this wrong? > > www.boxdproductions.co.uk Max-width works perfectly in Firefox 2.0.0.1, but you have declared max-width on #wrapper and those absolute po

Re: [css-d] Trying to find the best webdesign software

2007-01-15 Thread James Leslie
I too use Homesite/Top Style pro and check in firefox as I code. Sporadically I check everything is fine in Opera/Safari and then tidy up IE with conditional commented stylesheets. I haven't even opened Dreamweaver or any other WYSIWYG for over a year. James ___

[css-d] Max-width (NOT IE)

2007-01-15 Thread Pete Harrison
I realise max-width does not work in IE, but I cannot seem to get it to work in FF2.0.0.1 Any ideas why I've got this wrong? Page www.boxdproductions.co.uk Css www.boxdproductions.co.uk/css.css Many thanks Pete ___

Re: [css-d] IE6 not showing CSS rollover effects

2007-01-15 Thread Gunlaug Sørtun
Christy Sullenberger wrote: > [...] I've been looking at IE6 hacks, but none seem to address the > button issue. So I figure it must be a designer problem. > http://www.crazyacesentertainment.com No :-)It is a genuine IE6 bug. Add a 'hasLayout'[1] trigger to the anchor... #menu li a {width:

Re: [css-d] A table of images using sprites...

2007-01-15 Thread Gunlaug Sørtun
Hugo Heriz-Smith wrote: > http://www.stephenporterstudio.com/html/index.html > It's not clear to me why we can't still rely the UL for placing the > image - but, any maybe this is part of the problem - it seems I can't > position the elem