473,769 Members | 2,234 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Cross platform HTML (IE not following standards?)

Hi, I am here to request support from anyone that has idea's on
cross-browser HTML (Mainly Firefox and IE).

My personal website http://trammel.no-ip.info works fine on Firefox but IE
decides to crush the left table (ingnoring that there is no breakable
spaces).

I tried using nowrap already and IE still forces a wrap of the text in the
menu... thats why I tried using non-breaking spaces instead of normal
ones... so there was nowhere to break (however IE still takes no notice and
wraps it).

Anyone got any idea's on a fix that would work for both browsers (Firefox
already works)?
Thanks in advance for you time & for reading this post.
Jul 24 '05
22 2473
Steve Pugh wrote:
"Trammel" <Me@Server.co m> wrote:

And frankly... there wont be any disabled people visiting my personal
webpage so I dont give a flying f*ck if they cant read the ALT tags for 1x1
pixel images!

I know exactly why IE is breaking your tables. I know exactly how to
fix it. But because you're clearly a right little shit, I'm not going
to bother wasting any time on you, and I bet I'm not he only one. Bye.

Steve


I care about helping this idiot about as much as he cares about hearing
about me visiting his web page. (I'm disabled, I can see just fine with
one eye, but I can't walk. But, ya gotta give him that he didn't
discriminate; he doesn't seem to give a flying whatever for *any* disabled.)

--
Stan McCann "Uncle Pirate" http://stanmccann.us/pirate.html
Webmaster/Computer Center Manager, NMSU at Alamogordo
Coordinator, Tularosa Basin Chapter, ABATE of NM; AMA#758681; COBB
'94 1500 Vulcan (now wrecked) :( http://motorcyclefun.org/Dcp_2068c.jpg
A zest for living must include a willingness to die. - R.A. Heinlein
Jul 24 '05 #11
Trammel wrote:
If you dont have a fix then PLEASE dont post shite from "validators " that
say my code wont work because of things like no "Alt" tags in images >:¬O

If you hadn't gathered.... ALT tags and all the other rubbish returned as
"errors" are either false
No, sorry, they are true. You may not *care* that your code is
incorrect, but it is.

(like saying there is no background option in the TD element.... which DOES work to show images)
Define "work". Yes, some browsers have been designed to accommodate some
bad code as well as good code. But then, you can never predict which bad
code will "work" in any given browser, and if you don't think that
"works" means something other than whether a particular browser happens
to get it right, then you might wind up down the road wondering why the
heck something suddenly *doesn't* work.

Here's an analogy. A correct way to ask someone for something is "May I
please have such-and-such?" An incorrect way is "Give me some of that
such-and-such, you stupid git, or I'll beat you to a bloody pulp." The
latter may get you what you want once or twice, but if you think that
that means it "works" and that it's correct, you're in for a surprise.
or aren't even errors and intentionally left out (like ALT tags)...


If you drive down the wrong side of the road a 3 in the morning and
don't have an accident, does that mean it wasn't "wrong"?
Jul 24 '05 #12
"Harlan Messinger" wrote in comp.infosystem s.www.authoring.html:
Here's an analogy. A correct way to ask someone for something is "May I
please have such-and-such?" An incorrect way is "Give me some of that
such-and-such, you stupid git, or I'll beat you to a bloody pulp." The
latter may get you what you want once or twice, but if you think that
that means it "works" and that it's correct, you're in for a surprise.


Good analogy, snce he seems to be taking the second approach toward
this newsgroup. :-)

--

Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
Jul 24 '05 #13
On Mon, 04 Apr 2005 06:14:54 GMT, "Trammel" <Me@Server.co m> wrote:
[...]
...and most of it is "errors" that I didnt bother putting Alt's for 1-pixel
images... OMG! How could I be so careless with my 1x1 pixel images?!?!!!?!
You are missing required "ALT attribute values",
there is no such thing as an "ALT tag".
Im guessing from the amount of people complaining about not liking nested
tables & pointing out stupid error-logs from "validators " that I dont use
ALT tags...
"ALT attributes"...
...in images (and other unrelated rubbish) that nobody here knows a
fix to stop IE from crushing a table that it shouldn't?
Oh; people here knows a lot more than you know but your attitude sort
of prohibits you from seeing it.
And frankly... there wont be any disabled people visiting my personal
webpage...
Yes there is, the worlds biggest www user with built in disabilities
goes by the name of "Google". It can't see images, it can't do java
script and it can't do Flash or any other "plug in" feature either.

Whatever is left over after you remove that extra noise from your
basic markup is what Google can use to rate your pages.

But Google can, and does, read ALT attribute values so it's a pretty
good idea to tell it what your images are all about by filling in some
realistic values for your ALT attributes.

Note that for "worthless" IMG's an empty string value, as in ALT=""
may be appropriate, or better yet, don't place "worthless" info in
your pages in the first place.
so I dont give a flying f*ck if they cant read the ALT tags for 1x1
pixel images!


"ALT attributes" for crying out loud; is there something wrong with
your ears? or is your disability isolated to the volume of tapioca
pudding that you carry around /between/ your ears?

--
Rex
Jul 24 '05 #14
On Mon, 04 Apr 2005 09:55:51 +0100, Steve Pugh <st***@pugh.net > wrote:
I bet I'm not he only one. Bye.


We differ in one significant point, Steve.

You got as far as line #16, I plonked him at #8 after
"which is obviously wrong as its working in both IE & Firefox..."

Jul 24 '05 #15
Andy Dingley <di*****@codesm iths.com> wrote:
On Mon, 04 Apr 2005 09:55:51 +0100, Steve Pugh <st***@pugh.net > wrote:
I bet I'm not he only one. Bye.


We differ in one significant point, Steve.

You got as far as line #16, I plonked him at #8 after
"which is obviously wrong as its working in both IE & Firefox..."


I somehow managed to read the whole diatribe but picked out line 16 to
quote as it served as a perfect summary of the attitude on display.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net > <http://steve.pugh.net/>
Jul 24 '05 #16

"Trammel" <Me@Server.co m> wrote in message
news:Yi******** ***********@fe1 .news.blueyonde r.co.uk...
Hi, I am here to request support from anyone that has idea's on
cross-browser HTML (Mainly Firefox and IE).

My personal website http://trammel.no-ip.info works fine on Firefox but IE
decides to crush the left table (ingnoring that there is no breakable
spaces).

I tried using nowrap already and IE still forces a wrap of the text in the
menu... thats why I tried using non-breaking spaces instead of normal
ones... so there was nowhere to break (however IE still takes no notice
and
wraps it).

Anyone got any idea's on a fix that would work for both browsers (Firefox
already works)?
Thanks in advance for you time & for reading this post.


Trammel,

After reading all of the posts in this thread I figure that if you put Tidy
on your HTML editor and add Checky and HTML Validator to your Firefox,
you'll never have to come back here again; however, if you want to go back
to the basics and fix your problem, you should follow Carla's advice and
make the borders visible. It is easy enough to go back and forth between IE
and FF (FF has add-ons for that) to see where a coding modification may be
needed. I do it all of the time--after I've got what appears to be good
solid HTML. Just the humble opinion of a school of hard-knocks coder.

Del Ferguson
Jul 24 '05 #17
On Tue, 05 Apr 2005 08:46:56 +0200, Jan Roland Eriksson
<jr****@newsguy .com> wrote:

"ALT attributes" for crying out loud; is there something wrong with
your ears? or is your disability isolated to the volume of tapioca
pudding that you carry around /between/ your ears?


You might want to go back and read the whole message before you start
hurling epithets.

(HINT: usenet is not a real-time conversation.)
Jul 24 '05 #18
On Tue, 05 Apr 2005 22:36:15 GMT, Fred Banaszak
<fr**********@e arthlink.invali d> wrote:
On Tue, 05 Apr 2005 08:46:56 +0200, Jan Roland Eriksson
<jr****@newsgu y.com> wrote:
"ALT attributes" for crying out loud;...

(HINT: usenet is not a real-time conversation.)


I know what Usenet is (and is not) but I wrote my comment in a way that
it would *look* like a real time conversation to the next Usenaut in
line.

You obviously missed that angle of my post.

--
Rex
Jul 24 '05 #19
Thanks for the suggestions Carla.

I have tried setting all borders to 1 but the tables all look fine.

I'll checkout that DHTML menu system soon but real-life has kinda stopped me
bothering with the website as its only something I was messing with in my
spare time (but I have bookmarked the address for later).

I use a 1x1 transparent gif for spacing already and also have a 1x1 black
gif for drawing lines at side of menu... I just didnt want to fix the size
of the left menu so that it read Ok for increased text size's

Sorry it took me a while to answer but I had kinda given-up on this group
due to everyone who cant actually help just flaming :¬/

"c.thornqui st" <c.**********@i nsightbb.com> wrote in message
news:p_Y3e.1326 03$r55.17047@at tbi_s52...

"Trammel" <Me@Server.co m> wrote in message
news:Yi******** ***********@fe1 .news.blueyonde r.co.uk...
Hi, I am here to request support from anyone that has idea's on
cross-browser HTML (Mainly Firefox and IE).
<snip>

You have too many unnecessary tables. Plus, IE displays tables better when
they are nested. You shouldn't leave tables floating like you do. Some of
yours are nested, but most are not. And there are much better ways to

build that navigation bar. Here's a free one: http://www.coffeecup.com/free-dhtml/
Have you set all your table borders to "1" just to see what your page
structure looks like? Have you ever used transparent .gifs as spacers? They work well to control page layout. They, too, should be used sparingly.

Carla

Jul 24 '05 #20

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1545
by: Fuzzyman | last post by:
I've written a simple application in python with an HTML help file. I'm looking for a cross platform way of launching the help file. On windows I'd use : os.system('start help.html') Which automatically opens the file with the users browser. Is there a cross-platform way of doing the same thing ?
5
1947
by: sandwich_eater | last post by:
I am looking for a Linux distribution and a standard C++ compiler (IDE not too important) that can also compile to Win32, to run on my Dell dimension 2400... I have trouble with new distros since installing a USB 2 card. I am wondering if it is better to get a new machine and dedicate it to Linux and C++ development and deal with cross platform issues later, alternatively use something like Borland C++ on Windows.
14
2144
by: John Salerno | last post by:
Bear with me, but I've been reading a lot about how the .NET languages are platform independent, and I assume this means a program written in C# can be run on a Unix or Mac machine. If this assumption is wrong, then nevermind! :) But if it's true, what will be necessary to run these programs on a Mac, for example? I know they would need an equivalent to the .NET Framework, but does something like this exist yet, or is the "platform...
12
1754
by: XShadow | last post by:
Hi, I'm working on a new cross platform c++ framework, I principally wrote it for fun in my spare time. The project becomes rather large so I decided to make it available on the web in the hope that it can be useful to someone. I'd like to have some feedback from you all, any suggestion or criticism are welcome. The project is released under open source license and everyone can contribute to it. Cross platform toolkit library (xtklib)...
15
2330
by: CMM | last post by:
So I'm half way through overseeing a large project in ASP.NET 2.0. My superiors have decided that it would be nice if we ensured the site worked on all the major platforms (as they see it: IE, FireFox, and Safari). We've made heavy usage of the new MENU control and other intrinsic 2.0 controls.... nothing fancy! just using ASP.NET's built-in controls and very nice, pervasive, and clean usage of CSS. Now I find after more testing that the...
2
5581
by: maha | last post by:
Dear DB2 experts! I'm stuck with the following issue: from a customer I got a DB2 backup file, created on an AIX-32 machine that I cannot restore on my windows platform. I admit that I posses only limited knowledge on the administration side of DB2, but I have done a lot of research, without solving the problem. What I tried: For a regular RESTORE I would need a linux Big Endian machine
29
2341
by: töff 93722 | last post by:
Long story short, I built a website based primarily on JavaScript: http://www.sjcga.com The site renders *great* in WinIE6/7 and in Mac/Win Opera9. It has problems in Mac/Win Firefox2, and in Safari(OSX) ... especially the Gallery, but the rightside menu is funky also. I've "validated" my scripts through a couple different systems, to no
5
10096
by: Michael Reichenbach | last post by:
After working with script languages, notepad(++) and co. and several other ide`s I found something which really improved my productivity (Visual Studio 2005). It`s imho better then dev-cpp... I worked with C# and VB.net a bit and it was really easy because of the debugger, the interactive debugger, intellisense, command completer and so on. I would like to stick to this ide. But I thought about to invest in C++ instant of C# / VB.net...
1
7825
by: Vinod Sadanandan | last post by:
Cross Platform Migration An Unproblematic Approach (Windows-UNIX ) Oracle 10\11g The principal restriction on cross-platform transportable database is that the source and destination platform must share the same endian format. Redo log files and control files from the source database are not transported to destination database . New control files and redo log files are created for the new database during the transport process, and an ...
0
9590
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9424
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10223
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10000
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8879
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7413
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5310
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3571
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.