[css-d] Compressed CSS only loads in Safari?

2006-11-14 Thread Graham Anderson
I am trying to compress my css files with .htaccess and php. For some bizarre reason, Firefox and IE6 refuse to recognize/display the css In Safari, everything works fine An example: http://bravosantamonica.com/dev/bravo/ Has anyone ran into this problem? And, is there a workaround? many thank

Re: [css-d] Top of Divs Being Chopped Off in IE 6

2006-11-14 Thread Gunlaug Sørtun
Sivakatirswami wrote: > http://www.himalayanacademy.com/resources/ > I'm thinking it is just one or two rules, like "max-width" doesn't > work.. we may need to leave that out. and go back to let the page be > "stretchy" Almost :-) IE/win needs #container to have 'Layout'[1], or else 'position

Re: [css-d] Disable CSS for a page fragment

2006-11-14 Thread Scott Andrews
One of the problems is that we don't necessarily know what style rules exist in the site around the message. We also don't have direct control over the message itself. Thanks for you help, Scott -Original Message- From: Web Developer [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14,

Re: [css-d] Drop cap Bug in Firefox - Duplicating paragraph

2006-11-14 Thread david
Storm, Dan wrote: > Storm, Dan wrote: > >> I have drop caps at this site where I use a JS CSS swapper: >> >> http://sorenkierkegaard.org/comment.htm >> >> In the default version (the white background version) the drop cap >> would work in Firefox 1.5.8 only on the first page, but after you >>

[css-d] Overlapping images in firefox and opera

2006-11-14 Thread Nicole Aebi
Hello I'm working on my wedding website and I'm having problems getting things to build up in the right layers. In quark I'd just say "Bring to Front" but I can't figure out how to do the equivalent in css. The website in question is: www.aebi-moyo.com I have an image running down the left hand

[css-d] Top of Divs Being Chopped Off in IE 6

2006-11-14 Thread Sivakatirswami
*This message was transferred with a trial version of CommuniGate(r) Pro* (I sent this once already, but did not see my post go thru. trying again) Please see http://www.himalayanacademy.com/resources/ We recentlly implemented pull down menus using CSS and a few other changes where are designers

[css-d] AOL problem with dropping images

2006-11-14 Thread Phil Holt
Hi Can anyone point me in the right direction with this site:- http://www.test.rejive.co.uk The main image on the home page is dropping down in AOL. I've checked in IE and in Firefox and Safari and it all seems OK. There's also the same problem with the product detail pages - example:- http://w

[css-d] Disable CSS for a page fragment

2006-11-14 Thread Scott Andrews
We have a site that embeds an HTML email message inside a page that uses CSS for layout. Currently, the styles from the containing site are affecting the display of the embedded message. Is there a way to turn off CSS and the cascade for content inside a block level element? The only thing I can

Re: [css-d] Dropdown Navigation doesn't work in IE7

2006-11-14 Thread Ingo Chao
Matt Harris wrote: > ... However, for some reason the dropdown portion is no > longer working in IE 7. > > Here is a link to the site: http://wesleyseminary.edu/ > Here is the CSS: http://wesleyseminary.edu/css/mainstyles.css Looks like IE7 has a problem with this auto offset, commenting it out

Re: [css-d] Newbie to CSS in need of some general advice

2006-11-14 Thread Bradley Wright
On 14/11/2006 17:43, David Hucklesby wrote: > On Tue, 14 Nov 2006 12:57:40 -, Lee Bettridge wrote: >> I am writing a small web app (for webTV) which will display a >> crosshair image, which the user can move around the screen using the >> remote control. >> [...] >> Does TV support: {

Re: [css-d] Newbie to CSS in need of some general advice

2006-11-14 Thread David Hucklesby
On Tue, 14 Nov 2006 12:57:40 -, Lee Bettridge wrote: > > I am writing a small web app (for webTV) which will display a > crosshair image, which the user can move around the screen using the > remote control. > [...] > > My usual approach would be to simply write the table in html with an > im

Re: [css-d] Struggling with a design

2006-11-14 Thread David Hucklesby
On Tue, 14 Nov 2006 11:37:34 +, Richard Brown wrote: > > [...] > What I have got can be found here: > > > > Any ideas basically how I can make the boxes appear as boxes and not > chopped u

Re: [css-d] Drop cap Bug in Firefox - Duplicating paragraph

2006-11-14 Thread Storm, Dan
Storm, Dan wrote: > I have drop caps at this site where I use a JS CSS swapper: > > http://sorenkierkegaard.org/comment.htm > > In the default version (the white background version) the drop cap > would work in Firefox 1.5.8 only on the first page, but after you > navigate out, the letter would

Re: [css-d] text and image zoom

2006-11-14 Thread David Hucklesby
>> On Mon, 13 Nov 2006 00:15:33 +0100, Erik Visser wrote: >> >>> [...] >>> http://beta.erikvisser.net/24-10/index.shtml >>> http://beta.erikvisser.net/24-10/css/style.css >>> http://beta.erikvisser.net/24-10/css/makeup.css >>> >>> I want the vertical text (actually an image): 24-10 READING to stay

Re: [css-d] Unwanted underlines in image links (Firefox)

2006-11-14 Thread Chris Ovenden
I agree with the img {display:block } tip. I always put that at the beginning of my stylesheets, and only make them inline if I really need it (which is almost never). I may be wrong, but I believe it's bad practise to enclose the image and text in the same tag. Inevitably you get a bit of unerli

[css-d] Moving a footer to the bottom

2006-11-14 Thread Tom McNeer
Hi, Following the examples of some of the fine folks on this list, I have created layouts in the past where a footer ran across the entire bottom of a page -- as underneath a three-column layout. But now, I want to place footer information within a main content area, yet keep it to the bottom. An

[css-d] Dropdown Navigation doesn't work in IE7

2006-11-14 Thread Matt Harris
Hey folks - I have a recently developed site which uses a combination of dropdown navigation and page navigation for section links. The dropdown uses a combination of li:hover and javascript (for IE6) to make it functional in most modern browsers. However, for some reason the dropdown portion i

[css-d] Headers hugging the bottom (float: bottom)

2006-11-14 Thread Barney Carroll
A little idea I wanted to implement but am a bit confused about... Was wondering if anyone could see an obvious method. Whatever (content) Whatever whatever whatever whatever (content) .container has a very narrow set width - in the first instance, the heade

Re: [css-d] Headers hugging the bottom (float: bottom)

2006-11-14 Thread Chris Ovenden
If you mean what I think you mean, you could put .container { position:relative } to make the container a containing-block, then use .content { position:absolute; bottom:0 } to make each content block sit snugly at the bottom of the container. The problem is, unless you know in advance how high

Re: [css-d] text and image zoom

2006-11-14 Thread francky
David Hucklesby wrote: >On Mon, 13 Nov 2006 00:15:33 +0100, Erik Visser wrote: > > >>I made a mock up (i think this means: "rough setup". correct?) for a >>site i am developing: >> >>http://beta.erikvisser.net/24-10/index.shtml >>http://beta.erikvisser.net/24-10/css/style.css >>http://beta.erik

[css-d] Newbie to CSS in need of some general advice

2006-11-14 Thread Lee Bettridge
Hi, I am writing a small web app (for webTV) which will display a crosshair image, which the user can move around the screen using the remote control. My question is one of the general approach to the css design. I need a table of fixed size to hold the crosshair image, movement being facilitate

Re: [css-d] Why a generic reference don't work here ?

2006-11-14 Thread Marcelo Wolfgang
Hi Rafael, Thanks man, that did the trick! I've read like last week about specificity, but I thought was not the ase here because I could change other properties ( since they where not specified on the first rule ). CSS can get tricky sometimes! thanks again Marcelo On 11/13/06, Rafael Holt <[

[css-d] Struggling with a design

2006-11-14 Thread Richard Brown
Hi Guys I am trying to get a design to work: Two columns, five lines What I have got can be found here: Any ideas basically how I can make the boxes appear as boxes and not chopped up all o