[css-d] Background Missing in IE Mac

2005-09-25 Thread Hershel Robinson
This page: URL: http://www.scarabbooks.com/uk/passSRev.php CSS: http://www.scarabbooks.com/main.css apparently shows up with no background image in IE Mac. It must be every page in the site in reality, as they all use that CSS file. The relevant CSS appears to be this: h1 { padding:0;

Re: [css-d] Background Missing in IE Mac

2005-09-25 Thread Yvonne Adams
Hershel Robinson wrote: h1 { padding:0; margin:0; height: 67px; font-size: 16pt; color: #FFF; background: url('img/headBkng.jpg') repeat-y;} IE Mac is chocking on the single quotes in the url. Leave them out and you should be okay (assuming the path is okay otherwise) Yvonne

Re: [css-d] Background Missing in IE Mac

2005-09-25 Thread David Dorward
On 25/09/05, Hershel Robinson [EMAIL PROTECTED] wrote: apparently shows up with no background image in IE Mac h1 { padding:0; margin:0; height: 67px; font-size: 16pt; color: #FFF; background: url('img/headBkng.jpg') repeat-y;} IE/Mac can't cope with single quotes in url() values.

Re: [css-d] Background Missing in IE Mac

2005-09-25 Thread Hershel Robinson
IE/Mac can't cope with single quotes in url() values. Either get rid of the quotes entirely or replace them with characters. Yes, that did it. Thank you and thanks to Yvonne. (BTW, pt units considered harmful: http://css-discuss.incutio.com/?page=UsingPoints ) I'm with you, brother. As a

Re: [css-d] Four Column Layout

2005-09-25 Thread Bob Easton
Richard Brown wrote: The question I have in building this design the use of divs. I have an outer wrap to fix the size to 800px. Then where do I go from here. Two divs within this, one floating left and the other floating right. And then two divs within these divs again floating left or

Re: [css-d] IE Developer tool bar

2005-09-25 Thread t94xr.net.nz webmaster
matthijs abeelen wrote: Why would anyone - certainly on this list - be interested in a toolbar for IE? Cuz IE isn't Netscape and unlike Netscape, IE is the lesser of two evils. Which in case makes Moz/FF good, so without IE, Moz/FF wouldn't what it is? So in the end, what would you hate

Re: [css-d] Background Missing in IE Mac

2005-09-25 Thread David Dorward
On 25/09/05, Hershel Robinson [EMAIL PROTECTED] wrote: In the header, anyhow, I actually want it fixed so that it fits correctly into the background image. But the size of the background image (and element) is fixed in pixels. The number of points per inch is 72 (assuming the system is

[css-d] IE doesn't like my fixed layout much

2005-09-25 Thread Rob Mientjes
Hey all, Working on something right now and it displays perfectly in Safari, performs like it should in Firefox and leaves me flabbergasted in IE. I'm aware of IE's limitations, but I know it can work. Question is, who can help me make it work? http://zooibaai.nl/sandbox/basant/ is what I'm

[css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
Hey all, Working on something right now and it displays perfectly in Safari, performs like it should in Firefox and leaves me flabbergasted in IE. I'm aware of IE's limitations, but I know it can work. Question is, who can help me make it work? http://zooibaai.nl/sandbox/basant/ is what I'm

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread matthijs abeelen
Hi Rob, A solution might be to get rid of the fixed positioning, and instead float everything. As it is now, identity and navigation come first in the source, so just floating them left and right, and then giving main a left-and right margin should do the trick. At least, I did try it locally

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
On 9/25/05, matthijs abeelen [EMAIL PROTECTED] wrote: A solution might be to get rid of the fixed positioning, and instead float snip / Hope this helps a bit. Really, I didn't take (have) the time to test elaborately, so hopefully I didn't introduce new messy stuff. Uh, I actually _want_

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread matthijs abeelen
aha, now I see. Sorry about that then. I didn't realise you wanted that fixed effect. Then I can only give the following links, but you'll probably now them already. Maybe interesting for some others following this list. http://annevankesteren.nl/2004/07/fixed-positioning

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Stuart Homfray
Rob Mientjes wrote: Working on something right now and it displays perfectly in Safari, performs like it should in Firefox and leaves me flabbergasted in IE. I'm aware of IE's limitations, but I know it can work. Question is, who can help me make it work? http://zooibaai.nl/sandbox/basant/

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
On 9/25/05, matthijs abeelen [EMAIL PROTECTED] wrote: http://annevankesteren.nl/2004/07/fixed-positioning http://www.cssplay.co.uk/layouts/fixed.html Yeah, will check again. Fixed positioning can be difficult to get going cross-browser. Maybe some of the real css-gurus here could help

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Gunlaug Sørtun
Rob Mientjes wrote: I'm aware of IE's limitations, but I know it can work. Question is, who can help me make it work? http://zooibaai.nl/sandbox/basant/ is what I'm talkin' 'bout. Any help is appreciated, as long as it makes sense (if possible with IE) ;) My solution only works with IE6 in

Re: [css-d] Solution for broken CSS in IE4?

2005-09-25 Thread Jim Davis
Edith, Here is a link to a source for browser compatibility charts. http://www.westciv.com/style_master/academy/browser_support/index.html Perhaps this would be a good place to start. Jim On 9/25/05, Edith Karnitsch @ Terranetwork [EMAIL PROTECTED] wrote: Just downloaded a stand-alone

[css-d] using css-styled emails

2005-09-25 Thread ross
Hi, I recently recieved an email with the css attached. Can anyone show me how to do this?...I am looking particularly at PHP generated emails styled with PHP. Thanks, R. __ css-discuss [EMAIL PROTECTED]

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
I have it fixed now, and I'm trying IE7 (the JS) to fix the layout. We'll see if that's any good. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/

Re: [css-d] Solution for broken CSS in IE4?

2005-09-25 Thread Alan Chandler
On Sunday 25 Sep 2005 13:11, Edith Karnitsch @ Terranetwork wrote: Dear List, ... PS: also if anybody has Konqueror on Linux, I'd be interested to hear any issues. All seems to work fine in 3.4.2 -- Alan Chandler http://www.chandlerfamily.org.uk

Re: [css-d] using css-styled emails

2005-09-25 Thread Jan Brasna
I recently recieved an email with the css attached. Can anyone show me how to do this? http://www.alistapart.com/articles/cssemail/ http://css-discuss.incutio.com/?page=StyleInEmail http://www.campaignmonitor.com/blog/archives/2005/08/optimizing_css_1.html I am looking particularly at PHP

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
http://annevankesteren.nl/2004/07/fixed-positioning http://www.cssplay.co.uk/layouts/fixed.html There's also my Frames without Frames http://www.fu2k.org/alex/css/frames which is, in my not very humble opinion, a much more thorough and expansive take on the matter. And the granddaddy of

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread David Laakso
Rob Mientjes wrote: I have it fixed now, and I'm trying IE7 (the JS) to fix the layout. We'll see if that's any good. Locked @ 1280 in XP_SP2 IE/FF/Moz/Opera. (and mambo on hover) ~dL -- David Laakso http://www.dlaakso.com

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread David Laakso
Rob Mientjes wrote: On 9/25/05, David Laakso [EMAIL PROTECTED] wrote: Locked @ 1280 in XP_SP2 IE/FF/Moz/Opera. Yup, it started messing with my layout and the elements moved along with a drag: not good. I disabled it for now. But wait, FF too? That's weird. (and mambo on hover)

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
On 9/25/05, David Laakso [EMAIL PROTECTED] wrote: The page is bumpy when scrolled in IE, yes. The links cause motion sickness (mambo) on hover in all browsers. The links shift 3 pixels, which is intended. The bumpy scrolling... Is that still the case? I killed IE7.

[css-d] Centering a Site

2005-09-25 Thread Donna [EMAIL PROTECTED] Business Connection
I have been trying to get this site to center, but no matter what I do it won't work. Right now it is to the left, but if anyone can look at the code and give suggestions, that would be great. http://www.vbc-nc.com/Samples/ArtEscape/NewSite/index_d lp.html

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread David Laakso
Rob Mientjes wrote: On 9/25/05, David Laakso [EMAIL PROTECTED] wrote: The page is bumpy when scrolled in IE, yes. The links cause motion sickness (mambo) on hover in all browsers. The links shift 3 pixels, which is intended. The bumpy scrolling... Is that still the case? I killed

Re: [css-d] IE doesn't like my fixed layout much (retry)

2005-09-25 Thread Rob Mientjes
On 9/25/05, David Laakso [EMAIL PROTECTED] wrote: Side columns bounce when scrolled in IE. Repeated scrolling crashes browser.http://zooibaai.nl/sandbox/basant/ I had that when the sides were still fixed with IE7, but now they're static for me on IE6. Are they fixed for you like on Firefox but

Re: [css-d] Solution for broken CSS in IE4?

2005-09-25 Thread David Laakso
Edith Karnitsch @ Terranetwork wrote: work-in-progress is here: www.terranetwork.net/terra05/web_hosting_1.php and another page is here: www.terranetwork.net/terra05/oscommerce_7.php PS: also if anybody has Konqueror on Linux, I'd be interested to hear any issues. Edith Karnitsch

Re: [css-d] Centering a Site

2005-09-25 Thread David Laakso
Donna [EMAIL PROTECTED] Business Connection wrote: I have been trying to get this site to center, but no matter what I do it won't work. Right now it is to the left, but if anyone can look at the code and give suggestions, that would be great.

[css-d] random background image

2005-09-25 Thread jeremy
i have been looking for a really good way to make a random background image happen. I saw that Photomat had a JS version of it, but once working it doesnt appear to be consistent enough. Maybe I need to apply something in the CSS to refresh the image each time the page is loaded???

Re: [css-d] random background image

2005-09-25 Thread jeremy
So i had to change the link to where i have the random background image happening. It is only happening on this page: http://slusherland.com/contact.php If you guys have any answers that would be great. thanks - jeremy jeremy wrote: i have been looking for a really good way to make a random

[css-d] Table Styling

2005-09-25 Thread Jeff Chastain
I have a table that is being provided to me - i.e. I cannot modify the table structure, classes, or id names (or lack thereof). The table looks something like this ... table ... class=tabTable . tr td class=tabFootCelltotals/td td class=tabFootCellnbsp;/td td

Re: [css-d] random background image

2005-09-25 Thread David Laakso
jeremy wrote: So i had to change the link to where i have the random background image happening. It is only happening on this page: http://slusherland.com/contact.php If you guys have any answers that would be great. thanks - jeremy jeremy wrote: i have been looking for a really good way

Re: [css-d] Table Styling

2005-09-25 Thread Craig Cook
On 9/25/05, Jeff Chastain [EMAIL PROTECTED] wrote: table ... class=tabTable . tr td class=tabFootCelltotals/td td class=tabFootCellnbsp;/td td class=tabFootCell24,655/td td class=tabFootCell16,503/td td class=tabFootCell226,232/td [snip]

Re: [css-d] random background image

2005-09-25 Thread rashantha de silva
this can simply be done without css simply have a random number passed at the end of each page this will force a reload. ie: www.domain.com/link.html?rnd=345 a quick fix. rashantha On Sep 25, 2005, at 12:39 PM, David Laakso wrote: So i had to change the link to where i have the random

Re: [css-d] Table Styling

2005-09-25 Thread Arlen Walker
On Sep 25, 2005, at 2:26 PM, Jeff Chastain wrote: What I would like to do is simply set the text alignment where the first cell is left justified and the last three cells are right justified. Is there a way to reference these table cells differently without a specific id tag on them?

Re: [css-d] random background image

2005-09-25 Thread jeremy
Thanks! :) Yeah that is my girlfriend's site I have been making. I am rather proud of the illustrations. I have like 20+ that i would like to appear at random. I guess this is not a feature that is possible in CSS. thanks for the boost! It means alot! -jeremy David Laakso wrote: jeremy

Re: [css-d] random background image

2005-09-25 Thread Bob Easton
jeremy wrote: i have been looking for a really good way to make a random background image happen. ... Is there a pure CSS way to go about this? CSS can't do it. It's scripting time. -- Bob Easton Accessibility Matters: http://access-matters.com

Re: [css-d] random background image

2005-09-25 Thread Christian Montoya
PHP might be better than JS... you can script CSS with PHP in the head of the document. Something like: body { background: ? php do_random_image_echo(); } If php isn't an option, use Javascript. On 9/25/05, Bob Easton [EMAIL PROTECTED] wrote: jeremy wrote: i have been looking for a

Re: [css-d] random background image

2005-09-25 Thread Adam Helweh
There is a great extension for Dreamweaver called Random images over at Kaosweaver.com. Easy to impliment and a variety of options (IE: change daily, change on reloead, in order, random etc.). Exact link: http://www.kaosweaver.com/extensions/details.php?id=5cid=12 Adam [EMAIL PROTECTED]

Re: [css-d] random background image

2005-09-25 Thread jeremy
Thank you ! I do agree that php would be better than JS. I feel ike it would be cleaner. thanks again -jeremy Christian Montoya wrote: PHP might be better than JS... you can script CSS with PHP in the head of the document. Something like: body { background: ? php

Re: [css-d] random background image

2005-09-25 Thread jeremy
I really like this option!! It seems like it would be the best way to just make the page refresh on each load. How do you go about having a random # passed at the end of each page? -jeremy rashantha de silva wrote: this can simply be done without css simply have a random number passed at the

Re: [css-d] Table Styling

2005-09-25 Thread Christian Montoya
There is a way to do that. Look here: http://icant.co.uk/csstablegallery/ __ 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

[css-d] id's and classes in the html.

2005-09-25 Thread Tina Clarke
Hi I'm new to the group. I'm often asked to convert html table templates .. formatting into a CSS sheet. I use Topstyle pro (which I don't use to it's full advantage) and also work on the sheet itself directly. Is there a method or application that allows one to convert an already made template

RE: [css-d] Table Styling

2005-09-25 Thread Jeff Chastain
Christian - What are you referring to here? I have looked through this page and I must be missing what you are seeing. Thanks for the help. -- Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Montoya Sent: Sunday, September 25, 2005

Re: [css-d] Table Styling

2005-09-25 Thread Christian Montoya
There are a lot of tables there that do the styling you want... first TD is aligned one way and the rest of the TD's are styled another. It's a gallery of CSS used with tables. A great resource. On 9/25/05, Jeff Chastain [EMAIL PROTECTED] wrote: Christian - What are you referring to here? I

RE: [css-d] Table Styling

2005-09-25 Thread Jeff Chastain
The problem I have here is that I have absolutely no control over the HTML markup. In the code in my original post, the table itself has a class and each of the cells has the exact same class. I am trying to style the first cell differently from the other cells, only using CSS as I cannot

Re: [css-d] id's and classes in the html.

2005-09-25 Thread Jono
On 9/25/05 8:48 PM, Tina Clarke [EMAIL PROTECTED] wrote: I'm often asked to convert html table templates .. formatting into a CSS sheet. I use Topstyle pro (which I don't use to it's full advantage) and also work on the sheet itself directly. Is there a method or application that allows one

[css-d] Mozilla hacks?

2005-09-25 Thread Shelly @ WDG
I typically design my sites in Mozilla for PC, then hack for other browsers. But I've recently come across a new issue - Mozilla/Mac reads my stylesheet more like Safari 2 than Mozilla/PC. I've hacked my stylesheet to display the site properly in Safari 2 (didn't take much more than minor

Re: [css-d] id's and classes in the html.

2005-09-25 Thread Tina Clarke
If you're asking if there's an application that will take an already made template that was built using tables, and automatically change it to a template that is not table-based, then I think the answer is no, as far as I know. You can create a tableless html page, and then save it as a

[css-d] cell spacing - how do you write this in css?

2005-09-25 Thread Tina Clarke
Hi Please could someone tell me how to put cell spacing in a sheet? How do you write it out? I've been fiddling around and can't figure it out. I'm trying to change a html template over to a sheet for the formatting of the tables. (can't use divs in this instance) Thank you for any help. Tina

Re: [css-d] Table Styling

2005-09-25 Thread Thierry Koblentz
Jeff Chastain wrote: So, only using CSS, is there a possible cross-browser solution to style the first table cell differently from the others without have a unique ID or class on it? No Thierry | www.TJKDesign.com __

Re: [css-d] Mozilla hacks?

2005-09-25 Thread Jono
On 9/25/05 10:40 PM, Shelly @ WDG [EMAIL PROTECTED] wrote: I've googled on the subject, but I can't seem to find anything on it...does anyone here know if there's a way to get Mozilla/Mac to read my Safari changes, or a way I can feed in corrective stylesheets? I do not want to use

Re: [css-d] Table Styling

2005-09-25 Thread Christian Montoya
Oh my goodness, I really think there is. I have to study for an exam so I can't show you, but some of the pages do it. Every first td in a row has a td-header selector, and you can use the CSS2 pseudo :first, which works for everything but IE. That should be the best you can do. The link really

Re: [css-d] cell spacing - how do you write this in css?

2005-09-25 Thread Jono
On 9/25/05 11:32 PM, Tina Clarke [EMAIL PROTECTED] wrote: Please could someone tell me how to put cell spacing in a sheet? How do you write it out? I've been fiddling around and can't figure it out. I'm trying to change a html template over to a sheet for the formatting of the tables. (can't

[css-d] 100% height?

2005-09-25 Thread Anastasios Angelidis
Hi I mamanged to get 100% working in explorer but not in Mozilla. Is this something really supported in general? You can see the example here: http://www.mamothblue.com Thanks __ css-discuss [EMAIL PROTECTED]

Re: [css-d] cell spacing - how do you write this in css?

2005-09-25 Thread Christian Montoya
Tina, I heard cell-spacing is the only thing that gets specified in the XHTML and not the CSS. With CSS you apply padding, not cell-spacing. Can't confirm this but I'm pretty sure it's true. On 9/25/05, Tina Clarke [EMAIL PROTECTED] wrote: Hi Please could someone tell me how to put cell

Re: [css-d] Table Styling

2005-09-25 Thread Arlen Walker
On Sep 25, 2005, at 7:53 PM, Jeff Chastain wrote: What are you referring to here? I have looked through this page and I must be missing what you are seeing. Christian pointed you to a list of table stylings, none of which really apply to your situation as I understand it. The way I

Re: [css-d] cell spacing - how do you write this in css?

2005-09-25 Thread Philippe Wittenbergh
On 26 Sep 2005, at 12:32 pm, Tina Clarke wrote: Please could someone tell me how to put cell spacing in a sheet? How do you write it out? I've been fiddling around and can't figure it out. I'm trying to change a html template over to a sheet for the formatting of the tables. (can't use divs