php forum
php mysql forum
php mysql smarty
 
Page 2 of 2 < 1 2
Topic Options
#226942 - 01/26/03 01:10 PM Re: Different image per stylesheet ? [Re: himik]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
something like this would work<br /><br /><td class="logo"><a href="http://www.reeftalk.com" class="logo"></a></td>
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#226943 - 01/26/03 10:48 PM Re: Different image per stylesheet ? [Re: sf49rminer]
dreamer_dup1 Offline
User

Registered: 08/27/02
Posts: 45
I tried it but nothing happened<br />Any ideas?

Top
#226944 - 01/27/03 05:15 AM Re: Different image per stylesheet ? [Re: himik]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Go ahead and look at that line again. Lets disect it.<br /><br /><td class="logo"><a href="http://www.yoursite.com" class="logo"></a></td><br /><br />what did you call your logo tag in your CSS file? place that were I have logo in the class call if it is indeed not logo. <br /><br />Then edit the path you want to click to where the <a href=" is at.<br /><br />It works!
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#226945 - 01/27/03 11:43 AM Re: Different image per stylesheet ? [Re: sf49rminer]
dreamer_dup1 Offline
User

Registered: 08/27/02
Posts: 45
<img src="/forum/images/graemlins/crazy.gif" alt="" /><br />Sorry for bothering you . It works just fine

Top
#226946 - 01/27/03 04:26 PM Re: Different image per stylesheet ? [Re: himik]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
No bother at all. Is this not why we all post here to get help and learn. <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#226947 - 02/09/03 09:13 PM Re: Different image per stylesheet ? [Re: sf49rminer]
Allusivekudos Offline
Junior Member

Registered: 05/26/02
Posts: 378
Loc: Na
Okay.... Having some technical difficulties! Yes, I got this working eons ago, however, I neglected something....some users with Netscape Nav 4.7 get a blank page. I've checked, and it's clearly what I've added....<br /><br />Anyone have a solution?<br /><br />This is what I've added to the generic header:<br /> <br />
Code:
 &lt;td width="100%"&gt;<br />&lt;table width="100%" align="center" cellpadding="0" cellspacing="0"&gt;&lt;tr&gt;<br />&lt;td&gt;<br />&lt;table cellpadding="0" cellspacing="0" width="100%"&gt;<br />&lt;tr&gt;<br />&lt;td width="03%"&gt;&lt;td class="logo-left"&gt;<br />&lt;img src="http://www.ourfreerein.com/ubbthreads/images/clear.gif"&gt;<br />&lt;/td&gt;<br /><br />&lt;td class="logo"&gt;<br />&lt;img src="http://www.ourfreerein.com/ubbthreads/images/spacer.gif" width="40" height="56"&gt;&lt;/td&gt;<br /> 
<br /><br />And then in the stylesheets:<br /> <br />
Code:
.logo-left {<br />  padding: 0px;<br />  height: 56px;<br />  width: 300px;<br />background: url('http://www.ourfreerein.com/ubbthreads/images/freereinsm.jpg');<br />}  <br />.logo {<br />  height: 56px;<br />  background:  url('http://www.ourfreerein.com/ubbthreads/images/spacer.gif');<br /><br />}<br /><br /> 
<br /><br /><br />The new netscape 7.0 works just fine.... Is there something else I need to add/remove to make it work with Nav 4.7? <br /><br />-peter

Top
#226948 - 02/09/03 09:39 PM Re: Different image per stylesheet ? [Re: adrienne48]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
if this is in the generic header section try this<br /><br /><table width="100%" align="center" cellpadding="0" cellspacing="0"><tr><td><table cellpadding="0" cellspacing="0" width="100%"><tr><td width="03%"><td class="logo-left"><img src="http://www.ourfreerein.com/ubbthreads/images/clear.gif"></td><td class="logo"><img src="http://www.ourfreerein.com/ubbthreads/images/spacer.gif" width="40" height="56"></td><br /></tr></table>
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#226949 - 02/09/03 09:41 PM Re: Different image per stylesheet ? [Re: adrienne48]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Support for CSS (Stylesheets) in Netscape 4.7x is spotty at best. It just is too old to fully support the latest technologies.<br /><br />I know that 4.7 doesn't accept the "blockquote" class in threads (which is used for the quote box), and some users complain that the menu bar comes and goes.<br /><br />The message composition window also doesn't wrap and 4.7 users usually have to hit enter at the end of each line.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#226950 - 02/09/03 09:47 PM Re: Different image per stylesheet ? [Re: Daine]
Allusivekudos Offline
Junior Member

Registered: 05/26/02
Posts: 378
Loc: Na
Yeah, I knew that Josh. <img src="/forum/images/graemlins/frown.gif" alt="" /><br /><br />Omega - it partially worked. The graphic doesn't show up, and it looks crappy - but, the board loads. And that is all I care about! lol. So thank you muchly! <br /><br />If they want it to look good, they can upgrade their browsers...<br /><br />Thanks,<br />peter

Top
#226951 - 02/10/03 02:54 PM Re: Different image per stylesheet ? [Re: adrienne48]
Allusivekudos Offline
Junior Member

Registered: 05/26/02
Posts: 378
Loc: Na
Grrr!! So many damn possibilities. So, it does NOT work on Macs Netscape Navigator 4.79 and lower....<br /><br />Josh you use Mac, right? Is there anything else I could do?<br /><br />I'm assuming it's the different image per style sheet that's causing this... I removed the fader, WOL box, and everything else I've added to the main page. This is all that's left.....<br /><br />I guess I could go back to the one regular image though....Any thoughts from Mac people?<br /><br />-peter

Top
#226952 - 02/10/03 06:02 PM Re: Different image per stylesheet ? [Re: adrienne48]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I can't think of anything else off hand that would work. <img src="/forum/images/graemlins/frown.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#226953 - 02/10/03 07:08 PM Re: Different image per stylesheet ? [Re: Daine]
Allusivekudos Offline
Junior Member

Registered: 05/26/02
Posts: 378
Loc: Na
So, shall I assume that no one else has gotten this to work for NN 4.79 and less, with Mac?<br /><br />Sad, sad day. Macs should burn! j/k<br /><br />-peter

Top
#226954 - 02/10/03 07:27 PM Re: Different image per stylesheet ? [Re: adrienne48]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Netscape 4.7x doesn't work on the PC either. This isn't a mac issue.<br /><br />Netscape 4.7 is basically incompatible with threads because of it's spotty support for CSS... and threads uses CSS heavily. <img src="/forum/images/graemlins/wink.gif" alt="" /><br /><br />All of my user issues were with PC Netscape 4.76.<br /><br />Most websites today note that they require version 5 browsers or higher. <br /><br />You might go over to Infopop Community forums and do a search for "Netscape 4.7". There have been numerous issues and lots of things suggested along the way. It's a very common issue. Maybe something that Rick or others suggested there might help your issue. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#226955 - 02/10/03 09:17 PM Re: Different image per stylesheet ? [Re: Daine]
Allusivekudos Offline
Junior Member

Registered: 05/26/02
Posts: 378
Loc: Na
Josh, thanks, I'll go look at this.<br /><br />Weird though, I grabbed a 4.08 NN for my PC, and the board works perfectly, just without the graphic..... Very weird!<br /><br />Thanks again <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />-Peter

Top
#226956 - 02/10/03 09:44 PM Re: Different image per stylesheet ? [Re: adrienne48]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
There were varous suggestions.. mostly removing bits from the stylesheets. Blockquote is the only one I can remember. But ya never know, you migth try some of them and see if somethign fixes it. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#226957 - 02/11/03 01:54 PM Re: Different image per stylesheet ? [Re: Daine]
Allusivekudos Offline
Junior Member

Registered: 05/26/02
Posts: 378
Loc: Na
It's working now:) Something fixed it, though I'm not sure what. lol. <br /><br />Anyway, muchas gracias!<br /><br />-peter

Top
Page 2 of 2 < 1 2


Who's Online
0 registered (), 25 Guests and 15 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
nick1, Begbie, cenk, MATTO, DougMMcts
13362 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks