The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> IE javascript error
Jacka
post Dec 13 2006, 04:40 PM
Post #1





Group: Members
Posts: 4
Joined: 13-December 06
Member No.: 1,290



My college has a very strict proxy that blocks almost every port, so MSN messenger does not work.

For this reason, I decided to impliment a text version into my college website!

Here is the website, it works perfect on firefox.

I know it is ugly, but it's identicle to my colleges website.

Press Alt+X to toggle the visibility of the iframe.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Jacka
post Dec 14 2006, 04:11 PM
Post #2





Group: Members
Posts: 4
Joined: 13-December 06
Member No.: 1,290



Nevermind, I fixed it myself.

Does anyone know a good way to make the checkbox invisible?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 15 2006, 02:32 AM
Post #3


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



CSS. 'display: none' or 'visibility; hidden'.
http://www.w3.org/TR/REC-CSS2/visuren.html#display-prop
http://www.w3.org/TR/REC-CSS2/visufx.html#visibility

Seems odd to hide it so no one can use it...Is the purpose to send data with the form without user input? Then use a hidden form control, <input type="hidden"...> .
http://htmlhelp.com/reference/html40/forms/input.html
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Jacka
post Dec 15 2006, 04:05 AM
Post #4





Group: Members
Posts: 4
Joined: 13-December 06
Member No.: 1,290



No, as I said in my first post, it's to toggle the visibility of an iframe.

The user does not need to see it, just know the accesskey.

This post has been edited by Jacka: Dec 15 2006, 04:18 AM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 15 2006, 04:36 AM
Post #5


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



And if the accesskey conflicts with one he already uses for something else as often is the case?

Anyway, you can't use any of the above then. I think the only way is to style the input so it visually disappears. 'width: 0; height: 0' is probably enough in most browsers, but add everything you can think of. Still no guarantee it won't look odd in some browser or other.

whateva {width: 0; height: 0; color: yellow; background: yellow; border: none }
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Jacka
post Dec 15 2006, 06:51 AM
Post #6





Group: Members
Posts: 4
Joined: 13-December 06
Member No.: 1,290



That works with just width:0 and height:0, thanks.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 08:48 PM