| Author |
Topic Search Topic Options
|
russnj2
Groupie
Joined: 17 April 2006
Status: Offline
Points: 88
|
Post Options
Thanks(0)
Quote Reply
Posted: 19 June 2006 at 6:22pm |
|
He is still running win 95. SBC Yahoo! Browser Product version 1.0.02.409 File version 2002.04.24.05 SBC Yahoo! Dial version 2.00-004.ACIX
This started after going from 7.96 to 8.02.
Thanks Russ
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 19 June 2006 at 6:49pm |
|
As this is not an OS that has been supported by MS for a long time, and an uncommon browser, I can not even setup a test platform to test this on.
I think it best to ask this user to upgrade their browser to the latest version of IE or Firefox.
|
|
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 19 June 2006 at 6:55pm |
|
I've got to think that that's an ie v4 browser. No support for css height or width. The forum won't be the only site the user is having trouble with. Most designers are dropping ie 4 and netscape 4 compatibility as so few people are still using them.
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 19 June 2006 at 7:56pm |
|
Legacy support for IE 4 and Netscape 4 support was finally dropped from version 8 of web wiz forums as the number of people still using these browsers are like 0.01%
This allowed improved page rendering speeds, smaller pages files, less bandwidth, easier to implement skins, and better support for CSS and XHTML.
As browsers are generally free, it seems silly not to upgrade to a newer version.
Edited by -boRg- - 19 June 2006 at 7:57pm
|
|
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 20 June 2006 at 12:40am |
|
The user was running win 95 though. MS dropped support for that some time ago. I doubt that there's a browser upgrade available. I don't even know if firefox will run on it.
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
SMR Group
Newbie
Joined: 05 June 2006
Status: Offline
Points: 31
|
Post Options
Thanks(0)
Quote Reply
Posted: 20 June 2006 at 4:47am |
|
For what it's worth, "height" isn't valid HTML for a table, row or cell tag. A couple of ways around it would be to add the value as a style, or use a 1×1 pixel transparent image set to 125 height and put that in the cell.
|
 |
BrownGhost
Groupie
Joined: 26 November 2002
Status: Offline
Points: 193
|
Post Options
Thanks(0)
Quote Reply
Posted: 25 June 2006 at 3:58pm |
im having same problem
exact same place, and here its just text, links and some smilys.
the post can bee seen okay in Firefox newest
The post one can only see 10% of it in IE winxp total updated my own system
the code line problem is here.
<td valign="top" height="150"
class="msgLineDevider">
<!-- Start Member Post -->
The exact code problem is the height="150"
Now there must be a
way for us to make it work, whit Firefox and IE.
if not, then wwf is now just a forum for one browser :(
my site has i think 75% IE users and 20% Firefox. the last 5% are what ever.
WWF must work with IE and Firefox..
Any one got any ideas
on how to solve this issue.
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 26 June 2006 at 9:56am |
|
You will only get this issue in IE if you have removed the XHTML document definition tag from the includes/browser_page_encoding.asp file:-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
If you remove this you will get the problem mentioned here.
Edited by -boRg- - 26 June 2006 at 9:57am
|
|
|
 |