[css-d] Print Style Sheet only working in IE

2007-08-19 Thread Joanne
I have a separate print style sheet for
http://www.seafarisaustralia.com.au/v2.  In IE it prints fine (removing the
navigation, the large picture at the top and adding a page heading and
footer with contact info), but in Firefox  Safari, I just get the screen
version without the css that belongs with the navigation.

Can anyone shed some light on why my print stylesheet only works in IE?

Joanne



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Print Style Sheet only working in IE

2007-08-19 Thread Hakan K
http://csscreator.com/node/2 I hope this helps




Thanks
Hakan
http://dominor.com

On 8/19/07, Joanne [EMAIL PROTECTED] wrote:

 I have a separate print style sheet for
 http://www.seafarisaustralia.com.au/v2.  In IE it prints fine (removing
 the
 navigation, the large picture at the top and adding a page heading and
 footer with contact info), but in Firefox  Safari, I just get the screen
 version without the css that belongs with the navigation.

 Can anyone shed some light on why my print stylesheet only works in IE?

 Joanne



 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 IE7 information -- http://css-discuss.incutio.com/?page=IE7
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Sunday puzzle... SUBMENUS IN IE 6

2007-08-19 Thread Dean Heetderks
Ugh. Got things just the way I like them and poof, the drop-down doesn’t show 
in IE 6:

 http://www.crcna.org/pages/crwrc.cfm
 http://www.crcna.org/pages/crhm.cfm

It works as it should in Mac Safari and Firefox, Win IE 7.x and Firefox.

ANy suggestions? It had been working fine until I starting to clean this up in 
an attempt to get these pages to validate.

Dean.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

[css-d] Please check menu with different browsers

2007-08-19 Thread Terri Houston
I've made a horizontal dropdown menu; you can see it at 
www.ttcollectiblegifts.com/dynamicdrive.html.  I would really appreciate it if 
some of you would go there with different browsers to check it out, and let me 
know if it isn't looking good.  All help is appreciated.

Terri
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Please check menu with different browsers

2007-08-19 Thread Gunlaug Sørtun
Terri Houston wrote:
 I've made a horizontal dropdown menu; you can see it at 
 www.ttcollectiblegifts.com/dynamicdrive.html.  I would really 
 appreciate it if some of you would go there with different browsers 
 to check it out, and let me know if it isn't looking good.  All help
  is appreciated.

Shows some weaknesses in all browsers when font resizing is applied -
creates overlapping / covered link-text.

The doctype used triggers quirks mode, which may be just as well when
looking at what's behind the scene. The document relies heavily on
error recovery across browser-land.

The source-code definitely isn't valid...
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ttcollectiblegifts.com%2Fdynamicdrive.htmlcharset=%28detect+automatically%29doctype=Inliness=1group=0
...with head, body and style elements mixed into a soup.

The internal an external CSS is full of weak spots...
http://jigsaw.w3.org/css-validator/validator?uri=http://www.ttcollectiblegifts.com/dynamicdrive.htmlwarning=1profile=css21

All in all: the http://www.ttcollectiblegifts.com/dynamicdrive.html as
a whole would gain a lot on being upgraded a bit, and the dropdown menu
with it.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Reposting: Absolute Floated Layout

2007-08-19 Thread Elli Vizcaino
Hi List,

I was really hoping for a response to the following
the first time around but, perhaps it was missed? if
anyone can provide a solution/answer to what follows,
I'd immensely appreciated:

Is there a way to combine floated divs with absolute 
positioned divs for layout, without having the page
behave erratically across several browsers? The pages
(both are live samples of the templates we work with)
in question are: 

http://www.nj.com/news/
http://www.pennlive.com/lehighvalley/nce.net/impact/index.ssf


The company I work for would like the content area
(FEATURED STORY/ALL STORIES FROM [DATE]:) column to
appear at the top of the HTML document, right after
the body tag for SEO purposes. While still retaining
the look of the current layout. 

What you should also know about this proposed request
is that numerous hands have messed with the code. The
CSS sheets being called are a mess and this is the
first time I am dealing with it. They expect me to
clean up the mess and give them what they want. 

The other thing is that it is only coded to
transitional standards which doesn't validate as is.
And they use a proprietary platform called .ssf that
behaves like a combination of frames and server side
includes. The browsers we support are IE 6  7 and FF
on PC and FF  Safari on Mac. 

Basically, I've already told them I didn't think it
was a good idea given the time frame and because I'm
thinking floats and absolute might not mix well. And
because the code is a mess, that it would be better to
start from scratch (something which really can't be
done at this point given the deadline). 

So what I wanted to know from you guys is - is there
any way to give them what they want and salvage this
mess of a mess in a short amount of time? Or is this
just really hopeless?

All feedback welcomed. 

TIA,
Elli



   

Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Logo Image Disappears

2007-08-19 Thread Dave M G
CSS-d,

The following web site renders fine in FireFox:
http://articlass.org

However, in Internet Explorer 7, an odd thing happens. The image that 
represents the main title, in a sort of gold texture, simply does not 
display.

Actually, now that I look at it closely, the image that represents the 
right side of the gold title bar is not displaying either.

These images are the backgrounds of nested div tags, each one 
contained within the other. I'm pretty sure I've done this kind of thing 
before, so I hadn't imagined it might cause any complications.

Is there something I need to know about IE7 in the way that it handles 
nested div tags or background images?

Thank you for any advice.

-- 
Dave M G
http://www.tlug.jp/wiki/User:Dave_M_G

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Print Style Sheet only working in IE

2007-08-19 Thread Joanne
It seems to work for me. Did you manage to fix the problem then?

~fantasai

It appears it was a local cache issue. Last night it didn't work. This
morning, it did.

Thanks.
Joanne
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Please check menu with different browsers

2007-08-19 Thread CHARLIER Cyril
Hi,

first of all I'm under vista and firefox 2.0.0.6
All the menu is working pefectly ;) (even under IE 7)

But there is a mistake in your code HTML :
You have a head part in your body  lol

--
Cyril


On 8/19/07, Terri Houston [EMAIL PROTECTED] wrote:
 I've made a horizontal dropdown menu; you can see it at 
 www.ttcollectiblegifts.com/dynamicdrive.html.  I would really appreciate it 
 if some of you would go there with different browsers to check it out, and 
 let me know if it isn't looking good.  All help is appreciated.

 Terri
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 IE7 information -- http://css-discuss.incutio.com/?page=IE7
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/



-- 
Cyril
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/