| Works in Firefox and Mozilla...not in Internet Explorer??? |
|
 |
Index ‹ html
|
- Previous
- 2
- Obfuscating email addresses in mailto: linksHi all
The other day, I encountered a site with a mailto link like this:
<a
href="mailto:info@example.com">
info@example.com
</a>
Will this actually prevent anything from harvesting the email address?
Thanks
- 2
- Problem with td rowspanhi there,
i have a problem with a table cell in my html code. well first my table
looks like the following:
<table width="748" border="1" cellspacing="0" cellpadding="0"
bgcolor="#FFFFFF">
<tr>
<td width="374" height="252" colspan="2" valign="top"> CONTENT 1
</td>
<td width="374" colspan="2" rowspan="2" valign="top"> CONTENT 2
</td>
</tr>
<tr>
<td width="187" colspan="2" valign="top" class="bg_green1"><img
src="images/spacer.gif" width="1" height="1" alt=""></td>
</tr>
</table>
the table cell in the second table row should align top without any space to
the first table cell (containing CONTENT 1, an image).
i can't seem to get this table cell aligned top. tried a lot but could not
find any solution....
the real example can be found at
http://www.graphix.at/update_consulting/test/master_content_rechts.html
any help would be appreciated a lot!
thank you very much in advance and best greetings,
martin
(if you would like to e-mail me please remove NOSPA^M from my mail adress -
email***@***.com)
- 2
- www.urbanhotsale.net AF1 x jordan 5 12 4 fusion shoes puma bapesta sneakers UGG bootshian Wholesale ( WWW.urbanhotsale. NET ) Jordan 1-23 shoes,cheap
jordans,Air jordan force fusions New air jordan xx3,jordan 23,Nike
jordan xxiii shoes,cheap jordan xxiii 23,xx3 ... Air Jordan XII x AF1
Fusion
Cheap Nike Retro Air Jordan 1 Shoes,Air Max 95s,Air Force One, ... Air
Jordan 12-AF1 Fusion, Jordan 23,Dunk Mid sb. New D&G Shoes, Dsquarde2
Shoes
Nike Air Jordan 23 X AF1 fusions(AJF23)-004. In stock now and hot
selling ... Nike Air Jordan x Air Force 1 Fusion (AJF12) Nike Air
Jordan 23 XX3
( www.urbanhotsale.net ) china wholesale air jordan 12 x AF1 Fusion
shoes,J5 x af1 Fusion shoes light up air force ... New air jordan
xx3,jordan 23,Nike jordan xxiii shoes,cheap jordan xxiii 23,xx3
( www.urbanhotsale.net ) china wholesale cheap Nike Shox R4,Shox
Shoes,Shox Classic,Shox Shoes on sale,Hot sell Nike Shox R4,Nike Shox
Shoes ... Nike Other Style. Other Brand Shoes. Women shoes. Kids
Shoes ...
( www.urbanhotsale.net ) Replica designer purses wholesale...
Handbags, Superior Replica Louis Vuitton Handbags and Wholesale
Designer Purses ... wholesale cheap lv bags cheap Coach Bags Discount
Coach handbags
- 2
- 4
- Working in All Except Mozilla (Firefox)Here is a problem I have not managed to solve for months. I have some
JavaScript which works properly in all the browsers I have tried except
Mozilla, including Firefox 1.0.
In my menu that is located http://www.schestowitz.com/Frames/bar.htm I am
supposed to get text displayed when I hover over the images. In never comes
up though.
I can't see what is wrong. Even Konqueror handles it fine...
Thanks in advance,
Roy
- 5
- webdesign.spamsucks.com.invalid great sucking design check it out!On 9 Sep 2005 15:12:59 -0700, <email***@***.com> wrote:
> webdesign.spamsucks.com.invalid great web design check it out!
>
You've got to be joking. It is the worst I've ever seen.
<http://validator.w3.org/check?uri=http%3A%2F%2Fwebdesign.benpehrson.com%2F>
--
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
`-------------------------------------------------- --<--@ ------------'
- 6
- <button> tagTwo things.
First is it ok to use the <button> tag? i understand that IE4+ and
netscape5+ support this. WHat about other browsers?
Question two.
-------------
I currently use CSS ( as i recon most done now ) but i am unsure on
how to set atributes in the CSS file for the BUTTON tag. I need to make it
transparent. Any ideas?
- 8
- Why CSS tables?Hi folks,
In reading the thread "Column width in a CSS table", I realized there
was much confusion over CSS tables--rather the CSS display:table family
of CSS properties. I then wondered if I might have it all wrong...
I avoid display:table thanks to the plague that is Internet Explorer.
Though, generally, I avoid tables anyway. No problem. Tables (HTML
tables this time) are for conveying tabular data. Not layout.
CSS handles layout fairly well, assuming you're not emulating some
graphic designer's idea of a webpage. When I want to control float and
position, I use CSS. When I generate a year-end revenue report, I use
HTML tables.
Is this now antiquated? I've always thought that tables are still okay
for organizing tabular data. After all, that's using HTML for
structure--as it should be.
Why then do CSS tables exist? Why would I want to emulate HTML table
tags using CSS display properties?
Have I missed the boat entirely? Am I now as confused as I was in 1998?
Thanks,
-Dan
- 8
- javascript problem: is it because of multiple scripts?I got it working, thank you!
James
"james" <email***@***.com> wrote in message
news:fpEQa.53313$OZ2.9627@rwcrnsc54...
> Hi. At http://www.jlhufford.com/capresso/s9specstemp.htm, I am having
> trouble getting a script I got for opening a small window to work.
> Specifically, it targets the "expand" and magnifying glass under the image
> labeled S7. This same script works on other pages I have, and the only
> difference, so far as I can tell, is that on the page with which I am
having
> trouble, there is a bookmark script and a small form submit for a search
> box. These may complicate this scrip, but I don't know how. This may be
> the wrong group to submit to, so I apologize if that is the case, and
would
> appreciate a redirect. Thanks in advance!
>
> BTW, my browser freezes up whenever I click on submit, and I have to CTRL
> ALT DEL to get out.
>
> james
>
>
- 9
- Are Tables History?I read an array of comments signaling the end of TABLES, citing them
as old.
Can someone say what CSS code replaces something like the code below,
which I am using frequently?
Each include has a TABLE which is self contained. This means that
basically a series of modules can be written which are encapsulated
and independent.
I don't know how CSS can replace this kind of structure, and I would
like to know exactly what people are talking about when they say
TABLES are old hat.
CODE
====
<%@ Language=VBScript %>
<HTML>
<head>
<title>Redburg - Quality etailing</title>
<link rel="STYLESHEET" HREF="redburg.css">
</head>
<body>
<table width="100%" cellspacing="2" cellpadding="2">
<tr>
<td colspan="2" valign="top" align="center">
<!--#include virtual="/indexheader.asp"-->
<td>
<tr>
<td valign="top" align="center">
<!--#include virtual="/indexstoremenu.asp"-->
</td>
<td valign="top" align="center">
<!--#include virtual="/aboutredburgscreen.asp"-->
</td>
</tr>
</body>
</html>
- 9
- Spacing on pictures on framed part of page??????Hey guys
I am having a problem with frames on my site
On http://www.chriswillisdude.pwp.blueyonder.co.uk/
you can see that there is a gap on the top part of the page between
the egde of the page and the pictures
is there a way to fix this?
This is my code:
<html>
<head>
</head>
<body>
<img src="background.jpg" width="1000" height="118" border="0">
</body
</html>
Thanks
Chris
- 10
- Frames with no borders, just one seamless colour across the whole windowThe frames are a header, footer left side navbar and a main page.
I want to have one background colour, no borders, one seamless colour across
the whole window.
I am using CSS in the body tag of the pages in the frames to set the
background colour.
This gives my seamless colour across the whole window. But the default page
does not pass the W3C HTML validator test because I am using framespacing=no
and frameborder=0 in the top frameset tag.
If I remove framespacing=no and frameborder=0 from the top frameset tag to
pass the W3C I get a white gap between all the frames.
How do I get the best of both worlds: pass the validator test and a
seamless colour across the whole window?
Thanking you in anticipation.
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
- 16
- I want to build my own WebsitesPerfectReign wrote:
> On Sun, 21 Aug 2005 20:02:26 +0100, Mimic pretented somebody gave a rat's
> ass and spewed forth:
> First off, I can't believe someone is actually trying to defend IE.
I don't defent it. I'm dealing with it because I don't have any other
reasonable option.
> It
> kind of reminds me of those Windows kooks who try to convince me Windows
> is somehow better than Linux.
As above.
> Let's see - you can choose between an '87 Hundai Excel or a 2006 BMW 750i....
>
> ...choices, choices....
>
> Ah, well, time to jump in the pool.
You have made perfect point here.
To drive to work 5km Hundai is much better choice than BMW.
Thanks...
Web page... somo photos and typical: Who I'm and what I do like?
FrontPage, just perfect.
Yahoo front page, you would be the best.
:)
- 16
- table td heighthow to change the table td height and make it smaller than the default?
right now it works to make it bigger but not smaller:
<table><tr><td height=5> </td></tr></table>
I just want to make it look like a skip line with a different color.
Thanx
- 16
- Don't know HTML..need little help pleaseHi
I believe this is a simple one for anyone of you, but as I have no idea
about HTML I do need help with this. I just need to add a text box and
a send button to a page.
I want the content of that text box to be sent to a dictionary site
Let's say the word "test" is to be explained by this site (it's a
dictionary, remember?)
If I send them this request
http://dexonline.ro/search.php?cuv=test
it works, but I have no idea how to send that form a form.
Thank you
NP
|
| Author |
Message |
number1.email

|
Posted: 2005-12-5 13:08:00 |
Top |
html, Works in Firefox and Mozilla...not in Internet Explorer???
I have a strange problem that I can't seem to resolve. When I display
my Web Page at: http://true-love-quiz.com/page1.html it works fine in
Firefox and Mozilla, but when I try to bring up the page in Internet
Explorer version 6.0, the actual quiz information does not display. If
you look at the status bar on the bottom of the page you will see the
message "Error on Page". To the top right of the display area you can
see the upper scroll bar, and if you try to resize it a bit, you will
be able to see some of the data...but not all of it. Can anyone figure
out what's going on...and how to fix it? Thanks a Bunch!
|
| |
|
| |
 |
Peterken

|
Posted: 2005-12-5 15:33:00 |
Top |
html >> Works in Firefox and Mozilla...not in Internet Explorer???
When entering the page I get an error in line 68, it's function
function resizeAgain()
{
var iframe = document.all.NAME;
iframe.height=document.frames("NAME").document.body.scrollHeight;
}
in the line iframe.height=... , it's an "access is denied" error.
Maybe this info helps a bit ?
Dunno much about FF or Moz, sorry
<email***@***.com> wrote in message
news:email***@***.com...
>I have a strange problem that I can't seem to resolve. When I display
> my Web Page at: http://true-love-quiz.com/page1.html it works fine in
> Firefox and Mozilla, but when I try to bring up the page in Internet
> Explorer version 6.0, the actual quiz information does not display. If
> you look at the status bar on the bottom of the page you will see the
> message "Error on Page". To the top right of the display area you can
> see the upper scroll bar, and if you try to resize it a bit, you will
> be able to see some of the data...but not all of it. Can anyone figure
> out what's going on...and how to fix it? Thanks a Bunch!
>
|
| |
|
| |
 |
Arne

|
Posted: 2005-12-5 17:25:00 |
Top |
html >> Works in Firefox and Mozilla...not in Internet Explorer???
Once upon a time *email***@***.com* wrote:
> I have a strange problem that I can't seem to resolve. When I display
> my Web Page at: http://true-love-quiz.com/page1.html it works fine in
> Firefox and Mozilla, but when I try to bring up the page in Internet
> Explorer version 6.0, the actual quiz information does not display. If
> you look at the status bar on the bottom of the page you will see the
> message "Error on Page". To the top right of the display area you can
> see the upper scroll bar, and if you try to resize it a bit, you will
> be able to see some of the data...but not all of it. Can anyone figure
> out what's going on...and how to fix it? Thanks a Bunch!
>
Also in Mozilla there is errors, as the Javascript Console will tell you:
| Error: document.frames is not a function
| Source File: http://true-love-quiz.com/page1.html
| Line: 69
And some warnings:
| Warning: reference to undefined property document.frames
| Source File: http://true-love-quiz.com/page1.html
| Line: 69
| Warning: Non-standard document.all property was used. Use W3C
| standard document.getElementById() instead.
| Source File: http://true-love-quiz.com/page1.html
| Line: 68
| Warning: deprecated arguments usage
| Source File: http://true-love-quiz.com/page1.html
| Line: 22
Finaly, there is a lot of HTML errors:
http://validator.w3.org/check?verbose=1&uri=http%3A//www.mydbsite.com/
http://validator.w3.org/check?verbose=1&uri=http%3A//true-love-quiz.com/page1.html
All of those errors and warnings can affect how the page is displayed in
different browsers. Even if the iframe show up in Mozilla/Firefox, it
may not work as intended because of the Javascript errors and warnings.
--
/Arne
Customer: I can't connect to Internet with your CD, it doesn't work.
Tech Support: And what sort of computer are you using?
Customer: I don't have a computer. It's in the CD player and all I get
is weird noises.
|
| |
|
| |
 |
Paul Watt

|
Posted: 2005-12-6 0:26:00 |
Top |
html >> Works in Firefox and Mozilla...not in Internet Explorer???
<email***@***.com> wrote in message
news:email***@***.com...
>I have a strange problem that I can't seem to resolve. When I display
> my Web Page at: http://true-love-quiz.com/page1.html it works fine in
> Firefox and Mozilla, but when I try to bring up the page in Internet
> Explorer version 6.0, the actual quiz information does not display. If
> you look at the status bar on the bottom of the page you will see the
> message "Error on Page". To the top right of the display area you can
> see the upper scroll bar, and if you try to resize it a bit, you will
> be able to see some of the data...but not all of it. Can anyone figure
> out what's going on...and how to fix it? Thanks a Bunch!
>
I had this problem with a iFrame. set the height to a fixed pixel setting
and it will display. for some reason IE doesnt like percentages on iframes
height.
HTH
Paul
|
| |
|
| |
 |
Jonathan N. Little

|
Posted: 2005-12-6 5:26:00 |
Top |
html >> Works in Firefox and Mozilla...not in Internet Explorer???
email***@***.com wrote:
> I have a strange problem that I can't seem to resolve. When I display
> my Web Page at: http://true-love-quiz.com/page1.html it works fine in
> Firefox and Mozilla, but when I try to bring up the page in Internet
> Explorer version 6.0, the actual quiz information does not display. If
> you look at the status bar on the bottom of the page you will see the
> message "Error on Page". To the top right of the display area you can
> see the upper scroll bar, and if you try to resize it a bit, you will
> be able to see some of the data...but not all of it. Can anyone figure
> out what's going on...and how to fix it? Thanks a Bunch!
>
Your JavaScript has real problems. One hint the 'document.all'
collection is MS proprietary...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
|
| |
|
| |
 |
| |
 |
Index ‹ html |
- Next
- 1
- Disabling Automatic Image ResizingHi
Is it somehow possible to disable (or get around) automatic image resizing
in IE? I've got a page where I dynamically generate an image with a height
of 1000 pixels and it's automatically resized to fit in the user's browser.
I don't want this. I want the user to scroll down to see the bottom part
of the image. Now, I don't want the user to change their browser settings
to disable the automatic resizing so can I somehow do something for my page
only? JavavScript, placing the image in an iframe, whatever? I just don't
want the image to be resized.
- 2
- Redirecting to page page...Hi,
Can I redirect to any page on Authorisation Required 401 Error?
I put a password on my page with .htaccess and I want to redirect to anther
page if the password entered is invalid...
is possible
thanx for any help
- 3
- 4
- AUK & AFA-B Nominations - Terrence "Fly" Cooter for CotM & Attourneys at Flaw {Cry-baby Cooter goes running to his parents...}On Fri, 16 Sep 2005 03:44:46 -0400, "Chadwick Stone?
<email***@***.com> wrote:
>X-No-Archive: YES
>Pinku-Sensei has offered into testimony
>email***@***.com
>
>> PJR wrote:
>>> On Thu, 15 Sep 2005 19:36:25 +0200, Incantatrix
>>> <email***@***.com> wrote in alt.usenet.kooks:
>>>
>>>> PJR <email***@***.com>
>>>> <email***@***.com> :
>>>>
>>>>
>>>>> On Thu, 15 Sep 2005 00:19:14 -0400, dave hillstrom
>>>>> <email***@***.com> wrote in alt.usenet.kooks:
>>>>>
>>>>>> On 15 Sep 2005 04:14:02 GMT, "Sean Monaghan"
>>>>>> <email***@***.com> spewed in
>>>>>> alt.alien.vampire.flonk.flonk.flonk:
>>>>>>
>>>>>>> Spanky The Thunder Chicken wrote in
>>>>>>> <email***@***.com>:
>>>>>>>
>>>>>>>> In article
>>>>>>>> <1126741114.ae5c6dce0a310258279f2311062ab731@bubbanews>,
>>>>>>>> Fly Cooter <email***@***.com> wrote:
>>>>>>>>
>>>>>>>>> In article
>>>>>>>>> <email***@***.com>,
>>>>>>>>> email***@***.com says...
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> In article
>>>>>>>>>> <1126652452.07aad24e736fe2bc8108362578318e0e@bubbanews>,
>>>>>>>>>> Fly Cooter <email***@***.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> In article
>>>>>>>>>>> <email***@***.com>,
>>>>>>>>>>> email***@***.com says...
>>>>>>>>>>>
>>>>>>>>>>>> http://www.meow.org/flonk/album05
>>>>>>>>>>>
>>>>>>>>>>> So Lunarpages didn't want to host your shit and
>>>>>>>>>>> you bent over
>>>>>>>>> like a fat >> coward for the Westhost sysops.
>>>>>>>>> This one was a little trickier to trace, >> but
>>>>>>>>> meow.org is hosted on the cyberwurx.com servers,
>>>>>>>>> 'mo. Remove my IP >> and anything associated with
>>>>>>>>> me from this site or meow.org will be >> toast.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Pardon me, oh small mark of excrement in my
>>>>>>>>>> shorts whose effect is to make my anus itch, but
>>>>>>>>>> he has nothing to do with meow.org, other than
>>>>>>>>>> being a user.
>>>>>>>>>
>>>>>>>>> So keep your users in line.
>>>>>>>>
>>>>>>>> Snivel some more, Terrance the Turtle.
>>>>>>>>
>>>>>>>>>> So now you've gone and involved me. Mind you,
>>>>>>>>>> I've no love for el boyo de diaper, but you
>>>>>>>>>> really shouldn't run around netkkkoping innocent
>>>>>>>>>> websites without following the proper chain of
>>>>>>>>>> command.
>>>>>>>>>
>>>>>>>>> My representative contacted the actual host and he
>>>>>>>>> got results. Cyberwurx is a very responsible
>>>>>>>>> company, I might add.
>>>>>>>>
>>>>>>>> Your "representative"?
>>>>>>>>
>>>>>>>> A quote from the e-mail sent to me by my webhost:
>>>>>>>>
>>>>>>>>> I apologize, the person said they were faxing a
>>>>>>>>> legal document, but it was just a statement made
>>>>>>>>> by the person in the photos parents. Basically the
>>>>>>>>> same thing I received in an email format. I told
>>>>>>>>> them to send me a letter from an attorney if they
>>>>>>>>> want anything else done.
>>>>>>>>
>>>>>>>> Your "representative" was your mommy or daddy.
>>>>>>>
>>>>>>> MUAHAHAHAHAHAHAHAHAHAHA!!!!1!!!!!!!!!
>>>>>>>
>>>>>>> <laughing harder than I have all year (OK - almost)>
>>>>>>>
>>>>>>> For soliciting his parents to fax Meow.org's
>>>>>>> webhost, in a ridiculous effort to have them DHFDW
>>>>>>> and try to netKKKop Meow -
>>>>>>>
>>>>>>> For trying to pass off his parents as lawyers -
>>>>>>>
>>>>>>> ....and for trying to cover up for all of teh above -
>>>>>>>
>>>>>>> I hereby nominate Terrence "Fly" Cooter for Coward
>>>>>>> of the Month.
>>>>>>>
>>>>>>> Also -
>>>>>>>
>>>>>>> I hereby nominate Terrence "Fly" Cooter for the
>>>>>>> AFA-B Offices of Karczewski, Wollmann, & Stapleton,
>>>>>>> Attourneys at Flaw.
>>>>>>>
>>>>>>> http://www.backwater-productions.net/_images/KKK%20Poofter.png
>>>>>>>
>>>>>>>
>>>>>>> Seconds, anyone?
>>>>>> seconded, thirded, and fourthed.
>>>>> fifthed, sixthed and meowed.
>>>>
>>>> soixante-neuf-thed
>>
>> Nthed.
>>
>>> Hey, Anja, do you have any suggestions for what might be
>>> done to somebody who dares to try netcopping everybody's
>>> favourite uncle?
>>
>> I'm not Anja, but I suggest turning him into Fluffy's Own
>> Scratching Post(tm).
>>
>> BTW, FNVW, has Flyboi qualified for the Palmjob Paddle
>> yet?
>>
>>>>>>>> I wonder if mommy and daddy know what toilet mouth
>>>>>>>> Terrance has been doing online?
>>>>>>>>
>>>>>>>>>> I've removed the images at the behest of
>>>>>>>>>> cyberwurx, however I'm awaiting the "legal
>>>>>>>>>> documents" received by them before taking any
>>>>>>>>>> further action.
>>>>>>>>>
>>>>>>>>> They asked you to turn over Moulton's personal
>>>>>>>>> shit. You really should comply.
>>>>>>>>
>>>>>>>> They asked me no such thing. They asked me to
>>>>>>>> remove the images, then apologized over having
>>>>>>>> prematurely done so.
>>>>>>>>
>>>>>>>>>> You, however, have gotten on my bad side (as if
>>>>>>>>>> being a skidmark wasn't enough on my bad side).
>>>>>>>>>
>>>>>>>>> See if I give a fuck, bitch.
>>>>>>>>
>>>>>>>> Whatever, crybaby Cooter.
>>>>>>> Whatever, crybaby Cooter.
>>>>>> Whatever, crybaby Cooter.
>>>>> Whatever, crybaby Cooter.
>>>> Whatever, crybaby Cooter.
>>> Whatever, crybaby Cooter.
>> Whatever, crybaby Cooter.
>Whatever, crybaby Cooter.
Whatever, crybaby Cooter.
--
No need to put up with a newsgroup full of incorrect information by
self-appointed know it alls, with unbearable arrogance. No need to fight
through virus and worm laden posts. No need to fight through personal
vendettas, and obscenity laden posts. -- Bill Frank, cellular troll, says goodbye to alt.cellular.sprintpcs on August 4, 2004
- 5
- Best markup for thumbnail?I'm planning to add images to some of my blog entries. The idea is to
float the thumbnails of images to the left of the text, and have the
images be links to larger versions.What would be the most accessible way
to do that?
- 6
- JSSSDoes anyone know of any good JSSS[1] references online? Most of the ones
I've found are somewhat misinformed.
The official Netscape submission is fairly good, but a lot of it doesn't
seem to have been implemented:
http://www.w3.org/Submission/1996/1/WD-jsss-960822.html
Is there any guide that states which bits of JSSS are supported by which
versions of Netscape?
[1] For those wondering what JSSS was:
http://css.nu/articles/About-JSSS.html
--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132
- 7
- using em widths in IE 5.5Hi guys,
I have been using em-units for different widths in one of my latest websites
(203.17.179.45 - you have to click past the initial CM3 screen) and
everything worked fine in IE 6 as well as Opera and Mozilla, until I went
and checked it in IE 5.5. It seems 5.5 interprets the width of an EM
slightly different? If you roll over the menu items you will see what I
mean.
Any idea how to fix this problem without applying hacks? You will notice my
menu.css is already way too big as it is and I will have to reduce it ASAP
without adding hacks everywhere.
Thanks for the help.
- 8
- Why this code is invalid? [+stupid=mozilla :P ] "Arne" <email***@***.com>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
> "http://www.w3.org/TR/html4/frameset.dtd">
>
> to make the pages rendered in standard mode, not quirks mode :)
Well... without DOCTYPE pages are smaller :P Also px in width, type in
<script and <title are things that, when ommitted make the page smaller :]
Even Mozilla can render such pages, however I don't understand why MSIE and
Opera can understand this:
document.forms[0].goto.value=x;
and Mozilla can't. W3C validator also doesn't make errors on it. Stupid
mozilla- I lost few hours to find this out :P
Regards,
Talthen
- 9
- ALT.HTML Statistics for 25/11/2007=========================== alt.html Statistics ============================
Total posts considered: 367 over 7 days
Earliest article: Sun Nov 18 21:03:49 2007
Latest article: Sun Nov 25 20:04:33 2007
Original articles: 46, replies: 321
Total size of posts: 913,153 bytes (891 kbytes) (0.87 Mbytes)
Average 52 articles per day, 0.12 Mbytes per day, 2,488 bytes per article
Total headers: 447 kbytes, bodies: 444 kbytes
Body: quoted 195 kbytes, original 228 kbytes = 53.84%, sigs 21 kbytes
Total number of posters: 89, average 10,260 bytes per poster
Total number of threads: 56, average 16,306 bytes per thread
Total number of User-Agents: 18
----------------------------------------------------------------------------
http://tobyinkster.co.uk/Documents/stat/alt.html-2007-11-25.html
http://tobyinkster.co.uk/Documents/stat/alt.html-2007-11-25.txt
http://tobyinkster.co.uk/Documents/stat/alt.html-2007-11-25.dat
============================================================================
==================== Top Posters by Number of Messages =====================
Poster Msgs
----------------------------------------------------------------------------
1: Mika ........................................................... 42
2: Bone Ur ........................................................ 33
3: dorayme ........................................................ 29
4: Jonathan N. Little ............................................. 25
5: Beauregard T. Shagnasty ........................................ 23
6: Blinky the Shark ............................................... 13
7: Shelly ......................................................... 12
8: Toby A Inkster ................................................. 10
9: rf ............................................................. 9
10: John Salerno ................................................... 8
11: Travis Newbury ................................................. 7
12: Harlan Messinger ............................................... 7
13: Andy Dingley ................................................... 6
14: msk2000 ........................................................ 6
15: Randy Webb ..................................................... 5
16: VUNETdotUS ..................................................... 5
17: cwdjrxyz ....................................................... 4
18: Doug Baiter .................................................... 4
19: Chris F.A. Johnson ............................................. 3
20: richard ........................................................ 3
============================================================================
======================= Top Posters by Size (kbytes) =======================
Poster Hdrs Quot Orig Sig Total
----------------------------------------------------------------------------
1: Mika ........................... 53 26 25 1 106
2: Bone Ur ........................ 49 26 15 2 93
3: Jonathan N. Little ............. 33 21 9 2 67
4: dorayme ........................ 32 14 17 0 65
5: Beauregard T. Shagnasty ........ 31 10 12 1 55
6: msk2000 ........................ 6 0 34 0 40
7: Blinky the Shark ............... 19 10 2 1 34
8: Toby Inkster ................... 0 0 21 0 22
9: Shelly ......................... 11 5 4 0 21
10: Toby A Inkster ................. 12 1 2 4 21
11: Randy Webb ..................... 8 3 1 0 14
12: rf ............................. 9 2 2 0 14
13: John Salerno ................... 7 4 1 0 14
14: Harlan Messinger ............... 5 4 3 0 13
15: cwdjrxyz ....................... 4 3 5 0 12
16: Andy Dingley ................... 8 0 2 0 11
17: VUNETdotUS ..................... 6 3 1 0 11
18: Travis Newbury ................. 8 1 1 0 11
19: David .......................... 3 7 0 0 11
20: Adrienne Boswell ............... 3 2 3 0 10
============================================================================
================== Top Posters by Original Text (kbytes) ===================
Poster Total
----------------------------------------------------------------------------
1: Mika ........................................................... 25
2: dorayme ........................................................ 17
3: Bone Ur ........................................................ 15
4: Beauregard T. Shagnasty ........................................ 12
5: Jonathan N. Little ............................................. 9
6: cwdjrxyz ....................................................... 5
7: Shelly ......................................................... 4
8: Jukka K. Korpela ............................................... 3
9: Adrienne Boswell ............................................... 3
10: Harlan Messinger ............................................... 3
============================================================================
=================== Highest Percentage of Original Text ====================
Poster Orig Body %age
----------------------------------------------------------------------------
1: Andy Dingley ................................... 0 3 78
2: Travis Newbury ................................. 1 2 57
3: dorayme ........................................ 14 32 54
4: rf ............................................. 2 4 52
5: Beauregard T. Shagnasty ........................ 10 24 51
6: Mika ........................................... 26 53 47
7: Harlan Messinger ............................... 4 7 44
8: Shelly ......................................... 5 10 41
9: Bone Ur ........................................ 26 43 34
10: Toby A Inkster ................................. 1 8 32
============================================================================
==================== Lowest Percentage of Original Text ====================
Poster Orig Body %age
----------------------------------------------------------------------------
1: Blinky the Shark ............................... 10 14 14
2: VUNETdotUS ..................................... 3 4 24
3: Randy Webb ..................................... 3 6 26
4: John Salerno ................................... 4 6 26
5: Jonathan N. Little ............................. 21 33 28
6: Toby A Inkster ................................. 1 8 32
7: Bone Ur ........................................ 26 43 34
8: Shelly ......................................... 5 10 41
9: Harlan Messinger ............................... 4 7 44
10: Mika ........................................... 26 53 47
============================================================================
==================== Top Threads By Number of Messages =====================
Thread Msgs
----------------------------------------------------------------------------
1: IE cannot open the Internet site ... Operation aborted.......... 109
2: Flicker......................................................... 38
3: Why did my stylesheet stop working?............................. 16
4: Does this page work in your Firefox?............................ 16
5: Keeping form elements in place after redirect................... 12
6: ALT.HTML Statistics for 18/11/2007.............................. 9
7: HTML on Firefox 2............................................... 9
8: IE5 only shows tooo wide div.................................... 9
9: These dumb M15 posts............................................ 8
10: tables and images, in IE (ok in firefox)........................ 7
11: CSS White Space - margin and padding question................... 7
12: Free Web Hosting With No ads!................................... 7
13: xhtml style.left problem........................................ 7
14: how can i disable the image dragging to the addressbar in a p... 6
15: Using unusual fonts............................................. 6
16: Relative position text in FF.................................... 5
17: u r not allowed................................................. 5
18: add an image to a link with CSS - possible?..................... 5
19: target _blank and opening a new window in Firefox............... 5
20: THIS IS MOHAMMED 13............................................. 5
============================================================================
======================= Top Threads By Size (kbytes) =======================
Thread Hdrs Quot Orig Sig Total
----------------------------------------------------------------------------
1: IE cannot open the Internet sit. 153 69 60 6 288
2: Flicker......................... 54 32 18 3 109
3: ALT.HTML Statistics for 18/11/2. 9 5 23 0 38
4: Why did my stylesheet stop work. 15 10 5 1 32
5: Does this page work in your Fir. 17 6 7 1 32
6: Keeping form elements in place . 14 5 3 0 25
7: HTML on Firefox 2............... 15 2 5 0 23
8: THIS IS MOHAMMED 13............. 5 8 8 0 22
9: IE5 only shows tooo wide div.... 10 5 2 0 18
10: xhtml style.left problem........ 7 3 5 0 15
11: Using unusual fonts............. 6 2 4 0 14
12: CSS White Space - margin and pa. 9 2 2 0 14
13: tables and images, in IE (ok in. 7 4 2 0 14
14: These dumb M15 posts............ 9 1 2 0 14
15: Columns......................... 4 4 4 0 13
16: Free Web Hosting With No ads!... 7 3 2 0 13
17: coulditbetrue................... 1 0 9 0 11
18: how can i disable the image dra. 6 1 1 0 9
19: Relative position text in FF.... 5 1 2 0 9
20: add an image to a link with CSS. 5 1 1 1 9
============================================================================
========================= Most Replied-To Messages =========================
Message-ID Replies
----------------------------------------------------------------------------
1: <p4l%i.48642$email***@***.com>.............. 21
2: <email***@***.com... 6
3: <email***@***.com... 6
4: <email***@***.com>............................ 5
5: <email***@***.com... 5
6: <d2S1j.52361$email***@***.com>.............. 5
7: <K%j1j.41394$email***@***.com>...... 5
8: <4742d1a1$0$29247$email***@***.com>...................... 4
9: <47425eb2$0$3150$email***@***.com>..................... 3
10: <22de4$474591f9$40cba7b0$email***@***.com>........................ 3
============================================================================
========================= Most Cross-Posted Groups =========================
Group Msgs
----------------------------------------------------------------------------
1: comp.lang.javascript............................................ 68
2: comp.infosystems.www.authoring.html............................. 13
3: comp.lang.javascript........................................... 7
4: alt.html.critique............................................... 4
5: alt.www.webmaster............................................... 4
6: uk.net.web.authoring............................................ 4
7: comp.infosystems.www.authoring.html............................ 1
============================================================================
=================== Top User-Agents by Number of Posters ===================
User-Agent Posters
----------------------------------------------------------------------------
1: G2.............................................................. 29
2: Mozilla Thunderbird............................................. 15
3: Outlook Express................................................. 10
4: Forte Agent..................................................... 6
5: Mozilla......................................................... 5
6: Xnews........................................................... 4
7: slrn............................................................ 4
8: 40tude Dialog................................................... 3
9: Microsoft Windows Mail 6.0.6000.16480........................... 3
10: pan............................................................. 2
============================================================================
================== Top User-Agents by Number of Messages ===================
User-Agent Msgs
----------------------------------------------------------------------------
1: G2.............................................................. 64
2: Microsoft Windows Mail 6.0.6000.16480........................... 46
3: Mozilla Thunderbird............................................. 40
4: Xnews........................................................... 40
5: Outlook Express................................................. 35
6: Mozilla......................................................... 33
7: 40tude Dialog................................................... 29
8: MT-NewsWatcher.................................................. 29
9: slrn............................................................ 19
10: pan............................................................. 12
============================================================================
======= Bandwidth-Wasting User-Agents by Average Header Size (bytes) =======
User-Agent Hdrs Msgs Avg
----------------------------------------------------------------------------
1: Xnews........................................... 59243 40 1481
2: slrn............................................ 26685 19 1404
3: Mozilla......................................... 44155 33 1338
4: 40tude Dialog................................... 38061 29 1312
5: Microsoft Windows Mail 6.0.6000.16480........... 58851 46 1279
6: G2.............................................. 80988 64 1265
7: pan............................................. 14670 12 1222
8: MT-NewsWatcher.................................. 33249 29 1146
9: Mozilla Thunderbird............................. 45026 40 1125
10: Outlook Express................................. 35548 35 1015
============================================================================
===================== Top Servers by Number of Posters =====================
Posters
----------------------------------------------------------------------------
1: googlegroups.com................................................ 29
2: individual.net.................................................. 10
3: nntp.comcast.com................................................ 5
4: aioe.org........................................................ 4
5: newspeer1-win.ntli.net.......................................... 4
6: corp.supernews.com.............................................. 3
7: news.t-online.com............................................... 2
8: news-peer-lilac.gradwell.net.................................... 2
9: news-server.bigpond.net.au...................................... 2
10: hw-filter.lga................................................... 2
============================================================================
======================= Top Servers by Size (kbytes) =======================
Server Hdrs Quot Orig Sig Total
----------------------------------------------------------------------------
1: googlegroups.com................ 79 23 67 1 172
2: text.news.blueyonder.co.uk...... 53 26 25 1 106
3: motzarella.org.................. 45 20 12 2 81
4: individual.net.................. 39 19 9 2 71
5: NAXS.COM-a2kHrUvQQWlmc.......... 33 21 9 2 67
6: news.optusnet.com.au............ 32 14 17 0 65
7: worldnet.att.net................ 31 10 12 1 55
8: news-peer-lilac.gradwell.net.... 13 1 24 4 43
9: corp.supernews.com.............. 15 9 5 0 32
10: newspeer1-win.ntli.net.......... 12 4 9 0 26
============================================================================
=================== Top Time Zones by Number of Posters ====================
Zone Posters
----------------------------------------------------------------------------
1: -0800 (PST)..................................................... 29
2: UTC............................................................. 25
3: -0500........................................................... 12
4: +0100........................................................... 10
5: -0600........................................................... 4
6: +1100........................................................... 3
7: -0700........................................................... 2
8: -0800........................................................... 1
9: +0200........................................................... 1
10: +0700........................................................... 1
============================================================================
=================== Top Time Zones by Number of Messages ===================
Zone Msgs
----------------------------------------------------------------------------
1: UTC............................................................. 163
2: -0500........................................................... 70
3: -0800 (PST)..................................................... 64
4: +1100........................................................... 32
5: +0100........................................................... 17
6: -0600........................................................... 9
7: +0100 (CET)..................................................... 4
8: +0200........................................................... 3
9: -0700........................................................... 2
10: -0800........................................................... 2
============================================================================
================= Days When We are Most in Need of a Life ==================
Day Msgs
----------------------------------------------------------------------------
1: Mon............................................................. 56
2: Tue............................................................. 74
3: Wed............................................................. 51
4: Thu............................................................. 50
5: Fri............................................................. 49
6: Sat............................................................. 47
7: Sun............................................................. 22
8: Non-RFC822 Header............................................... 18
============================================================================
Stats compiled by Toby Inkster.
--
Toby A Inkster BSc (Hons) ARCS
[Now Playing: .Unknown option --print-playing-path
Run 'rhythmbox --help' to see a full list of available command line options..]
It'll be in the Last Place You Look
http://tobyinkster.co.uk/blog/2007/11/21/no2id/
- 10
- HTML vs XMLThanks, Toby.
"Toby Inkster" <email***@***.com> wrote in message
news:email***@***.com...
> Fred wrote:
>
> > Just about the time I have started to feel comfortable programming in
HTML,
> > this XML comes along.
>
> Firstly, creating an HTML document is not "programming" any more than
> creating a PDF document or a GIF image. Secondly, XML came along more than
> eight years ago.
>
> > Would some kind soul pls post the difference between the two and why one
> > is better than the other.
>
> Neither is "better" -- it's like comparing apples with oranges.
>
> HTML is a language for marking up documents -- describing their structure.
> For example:
>
> <h1>This is a heading.</h1>
> <p>This is a paragraph. <em>This is important.</em></p>
> <h2>This is a sunheading.</h2>
> <img src="this_is_an_image" alt="this is some alternative text">
> <!-- and so on -->
>
> XML is not a language for marking up documents -- XML is a framework for
> creating *other* markup languages.
>
> For example, using XML, people have created:
>
> * SVG - an image format
> * RSS - a format suitable for syndicating news stories
> * MathML - a format for describing mathematical symbols and formulae
> * SMIL - a format for describing multimedia presentations
> * XHTML - a language similar to HTML, but obeying XML rules
>
> So in summary:
>
> * HTML is a language for creating documents
> * XML is a technology for creating languages
>
> --
> Toby A Inkster BSc (Hons) ARCS
> Contact Me ~ http://tobyinkster.co.uk/contact
>
- 11
- span top bottom border missingHi
I am a bit confused about the way a page suggested by Toby renders in
different browsers
http://p0c79.phpwebhosting.com/~p0c79/test.html
In IE6 the dashed top and bottom border of the span is missing. In Mozilla
1.4 and Opera 7.1 the top and bottom dashed border are present but they are
external to the containing div. What is responsible for the different
appearance between browsers and why is the containing div not containing the
span in Mozilla/Opera?
BTW - I turned a border on for the div so I could see it. I tried adding a
height property to the div, this makes the div extend downwards revealing
the bottom dashed border in IE but the top dashed border remains hidden.
David Graham
- 12
- Atom-Newsfeed on Website (Atom->HTML)Hello
I would like to make a website that only displays a newsfeed
(Atom, not RSS) in plain text. Nothing else.
The idea is that people can read that site with a mobile
phone that doesn't have a newsreader installed and doesn't
support CSS-type handheld.
Any ideas?
--
chlori
- 13
- realitytrucker ???
"Richard" <email***@***.com> wrote in message
news:email***@***.com...
> What's your problem?
> If you don't like what I have to say, learn to use your killfile and be
done
> with it.
>
How come you don't do that yourself?
> I do not own usenet and have no intention of becoming some big bad asshole
> like cain and informant.
> Are you really so ignorant that you have to play their games by replying
to
> them?
>
You seem to like playing their games. Is that why you are wishing for
"informant" to show himself? So you can reply to him?
> On top of it, you post your replies into the same groups they do and that
> only irritates the readers of those groups to those groups and gets you
> killfiled.
>
So why are you bitching about it, Bullis?
> I have a legitimate purpose in being in several of those groups listed.
> Informant has had an ongoing obsession with me for a few years and he just
> has to remind readers of the groups I post into that my reputation is not
> appropriate to his liking.
>
> Many here in this group say I post erroneous information which is harmful
> and dangerous to those who may not know any different.
> Yet, if that same information is posted by truckinsp, dave smith, or a
> couple of others, it's perfectly sound advice.
> Even when I post links to show my source, I still get royally flamed for
> even posting.
> Why? Because of this asshole infromant who has gone around spreading his
> bullshit about me.
>
> You and the others are doing nothing more than "jumping on the bandwagon"
> and going along with the crowd.
> Well sir, I don't give a shit.
> I have the right to be here the same as you and say what I feel is correct
> and proper.
Then quit your whining. That applies to everyone and even those who think
you are pedo, lying idiot or just plain stupid. If you don't like it why
don't you use your killfile? Other than the fact that if you did, you
wouldn't have anyone left to tell your lies to?
> I have been on the road as a trucker and may not know all of the
mechanics,
> but I'll put my skills behind the wheel up against yours any day of the
> year.
>
Really? How do you maintain those skills when you haven't even been behind
the wheel in almost a year now?
> When you do reply to the assholes, kindly snip inapropriate groups or at
> least snip them all and post it to alt.usenet.kooks. Both cain and
informant
> read it regularly.
>
Which is why you went there today begging for attention from "informant"
right?
> You got a problem with me? Take it up with me directly.
>
On your website, right? So you can play "I know your IP" and really scare
him good no doubt!
- 14
- please help with this strange problem!!hi all.
i have a weird problem you may be able to help me with.
running xp sp1
i have made a website which i have uploaded. all went well untill i went to
update it the other day. what happened then was weird.
ok i put a couple of new links on the main page with dreamweaver, previewed
it and all was fine. i uploaded it with cuteftp and opened the main page of
the site - the links were gone -completely, now thats the weird part, i cant
see the links, but everyone else who views my site can!
i checked the source code of the page and have found that the links are
completely missing, but this is only on my machine, no one elses.i reset all
to default in internet explorer, but that didnt help.
has anyone heard of a problem like this, or knows a fix for it?
any help would be greatly appreciated.
thanx
- 15
- Open page in new window as default?Hi.
I am so tired of putting TARGET="NEW" in my links; is there any way to set
all links to be opened in a new window as default so I don't need to?
Thanks,
Dea
|
|
|