HighDots Forums  

x-browser test: translucent background

Website Design comp.infosystems.www.authoring.site-design


Discuss x-browser test: translucent background in the Website Design forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Mark Tranchant
 
Posts: n/a

Default Re: x-browser test: translucent background - 06-07-2004 , 09:48 AM






Andrew Thompson wrote:

Quote:
What about setting font-family and
BG/FG-color for old browsers though..
could that hurt?
It'd hurt all the other things I could be doing with my time, and add an
additional file and associated bandwidth to every request.

Anyone using Netscape 4.x or similar antiquity browsers can put up with
default font on a default background. If they don't like that look, they
can change their browser defaults.

Don't get me wrong here, I'm not being a browser snob, and my site will
work just fine in anything that can render straight HTML 4.01. I'm just
not going to jump through even more hoops to fake up some minor
appearance "improvement" for ancient browsers.

--
Mark.


Reply With Quote
  #12  
Old   
Andrew Thompson
 
Posts: n/a

Default Re: x-browser test: translucent background - 06-07-2004 , 09:56 AM






On Mon, 07 Jun 2004 14:48:13 +0100, Mark Tranchant wrote:
Quote:
Andrew Thompson wrote:

What about setting font-family and
BG/FG-color for old browsers though..
could that hurt?

It'd hurt all the other things I could be doing with my time, and add an
additional file and associated bandwidth to every request.
...
..I'm just
not going to jump through even more hoops to fake up some minor
appearance "improvement" for ancient browsers.
Considered response, and ..fair enough.

Some of the constraints you mentioned do
not apply in my case (I can make a change to
base documents that automatically update
everything else), so I might explore it
further on a different thread.

Your site looks great, BTW.
[ In post 'Dinosaur' browsers. ;-) ]

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology


Reply With Quote
  #13  
Old   
Matt Broughton
 
Posts: n/a

Default Re: x-browser test: translucent background - 06-07-2004 , 11:41 AM



In article <v_Xwc.11970$NK4.1617145 (AT) stones (DOT) force9.net>,
Mark Tranchant <mark (AT) tranchant (DOT) plus.com> wrote:

Quote:
http://tranchant.plus.com/

I've implemented what I believe to be a nice-looking translucent
background for the menu on my site. This is done with an
alpha-transparency PNG, overridden with an alternate-pixels
binary-transparency GIF (yuk) for IE and anything else that can't read
CSS ">" selectors properly.

Please take a look, and let me know if it gives you any problems,
stating browser version and OS. I'd be interested in any other feedback
on the site, which is halfway through a re-design.

Thanks!
Mac OS X 10.3.4--
Only problem was with Mac IE 5.2.3. Screenshot at:
<http://my.vbe.com/~mbrought/screenshots/MacIE5.2.3translucent.jpg>.
Worked fine on Mozilla 1.6, Firefox 0.8, Safari 1.2.2, Camina 0.8b, and
even iCab 2.9.8. I didn't try Lynx. ;-))

--
Matt Broughton
Only relatives are absolute.


Reply With Quote
  #14  
Old   
Els
 
Posts: n/a

Default Re: x-browser test: translucent background - 06-07-2004 , 11:54 AM



Matt Broughton wrote:

Quote:
In article <v_Xwc.11970$NK4.1617145 (AT) stones (DOT) force9.net>,
Mark Tranchant <mark (AT) tranchant (DOT) plus.com> wrote:

http://tranchant.plus.com/

Mac OS X 10.3.4--
Only problem was with Mac IE 5.2.3. Screenshot at:
http://my.vbe.com/~mbrought/screenshots/MacIE5.2.3translucent.jpg>.
Maybe this would help?

/* IE-win can't see this next one, so it uses "absolute"
from above */

/* Hide from IE5-mac \*/
body>#lbox, body>.lbox {
background-image: url(/images/menubg);
position: fixed;
}
/* End IE5/mac hide */



--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -



Reply With Quote
  #15  
Old   
jake
 
Posts: n/a

Default Re: x-browser test: translucent background - 06-07-2004 , 06:10 PM



In message <v_Xwc.11970$NK4.1617145 (AT) stones (DOT) force9.net>, Mark Tranchant
<mark (AT) tranchant (DOT) plus.com> writes
Quote:
http://tranchant.plus.com/

I've implemented what I believe to be a nice-looking translucent
background for the menu on my site. This is done with an
alpha-transparency PNG, overridden with an alternate-pixels
binary-transparency GIF (yuk) for IE and anything else that can't read
CSS ">" selectors properly.

Please take a look, and let me know if it gives you any problems,
stating browser version and OS. I'd be interested in any other feedback
on the site, which is halfway through a re-design.

Thanks!

Wording needs changing?

http://www.gododdin.demon.co.uk/ng/DN1X.JPG

regards
--
Jake


Reply With Quote
  #16  
Old   
Mark Parnell
 
Posts: n/a

Default Re: x-browser test: translucent background - 06-07-2004 , 06:43 PM



On Mon, 07 Jun 2004 12:30:28 +0100, Mark Tranchant
<mark (AT) tranchant (DOT) plus.com> declared in
comp.infosystems.www.authoring.site-design:

Quote:
Watch me not care.
Sounds like an idea for a reality TV show...

--
Mark Parnell
http://www.clarkecomputers.com.au


Reply With Quote
  #17  
Old   
Mark Tranchant
 
Posts: n/a

Default Re: x-browser test: translucent background - 06-08-2004 , 03:11 AM



jake wrote:

Quote:
http://tranchant.plus.com/

Wording needs changing?

http://www.gododdin.demon.co.uk/ng/DN1X.JPG
Pedants, the lot of you! I've added "or you are using a user
stylesheet": happy now?!

;-)

--
Mark.


Reply With Quote
  #18  
Old   
Mark Tranchant
 
Posts: n/a

Default Re: x-browser test: translucent background - 06-08-2004 , 03:15 AM



Els wrote:
Quote:
Matt Broughton wrote:

http://tranchant.plus.com/

Mac OS X 10.3.4--
Only problem was with Mac IE 5.2.3. Screenshot at:
http://my.vbe.com/~mbrought/screenshots/MacIE5.2.3translucent.jpg>.

Maybe this would help?

/* IE-win can't see this next one, so it uses "absolute" from above */

/* Hide from IE5-mac \*/
body>#lbox, body>.lbox {
background-image: url(/images/menubg);
position: fixed;
}
/* End IE5/mac hide */
Thanks, implemented. Could someone (Matt?) check that the menu bg is
translucent now, please?

TIA.

--
Mark.


Reply With Quote
  #19  
Old   
jake
 
Posts: n/a

Default Re: x-browser test: translucent background - 06-08-2004 , 11:57 AM



In message <5Edxc.12266$NK4.1696339 (AT) stones (DOT) force9.net>, Mark Tranchant
<mark (AT) tranchant (DOT) plus.com> writes
Quote:
jake wrote:

http://tranchant.plus.com/

Wording needs changing?
http://www.gododdin.demon.co.uk/ng/DN1X.JPG

Pedants, the lot of you! I've added "or you are using a user
stylesheet": happy now?!

;-)

Hmmmm ..... yes ......... sort of ......... I guess ;-)

--
Jake


Reply With Quote
  #20  
Old   
Els
 
Posts: n/a

Default Re: x-browser test: translucent background - 06-08-2004 , 01:14 PM



Brian wrote:

Quote:
Mark Tranchant wrote:

http://tranchant.plus.com/

I've implemented what I believe to be a nice-looking translucent
background for the menu on my site.

Hmm. Why don't I see any image at all? Firefox 0.8/WinXP.
He's probably working on it, as it was there earlier today.


--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -



Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.