Re: [css-d] stumped x 3

2006-04-18 Thread francky
Dave Solko wrote: 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

[css-d] html in email

2006-04-18 Thread Christine Rainer
Hi, I need to code a html newsletter, and in spite of carefully weighing the pros and cons, I'm still not sure how I should be doing this. (Yeah, I know, convince my boss about plain text... but apart from that.) There's a css-discuss article (1) with resources at the bottom of page. I've read

[css-d] 2 column problem.

2006-04-18 Thread Eoin Maguire
Hi, I have a two column layout with a content area on the left and a narrow 120px bar on the right. My CSS just basically uses floats to get the 120px area to float to the right and the content area floats to the left. Problem is, I want the content area to occupy the remaining space, but

Re: [css-d] html in email

2006-04-18 Thread Eoin Maguire
Hi, If you do use CSS, then keep it all inline as this will work with the highest number of online mail services (Yahoo, hotmail etc). Gmail basically strips all formatting, or it used it, not sure if that's changed in the last few months. I personally use CSS to format the presentation but

Re: [css-d] html in email

2006-04-18 Thread Karl Camenzuli
Hi Christine Are you using a script to send out the newsletter from a database? I found the best way is to keep the newsletter on the server and have the page reference from the link, this way it displays in email clients that are connected to the internet. Karl -Original Message- From:

Re: [css-d] 2 column problem.

2006-04-18 Thread Karl Camenzuli
Do you have an example link or code? Karl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eoin Maguire Sent: 18 April 2006 13:28 To: css-d@lists.css-discuss.org Subject: [css-d] 2 column problem. Hi, I have a two column layout with a content area

Re: [css-d] 2 column problem.

2006-04-18 Thread Eoin Maguire
No access to online example right now, but here's the code: CSS #container_box { width: 100%; margin-right: -120px; float:left; } #content_area { float: left; margin-right: 120px; padding-left: 10px; } #right_side { float:

Re: [css-d] 2 column problem.

2006-04-18 Thread Els
Eoin Maguire wrote: I have a two column layout with a content area on the left and a narrow 120px bar on the right. My CSS just basically uses floats to get the 120px area to float to the right and the content area floats to the left. Problem is, I want the content area to occupy the

Re: [css-d] html in email

2006-04-18 Thread Jan Brasna
You have to decide, see Roger's article: http://www.456bereastreet.com/archive/200604/css_support_in_email_clients/ -- Jan Brasna :: www.alphanumeric.cz | www.janbrasna.com | www.wdnews.net __ css-discuss [EMAIL PROTECTED]

[css-d] CSS...Mozilla Style

2006-04-18 Thread jeremy stover
Hi All, Wanted to say thanks to those who replied. I am in the process of contacting the google server to find out what they are doing now that's different from when my stylesheets DID work, but so far I haven't heard anything back. If anyone has any other ideas or sees something I missed,

Re: [css-d] html in email

2006-04-18 Thread Christine Rainer
Another point is, whether it's really better to use a html3.2 doctype - as suggested by the above quoted article -, or if it's a perfectly good idea to write an XHTML 1.0 document, as done in this newsletter example: http://www.benscottarts.co.uk/ownsites/chinesenewyear05/newyear2005css.htm Ah,

Re: [css-d] stumped x 3

2006-04-18 Thread Dave Solko
Thanks to those who responded. At 7:57 AM -0400 4/18/06, Design Groups wrote: I cannot seem to get rid of the border around the 'close window' image. 1) img {border:none;} Of course that worked. I thought I had tried that one without success. I guess that's what happens when trying to debug

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

2006-04-18 Thread ~davidLaakso
Design Groups wrote: I hate to say it, but if I can't figure this out, I'm stuck with tables. Promises, promises...we've all heard it before... http://209.15.116.77/test/index.html You've got to start somewhere: #content_top { /*min-height:250px;*/ } #logo { /*height:70px; } #nav {

[css-d] Hi, css images in e-mail client tut, other mailing lists about css /or html+css+images by e-mail

2006-04-18 Thread Blast o_O
Hello to all, I’m relatively new to the group and it seems to be really great. I’ve tried to put a large html+css+images web pages in a e-mail in outlook, outlook express and Mozilla, but it seems to be that I have to learn a little more :D I’ll appreciate if you help me with this issue… Have

[css-d] Internet Explorer Quirk

2006-04-18 Thread Tina Vance
I'm having a small (ok, not that small) issue with Internet Explorer. It seems to be shoving my main content down below my sidebar, no matter what I try. Is there something I'm missing? The URL is http://www.refreshcleveland.org and the issue is in Internet Explorer (pre-7). Thank you very

[css-d] New to CSS: Text randomly doesn't appear in IE/Windows

2006-04-18 Thread Shelley Cook
I am both brand new to this list as well as to CSS. My very first attempt to write a CSS based site has led me to the following problem. First, the site link. http://www.racsb.state.va.us/Mayfest/index.html The CSS itself can be found at http://www.racsb.state.va.us/Mayfest/

Re: [css-d] New to CSS: Text randomly doesn't appear in IE/Windows

2006-04-18 Thread Jay Blanchard
[snip] Everything works well in various browser views from my mac, but when the site is loaded it randomly doesn't show the text in the content div of certain pages. however, if you view source in the browser, sometimes it will load and stay there, and other times it won't. It will also

Re: [css-d] Internet Explorer Quirk

2006-04-18 Thread Gunlaug Sørtun
Tina Vance wrote: http://www.refreshcleveland.org I'm having a small (ok, not that small) issue with Internet Explorer. It seems to be shoving my main content down below my sidebar, no matter what I try. Is there something I'm missing? #footer is placed 2 /div tags too high in the

Re: [css-d] Internet Explorer Quirk

2006-04-18 Thread Gunlaug Sørtun
Gunlaug Sørtun wrote: Tina Vance wrote: http://www.refreshcleveland.org Move 2 /div tags from _below_ #footer to _above_ !-- begin footer -- and the problem is solved. Make that 3 /div tags, as there shouldn't be any other /div tags below #footer than #footer's own. Georg --

[css-d] Site Check especially with IE

2006-04-18 Thread anna
Just wondering if you all had suggestions for my site. I am especially worried about how it looks in IE. Thanks for all your input. http://www.ohdivine.com http://www.ohdivine.com/ohdivine.css __ css-discuss [EMAIL

[css-d] top banner image and link

2006-04-18 Thread MaryES
I am working up a new look for an old 200 page site with css. Old site here (it's a mess): http://trisms.com This link will take you to my new work up. http://www.trisms.com/New/Max.html CSS: http://www.trisms.com/New/3column.css Seems like it validates fine. (I don't have all the links active)

[css-d] lay-outproblem firefox

2006-04-18 Thread r. Timmermans
Hi, Maybe someone can help me. I have a lay-out for a website wich works really well in Internet explorer but not in Firefox. I can't find the solution. The content floats under the menu-part in Firefox. http://www.casadoncarlos.com/ The menu floats to the left. The content (inhoud) floats also

Re: [css-d] Internet Explorer Quirk

2006-04-18 Thread Aaron Gray
I'm having a small (ok, not that small) issue with Internet Explorer. It seems to be shoving my main content down below my sidebar, no matter what I try. Is there something I'm missing? This is a common problem with alot of sites developed for open source products and news where they are not

Re: [css-d] top banner image and link

2006-04-18 Thread ~davidLaakso
MaryES wrote: http://www.trisms.com/New/Max.html CSS: http://www.trisms.com/New/3column.css Dunno,about the link you want to put in the banner. But I think you may want to change the width of the button menu from em to px so it does not cross over the content on text zoom. Consider setting

Re: [css-d] top banner image and link

2006-04-18 Thread Ingo Chao
MaryES wrote: ... http://www.trisms.com/New/Max.html What I am trying to do that has me baffled is putting a link in the top banner to the far right of the image. #top { position: relative; /*containing block for a.p. link */ height: 114px; background: #fff

Re: [css-d] Site Check especially with IE

2006-04-18 Thread Ingo Chao
[EMAIL PROTECTED] wrote: Just wondering if you all had suggestions for my site. I am especially worried about how it looks in IE. http://www.ohdivine.com http://www.ohdivine.com/ohdivine.css Your page layout relies heavily on fixed positioning. IE/Win 7 does not support position:fixed. I

Re: [css-d] top banner image and link

2006-04-18 Thread Complex
On 4/18/06, MaryES [EMAIL PROTECTED] wrote: I am working up a new look for an old 200 page site with css. Old site here (it's a mess): http://trisms.com This link will take you to my new work up. http://www.trisms.com/New/Max.html CSS: http://www.trisms.com/New/3column.css Seems like it

Re: [css-d] Internet Explorer Quirk

2006-04-18 Thread Gunlaug Sørtun
Aaron Gray wrote: This is a common problem with alot of sites developed for open source products and news where they are not tested properly on IE. You are not alone in having this problem. Something to do with how IE treats DIV's I believe. Not just DIVs, but any element. - If content

[css-d] IE 6 line-height(?) issue

2006-04-18 Thread LordKhaos
Hi, Still plugging away at improving my css with everyone's help. I took to heart much of the feedback you provided and made some changes. The changes look good in Firefox, and 'okay' in IE6 and Safari, I think (I trust someone will give me a needed kick in the pants if I'm wrong :). I have't

[css-d] Absolute Postioned Form No Longer Takes Input

2006-04-18 Thread David Merwin
When I absolutely position a form (searchform) I am no longer able to use it. It won't take an input. An ideas? Site in question: http://www.madeblue.com/ CSS in question: http://www.madeblue.com/wp-content/themes/pbv2/ style.css

[css-d] 2col_rightNav.css Troubleshooting

2006-04-18 Thread Dennis Stevens
Hello All: I need some help with a curious CSS problem in which rolling over the site navigation clears or blocks out a portion my content when using certain versions of Internet Explorer. It can be fixed by clicking refresh and steering clear of the navigation buttons. I have tested in

[css-d] CSS Horizontal Menu: Z-Index problems with Internet Explorer

2006-04-18 Thread Tim Spangler
Hello all, I've been reading up on CSS for the last 2 weeks or so, so I guess that means I'm still pretty much a newb. I've run into some Problems with a CSS based Horizontal menu in IE, and need some help. When the page is resized and the horizontal menu items stack, the submenus display

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

2006-04-18 Thread Terri Chicko
Wow David that was the best, easiest explanation I've ever heard for css! So basic, yet s valuable. I've spent the entire day revising this page. Using % for everything. It looks OK in Mac browsers, except the footer. That just won't move up. I fix that then everything else brakes.

Re: [css-d] IE 6 line-height(?) issue

2006-04-18 Thread ~davidLaakso
LordKhaos wrote: http://www.howardroberts.net/css/threecol.html In IE 6 the line spacing on the nav div is too tall when the page loads,...] Howard A menu, when you think about it, is a list. You are setting the menu items with p, and over coding it. You might try this: [html] div id=nav

Re: [css-d] IE 6 line-height(?) issue

2006-04-18 Thread ~davidLaakso
LordKhaos wrote: I have't tested in IE5.5 The page is here: http://www.howardroberts.net/css/threecol.html Howard Howard, I forgot to send this link to capture when I wrote a few minutes ago. Looks pretty good, except you'll need a pro to help fix win/2000: 5.0 and 5.5. Best,

[css-d] Footer taking a walk-about

2006-04-18 Thread Terri Chicko
Hi listos, My footer is heading south. I've spent the entire day hacking this site up and redoing it. I really need help. I've changed just about everything to %, floats and clears. The only thing that has a height on it is the photo under the navigation. I couldn't figure out a way to keep

Re: [css-d] IE 6 line-height(?) issue

2006-04-18 Thread ~davidLaakso
~davidLaakso wrote: LordKhaos wrote: I have't tested in IE5.5 The page is here: http://www.howardroberts.net/css/threecol.html Howard Whoops...did it again. I'm having a bad night. Captures here: http://www.browsercam.com/public.aspx?proj_id=245842 -- Typography exists to honor content.

Re: [css-d] IE 6 line-height(?) issue

2006-04-18 Thread LordKhaos
On Tue, 2006-04-18 at 20:21 -0400, ~davidLaakso wrote: Howard, I forgot to send this link to capture when I wrote a few minutes ago. Looks pretty good, except you'll need a pro to help fix win/2000: 5.0 and 5.5. Best, ~davidLaakso Thanks David. The changes to the nav you suggested do

Re: [css-d] Footer taking a walk-about - jungle

2006-04-18 Thread Felix Miata
On 06/04/18 20:31 (GMT-0400) Terri Chicko apparently typed: http://www.jungle-tamer.com/ My footer is heading south. I've spent the entire day hacking this site up and redoing it. I really need help. I've changed just about everything to %, floats and clears. The only thing that has a

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

2006-04-18 Thread ~davidLaakso
Terri Chicko wrote: Your funny. I've done a few simple sites. I would really like to get this to work. So would I. But I'm still trying to get simple stuff to work. And I'm not having much luck at that, either. Maybe you could help me? SO.. If the contact isn't appearing Fixed in Win IE,

[css-d] PC Mac

2006-04-18 Thread Emrah Zengin
Hi, I just would like to say that, I think most of you know that you can run Mac OS X on Pc or You can run WinXp on Intel Based Macs.. How to run Mac OS X on PC http://www.windowsdevcenter.com/pub/a/windows/2005/01/18/PearPC.html How to Run Windows on Mac http://www.apple.com/macosx/bootcamp/

[css-d] fluid 3 col layout with over-sized content

2006-04-18 Thread jack fredricks
Hi all, I've been having problems getting the center column in my 3 col layouts to deal with over-sized content, ie an image with a width of 2000px. I'm about to give up, and when i do... it's time to come here :) I've tried about a dozen well known layouts, and then about 6 'lessor' ones from

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

2006-04-18 Thread Gunlaug Sørtun
http://www.jungle-tamer.com/ SO.. If the contact isn't appearing Fixed in Win IE, than what is it doing? It is scrolling with the page. Since IE/win (prior to IE7) doesn't understand 'position: fixed' for elements, it's the 'float: left' that's working in that browser. That's also part of

Re: [css-d] Absolute Postioned Form No Longer Takes Input

2006-04-18 Thread Ingo Chao
David Merwin wrote: When I absolutely position a form (searchform) I am no longer able to use it. It won't take an input. An ideas? Site in question: http://www.madeblue.com/ Various results cross browser: Opera8.51 + 9betaRC take the input Safari2.0.3 does not take an input, but the