Ie

This is a discussion on "Ie" within the Web Page Design section. This forum, and the thread "Ie are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 2nd, 2007, 02:25
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Ie

This is also a sort of accessibility question.
with my sites i like using .PNGs for headers and such and a lot of them are transparent, IE has a problem doing transparent PNGs (the fix didn't work for me) so should I do it all in GIFs (less quality) or take up the extra work and code two stylesheets, one for IE and one for firefox etc.
firefox having pngs and ie having gifs.
yeah so, do you reckon it's all worth the trouble?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote

  #2 (permalink)  
Old Aug 2nd, 2007, 02:33
Up'n'Coming Member
Join Date: Jul 2007
Location: London
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Ie

Hi

You could use a .swf flash file with transparent background.

Better quality than .gif and small than .png

http://kb.adobe.com/selfservice/view...4201&sliceId=2

regards

p shah - www.dcpweb.co.uk
Reply With Quote
  #3 (permalink)  
Old Aug 2nd, 2007, 02:41
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Ie

I'd love to use flash as a header, but i usually get a lot of problems positioning it etc.
Hmm.
do you reckon I should use a flash page,
and it gives you options,
flash version, IE version, recommended version (firefox with PNGs)
and it could be saved in a session
Sound like a good idea?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #4 (permalink)  
Old Aug 2nd, 2007, 02:45
Up'n'Coming Member
Join Date: Jul 2007
Location: London
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Ie

Hi,

Not too sure what you mean, but never use only flash in your website, simply not good for SEO.

check out my site www.dcpweb.co.uk and you will see how I used flash in title header but also kept html content

regards

P Shah - www.dcpweb.co.uk
Reply With Quote
  #5 (permalink)  
Old Aug 2nd, 2007, 02:54
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Ie

No i didn't mean all flash.
But anyway.
If I were to use flash,
I like what you've done on your website,
but on mine I'd need the height shorter to fit the content in
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #6 (permalink)  
Old Aug 2nd, 2007, 08:11
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Ie

Quote:
Originally Posted by alexgeek View Post
should I do it all in GIFs (less quality) or take up the extra work and code two stylesheets, one for IE and one for firefox etc.
firefox having pngs and ie having gifs.
yeah so, do you reckon it's all worth the trouble?
You'll almost certainly need an extra stylesheet for IE anyway. In fact, you'll need at least two: one for IE6 and one for IE7.

IE7 supports PNGs just fine, so no need to serve it a GIF.

As for IE6, you can either serve it a GIF, or get one of the fixes to work.
Reply With Quote
  #7 (permalink)  
Old Aug 2nd, 2007, 08:32
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,951
Blog Entries: 7
Thanks: 7
Thanked 3 Times in 3 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: Ie

Luckily it's easy to target ie6 and ie7 seperately using ie's proprietary implementation of conditional comments.

Code: Select all
<!--[if lt IE 7]>
some code here for ie6 and below
<![endif]-->
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #8 (permalink)  
Old Aug 2nd, 2007, 12:13
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Ie

And you can use JS to deal with the transparency issue in IE6

How to deal with PNG transparency in IE6
Reply With Quote
  #9 (permalink)  
Old Aug 2nd, 2007, 12:51
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Ie

I had problems with the JS to deal with the transparency issue.
oh well I'll try it again.
so say I had a style sheet for IE 6 and lower, and then another one for anyone else, what would the IF look like?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #10 (permalink)  
Old Aug 2nd, 2007, 12:53
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Ie

Use the code Rob pasted.

The stylesheet for all other browser would just be the simple <link .. > tag.

The stylesheet for IE6, you put between the if statement above
Reply With Quote
  #11 (permalink)  
Old Aug 2nd, 2007, 13:07
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Ie

Okay thanks
i'm going to code it all so it looks nice then work a bit to make it compatible with most browsers.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
Reply

Tags
accessibility

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 03:13.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43