[css-d] Best wawy to overlay images on a background

2006-10-01 Thread Scott Haneda
I have a .footer { border: 0px solid red; background-image: url(footer.jpg);  background-repeat: no-repeat; width: 1024px; height: 216px; } I use it like so div class=footer clear=all/div Works fine, however, that image, has a need for me to drop in 4 logos and some

Re: [css-d] 3 column, stumped, can not get alignment

2006-10-01 Thread Scott Haneda
Scott Haneda wrote: http://www.newgeo.com/web/css/var/index.html There is the header logo, which is centered, and working how I want it, regardless of browser width, it does what is needs to do. I need to get left.jpg and right.jpg to line up with that header and behave the same way.

Re: [css-d] 3 column, stumped, can not get alignment

2006-10-01 Thread Scott Haneda
Scott, On Sep 27, 2006, at 5:29 PM, Scott Haneda wrote: I have been asked to make a 3 column, fixed, non fluid layout, that has some pretty tight tolerances. I have been at this a few hours now, and I am just not getting it where I need to be.

Re: [css-d] Body background not working

2006-10-01 Thread TuteC
Really weird. When I open the CSS editor in FF, it disables all the background images. Weird! What I´m trying to say (couldn´t see red or yellow in the site) is that, if you open the CSS editor you see red, then someway the img may be overriding it. Two cents. Regards; Eugenio.

[css-d] fixed on refresh

2006-10-01 Thread Tanya Renne
I've had this problem before and I'm sure there is a fix for it - but I'll have three columns or rows lined up inside a container and in some browsers (usually firefox but not always) when you hit the page one of the blocks rest outside the container - when you refresh it pops back into place.

[css-d] Adding a top border makes DIV snap to the top. Why?

2006-10-01 Thread Matt Dawson
Hello all - Here's a very basic question. I've set up a very basic example html file attached to this email. In it and the css file also attached, you'll see that I'm setting up a centered content column with a fixed width of 500px and fluid borders. In most pages, I would in fact these

[css-d] IE and Negative Margins

2006-10-01 Thread L. Robinson
Greetings, I have a background image on nav headings which I wanted to pop outside the container a bit here: www.hobieb2b.com and used a negative margin, thinking that should be plenty. Half the little footprint disappears in IE6, however. (All's well in FF, Opera and IE7.) I've covered a

Re: [css-d] Body background not working

2006-10-01 Thread Daniel Klug
Scott Haneda wrote: the only suggestion i have is to be sure you're declaring your style right. style type=text/css /* stuff */ /style i guess another thing might be to declare the background properties in the order set forth by the w3c. Ok, did all that, even took it to the most basic:

Re: [css-d] 3 column, stumped, can not get alignment

2006-10-01 Thread francky
~davidLaakso wrote: Scott Haneda wrote: http://www.newgeo.com/web/css/var/index.html There is the header logo, which is centered, and working how I want it, regardless of browser width, it does what is needs to do. I need to get left.jpg and right.jpg to line up with that header and behave

[css-d] z-index

2006-10-01 Thread Travis Killen
I am working on the site tylerstrings.com I would like the menu (#Menu) to appear 'on top of' (#Content) html:http://tylerstrings.com css: http://tylerstrings.com/templates/tystrings/css/template_css.css Thanks for the help.

[css-d] IE: DIVs don't extend the whole desired width

2006-10-01 Thread Charles Blaquière
At http://02.infocopa.com/test.html is a page describing my problem, with screen shots and everything. The problematic test document is at http://02.infocopa.com/toto.html . It's an IE problem where divs don't extend the whole desired width. (Two versions of the problem, each affecting a

[css-d] UL pushed down and to the right

2006-10-01 Thread Waz Elle Meredith
Hey, I created a map with points of interest on it using an ul. I defined the ul as position: relative; so I could position my points absolutely and the actual map is in the background. It works great on every browser besides IE. (IE7 is good, IE6 is not, haven't even dared to check IE5). In IE6

[css-d] Site check and specific IE issues

2006-10-01 Thread Scott Haneda
So far I am doing pretty good on Firefox and Safari, IE 6 which I have access to does some strange stuff. I don't know if I should even try to make ie7 work, since it is pre-release? url: http://www.newgeo.com/web/shots/index.html Css: http://www.newgeo.com/web/shots/style.css The specifics in

[css-d] minimum height on a box in IE?

2006-10-01 Thread sam foster
This is so simple I must be missing something. But I have this div, that I want to give a minimum height of 1px. It may or may not get any content in it, and I want it to collapse up if its empty. IE 6 doesnt of course support min-height, so for now I'm using height: 1px. But even this simple case

[css-d] browser check please, safari and some IE weirdness

2006-10-01 Thread GypsiiRose Baptiste
Hi all, I've done some browsercam captures, and it looks like in some IE versions and also Safari I've got a bit of weirdness in how the css displays. The problem in IE seems to be that some versions display the green sidebar content (on the right) pushed down quite far. (that would be the grocery

[css-d] Aligning text field

2006-10-01 Thread Mário Gamito
Hi, How can i in this page: http://www.gamito.org/wizard.php left align the text fields (dotted) at left in a certain distance from the text at its left ? Any help would be appreciated. Warm regards, Mário Gamito __

Re: [css-d] IE6 bezerks

2006-10-01 Thread Mário Gamito
Hi, I don't own a Mac to check in Safari :( Yes, the dotted line is right. Warm Regards, Mário Gamito Dave Pierce wrote: M?rio Mainly reMarked... Does anyone knows i this page http://192.168.181.130/wizard.php renders nicely in Firefox and completelly bezerks in IE6 ? The URL is:

Re: [css-d] Display block?

2006-10-01 Thread ~davidLaakso
Tanya Renne wrote: I'm having trouble getting the top navigation of a site to behave. http://www.orchidsuites.net/lucid/lucid3.html -Tanya- You've got a complicated little package on your server. Cursory tested only in xp ie/6.0, ff, and opera. http://www.chelseacreekstudio.com/ca/cssd/003.html

[css-d] positioning problem in IE6

2006-10-01 Thread Guillaume Bokiau
Hello, http://mazara.4project.be/2/ Please compare the lower-left temple-image on IE and on other browsers. Anyone care to explain what exactly is going on there? It seems IE both falsly interprets the width and the negative margin. Or is it the background-image? I'm lost. And you might also

[css-d] Aligning text field

2006-10-01 Thread Mário Gamito
Hi, How can i in this page: http://www.gamito.org/wizard.php left align the text fields (dotted) at left in a certain distance from the text at its left ? Any help would be appreciated. Warm regards, Mário Gamito __

[css-d] is there anyway to apply his to a background image?

2006-10-01 Thread ross
I am using this for ie.. filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='about.png'); This is fine but I want to make about.pgn a background image. Any ideas? If not is there anyway to get a transparent bg image in ie? Ross

Re: [css-d] 4 divs in a Header

2006-10-01 Thread Ted
Take a look at div#headercontainer on this page http:// www.outprize.com/ Something like this?: http://test.dragonzreef.com/headertest.htm Many thanks to Dino and Andy for their links, especially Andy since it looks like he went out of his way to create a demo for me! I've

[css-d] Site Check

2006-10-01 Thread Daniel Klug
Hi All! Could I please get a site check? http://www.lamerstreet.com http://www.lamerstreet.com/style/soLame.css Thanks! -Daniel __ css-discuss [EMAIL PROTECTED]

[css-d] Safari Opera bug, changing link color from white to red!

2006-10-01 Thread GypsiiRose Baptiste
Safari and Opera are displaying my white text links at the top of the page (in the dark orange bar) in red! Any suggestions? The CSS for those links is in the nav.css file listed below. Here is the page: http://iskippedlunch.com/new/browser_test/index.php Here is the CSS:

[css-d] Site check, please

2006-10-01 Thread Ricardo Mestre
Hello all, I've done a small site using Mambo, but trying to conform to standards. Can you please check it? It's http://parqueviscondesetubal.com Thanks in advance, Ricardo Mestre -- | Comida. Abrigo. Roupa.

[css-d] Stationary Image Problem

2006-10-01 Thread Fabienne
I am trying to create a web page with an image which would remain stationary while you scroll up and down the page. I want the image to be on the left hand side of the page and it would be great if I could get it to rest on the bottom of the viewer's browser screen no matter what their screen

[css-d] IE Background Image in TR Repeating

2006-10-01 Thread Byronsbyte
Greetings all, IE seems to be repeating my TR background even though I've specified no-repeat and I can't figure out why. I don't do my layouts in tables anymore but I've been asked specifically to do it this way and I have no earthly clue as to why IE would behave this way. I'd appreciate

[css-d] Image Attributes Question

2006-10-01 Thread Byronsbyte
Greetings again everyone! Can you tell me if there's a way to define an image's width and height directly within the CSS definition? It would solve a few things for me if I were able to do so. Thanks so much. Mary Mary Villanueva [EMAIL PROTECTED] http://www.byronsbyte.com/libretos/

[css-d] Rotating an image in CSS

2006-10-01 Thread Arian Hojat
I know its not pissible but this page seems to do at least something similar... I was trying to figure out how the background diagonal image on this page seems to rotate when browser window is made small (http://epitonic.com/). I couldnt find it in the css. the image is

[css-d] Why doesn't border-top in my footer work in IE?

2006-10-01 Thread Dan Kletter
I finally gave my website a CSS reboot: http://esophagus.com/htdb/menche/ Coming from a print design background, I'd appreciate some constructive feedback. Most importantly, I've looked at the website on my friend's PC with IE and the one thing I just can't figure out is why the border-top in

[css-d] Editing css-based site with Microsoft Front Page?

2006-10-01 Thread Mari Sysimies
Do anybody have an experience about editing css-based site with Microsoft Front Page? I have a client who wants to use FP in future to update the site I've created. I'm designing the site now, and it just came up my mind that what if there is a huge chaos in the page in FP prewiev And how she

[css-d] Stationary Image Problem

2006-10-01 Thread Fabienne
I am trying to create a web page with an image which would remain stationary while you scroll up and down the page. I want the image to be on the left hand side of the page and it would be great if I could get it to rest on the bottom of the viewer's browser screen no matter what their screen

Re: [css-d] Best wawy to overlay images on a background

2006-10-01 Thread Roger Roelofs
Scott, On Sep 27, 2006, at 7:56 PM, Scott Haneda wrote: I have a div class=footer clear=all/div Clear all doesn't exist. add clear: both; to your .footer css. Works fine, however, that image, has a need for me to drop in 4 logos and some type in the middle of it. I am hesitant to

Re: [css-d] Aligning text field

2006-10-01 Thread Portman
Why don't you put the text fields in a box and the text in another box and float them next to each other at a certain distance? Riva Mário Gamito wrote: Hi, How can i in this page: http://www.gamito.org/wizard.php left align the text fields (dotted) at left in a certain distance from the

Re: [css-d] ie 7 - does it antialias text?

2006-10-01 Thread Jan Brasna
It does. -- Jan Brasna :: www.alphanumeric.cz | www.janbrasna.com | www.wdnews.net __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7

Re: [css-d] Safari Opera bug, changing link color from white to red!

2006-10-01 Thread Andrew Gregory
On Sat, 30 Sep 2006 04:21:36 +0800, GypsiiRose Baptiste [EMAIL PROTECTED] wrote: Safari and Opera are displaying my white text links at the top of the page (in the dark orange bar) in red! Any suggestions? The CSS for those links is in the nav.css file listed below. Here is the page:

Re: [css-d] Adding a top border makes DIV snap to the top. Why?

2006-10-01 Thread Gunlaug Sørtun
Matt Dawson wrote: Hello all - Here's a very basic question. I've set up a very basic example html file attached to this email. Attachments don't get through on css-d. Launch a page and give us a link. In most pages, I would in fact these elements to behave just as they are here - the

Re: [css-d] Stationary Image Problem

2006-10-01 Thread ~davidLaakso
Fabienne wrote: I am trying to create a web page with an image which would remain stationary while you scroll up and down the page. I want the image to be on the left hand side of the page and it would be great if I could get it to rest on the bottom of the viewer's browser screen no matter

Re: [css-d] 4 divs in a Header

2006-10-01 Thread ~davidLaakso
Ted wrote: Take a look at div#headercontainer on this page http:// www.outprize.com/ Something like this?: http://test.dragonzreef.com/headertest.htm Many thanks to Dino and Andy for their links, especially Andy since it looks like he went out of his way to create a demo for

Re: [css-d] Editing css-based site with Microsoft Front Page?

2006-10-01 Thread Mari Sysimies
Mari Sysimies wrote: I have a client who wants to use FrontPage in future to update the site I've created. Hi, thaks to everybody who answered to me :) I will reply to all of You at the same time: Gabriele Romanato wrote: If you use Frontpage you should often take a look at the code I think I

Re: [css-d] Rotating an image in CSS

2006-10-01 Thread Arian Hojat
On 10/1/06, Nate Kresse [EMAIL PROTECTED] wrote: It's not rotating, just compressing horizontally. doh, I dont even think about non-css ways of doing design nowadays lol yeh, u r right, i guess its just set in the html code with a table width=100%. thanks.

Re: [css-d] 4 divs in a Header

2006-10-01 Thread ~davidLaakso
Ooops. This was a personal note that was meant to go off-list. Sorry. ~dL PS And you really are not doing all that bad in ie, Tedd. ~davidLaakso wrote: Ted wrote: I've implemented the header into the page and it looks pretty good (at least on a Mac).

Re: [css-d] Adding a top border makes DIV snap to the top. Why?

2006-10-01 Thread Roger Roelofs
Matt, On Sep 28, 2006, at 10:18 AM, Matt Dawson wrote: Here's a very basic question. I've set up a very basic example html file attached to this email. Attachments are stripped before the email is sent on to list members. If you could post page page and send us the url, we could see what

Re: [css-d] Safari Opera bug, changing link color from white to red!

2006-10-01 Thread GypsiiRose Baptiste
Thank you! removing the non-existant stylesheet tag and taking the extra code out of the includes made the difference. Much apreciated! For whatever reason, Opera shows red because it can't load styles/main_includes.css (and later on styles/shfb_basic_white.css). You have multiple DOCTYPE

Re: [css-d] Safari Opera bug, changing link color from white to red!

2006-10-01 Thread Duncan Hill
On Fri, 29 Sep 2006 21:21:36 +0100, GypsiiRose Baptiste [EMAIL PROTECTED] wrote: Safari and Opera are displaying my white text links at the top of the page (in the dark orange bar) in red! Any suggestions? The CSS for those links is in the nav.css file listed below. Here is the page:

Re: [css-d] Stationary Image Problem

2006-10-01 Thread Duncan Hill
On Sat, 30 Sep 2006 22:14:11 +0100, Fabienne [EMAIL PROTECTED] wrote: I am trying to create a web page with an image which would remain stationary while you scroll up and down the page. I want the image to be on the left hand side of the page and it would be great if I could get it to rest on

Re: [css-d] Stationary Image Problem

2006-10-01 Thread Duncan Hill
Hi again Fabienne, I knew I would do one obvious mistake at least in the code I gave, The line background-position: bottom left; should of course read as background-position: left bottom; Best wishes Duncan -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Re: [css-d] Editing css-based site with Microsoft Front Page?

2006-10-01 Thread Duncan Hill
On Sun, 01 Oct 2006 09:20:11 +0100, Mari Sysimies [EMAIL PROTECTED] wrote: Do anybody have an experience about editing css-based site with Microsoft Front Page? I have a client who wants to use FP in future to update the site I've created. I'm designing the site now, and it just came up my

Re: [css-d] z-index

2006-10-01 Thread Roger Roelofs
Travis, On Sep 28, 2006, at 4:03 PM, Travis Killen wrote: I would like the menu (#Menu) to appear 'on top of' (#Content) html:http://tylerstrings.com css: http://tylerstrings.com/templates/tystrings/css/template_css.css Thanks for posting the url to your page. It makes helping so

Re: [css-d] ie 7 - does it antialias text?

2006-10-01 Thread Michael Geary
Subject: Re: [css-d] ie 7 - does it antialias text? It does. Well, not exactly. IE doesn't antialias text, Windows does. The only thing new in IE7 is that it turns on ClearType for IE windows by default, even if ClearType is not enabled in the Display control panel. (At least the beta did -

[css-d] Smoothing fonts in IE/win

2006-10-01 Thread Eystein Alnaes
I'm looking for a way to present a visually pleasing font in IE/Win even when the user hasn't turned on the Make-fonts-smooth or whatever it's called in Windows these days. I've done some searching and found and found a couple of sites about embedding fonts.

Re: [css-d] fixed on refresh

2006-10-01 Thread David Hucklesby
Hi Tanya, On Thu, 28 Sep 2006 09:39:30 -0400, Tanya Renne wrote: [...]  For example if you visit  http://www.lucidllc.com/ht/d/sp/i/254/pid/254 in FF IE XP ... the  masthead at the top of the page (large horizontal image) pops out  to the right of the container - if you refresh it pops back into

Re: [css-d] Smoothing fonts in IE/win

2006-10-01 Thread Felix Miata
On 06/10/02 02:02 (GMT+0200) Eystein Alnaes apparently typed: But this[1] doesn't exactly get my hopes up. [1] http://mrmazda.no-ip.com/auth/IE/images/SS-fat-70-096-IE6med.png That's from Win98. Win2K is equally bad. WinXP is much better with cleartype enabled. The IE screenshots linked to

Re: [css-d] IE and Negative Margins

2006-10-01 Thread David Hucklesby
Hi Lori, On Thu, 28 Sep 2006 13:26:35 -0400, you wrote:  I have a background image on nav headings which I wanted to pop  outside the container a bit here: www.hobieb2b.com and used a  negative margin, thinking that should be plenty.  Half the little footprint disappears in IE6, however. (All's

[css-d] works in IE6, not in IE7

2006-10-01 Thread Guillaume Bokiau
www.culturelab.be/fr/editions the clear:both propreties work pretty much everywhere except in IE7. Any idea? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] 4 divs in a Header

2006-10-01 Thread ~davidLaakso
Ted wrote: http://nexel.superiorshelving.com/test-files/fixed/fixed.shtml http://nexel.superiorshelving.com/test-files/fixed/fixed.css But there are a few things I need to fix. 1] align the text? vertical-align:middle doesn't seem to work. If you mean more or less vertically center

Re: [css-d] 4 divs in a Header

2006-10-01 Thread ~davidLaakso
~davidLaakso wrote: Ted wrote: http://nexel.superiorshelving.com/test-files/fixed/fixed.shtml http://nexel.superiorshelving.com/test-files/fixed/fixed.css But there are a few things I need to fix. You wrote: 3] When you scroll down the page, you'll see some of the text show through

Re: [css-d] UL pushed down and to the right

2006-10-01 Thread David Hucklesby
Hi Elle and Waz, On Fri, 29 Sep 2006 08:23:19 +1200,you wrote:  I created a map with points of interest on it using an ul. I  defined the ul as position: relative; so I could position my  points absolutely and the actual map is in the background.  It works great on every browser besides IE.

Re: [css-d] minimum height on a box in IE?

2006-10-01 Thread David Hucklesby
Hi Sam, On Thu, 28 Sep 2006 15:59:53 -0500, you wrote:  This is so simple I must be missing something. But I have this div,  that I want to give a minimum height of 1px. It may or may not get  any content in it, and I want it to collapse up if its empty. IE 6  doesnt of course support

[css-d] Complex form - some layout questions

2006-10-01 Thread Anne E. Shroeder
Today I embarked on my first CSS form. And it's a doozy. This is a screenshot of what the form needs to look like: http://www.language-works.com/swimdesign/screenshot.htm And this is what I've managed to code: http://www.language-works.com/swimdesign/basicform.htm Yes, it's a bit of a mess

Re: [css-d] Why doesn't border-top in my footer work in IE?

2006-10-01 Thread Gunlaug Sørtun
Dan Kletter wrote: http://esophagus.com/htdb/menche/ Most importantly, I've looked at the website on my friend's PC with IE and the one thing I just can't figure out is why the border-top in the footer doesn't display. Why does it work in Safari/Firefox but not IE? IE is buggy and needs a

Re: [css-d] Site check and specific IE issues

2006-10-01 Thread francky
Scott Haneda wrote: So far I am doing pretty good on Firefox and Safari, IE 6 which I have access to does some strange stuff. I don't know if I should even try to make ie7 work, since it is pre-release? url: http://www.newgeo.com/web/shots/index.html Css: