Warp2Search Forums: IE Vs !IE - Warp2Search Forums

Jump to content

Sign In »
New user? Register Now! Help
  • Search section:
Advanced
  • Warp2Search
  • Forums
  • Members
  • Warp2Search Forums
  • > Hardware & Software
  • > General Software
  • View New Content
  • RSS Feed
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

IE Vs !IE

#1 User is offline   XIII 

  • Senior Member
  • PipPipPipPip
  • Group: Registered
  • Posts: 403
  • Joined: 22-March 03

Posted 05 March 2004 - 10:10 AM

Hi everyone i have a problem with browser (other then IE). I have created a web page for my school project, but i found that the page only likes IE, Mozilla, and opera don't like to run it. for example (minor problem) ,

<--Back to previous page......

copy it and save it as .html.

It works in IE but mozilla display it wrongly, tell me if yours works fine. The worse thing is that i have problem in calculation page in mozilla, IE works fine, Please help me to locate the problem. Is it because of the browser or my bad programming practices. Thanks in advance.
0
  • Back to top of the page up there ^

#2 User is offline   Dark Biene 

  • Posting Freak
  • PipPipPipPipPip
  • Group: Super Moderators
  • Posts: 1,363
  • Joined: 01-February 04

Posted 05 March 2004 - 01:48 PM

mhhh.... i tried but i don´t know if it´s good
the only thing that was displayed was : Back to previous Page with big
fonts at beginning of the word and everything was underlined

i use FireFox 0.8

but the bigger fonts are underlined but not in one row with the smaller fonts

on IE everything was underlined in one row and the beginning fonts are bigger

but locate the prob u should wait
i never did something like that , sorry
0
  • Back to top of the page up there ^

#3 User is offline   XIII 

  • Senior Member
  • PipPipPipPip
  • Group: Registered
  • Posts: 403
  • Joined: 22-March 03

Posted 05 March 2004 - 04:36 PM

That is what i want to say, is someone here expert in Javascript?

Last time i didn't like IE that much, but for now, i think IE is a Max Compability browser, and the mozilla is a good in feature and speed.

Anyway is any javascript expert here?
0
  • Back to top of the page up there ^

#4 User is offline   PhrostByte 

  • Junior Member
  • PipPip
  • Group: Registered
  • Posts: 41
  • Joined: 21-March 03

Posted 06 March 2004 - 07:07 AM

1) use stylesheets to change link color, not java script:


<style>

a{color:820183}

a:hover{color:ff0000}

</style>

or, if you only want it for that one link:


<style>

.mylink{color:820183}

.mylink:hover{color:ff0000}

</style>

...

<a href="any.html" class="mylink">blah</a>


2) don't use inside , it's bad.

3) use double-quotes around attributes in tags.
0
  • Back to top of the page up there ^

#5 User is offline   Hancoque 

  • Member
  • PipPipPip
  • Group: Registered
  • Posts: 77
  • Joined: 28-December 03

Posted 06 March 2004 - 07:26 AM

I recommend to avoid deprecated elements like completely. Use stylesheets instead.

Example:
example text

Using this list of fonts for a Verdana-like font display ensures maximum compatibility across different computer platforms. For instance Linux has no font Verdana. It would default to a serif font similar to Times New Roman if you don't note down the other fonts, too, thus changing the look of the page. Using px as measuring unit ensures that the font size will be the same on every system regardless of the used DPI setting (which varies across different computer platforms).
0
  • Back to top of the page up there ^

#6 User is offline   XIII 

  • Senior Member
  • PipPipPipPip
  • Group: Registered
  • Posts: 403
  • Joined: 22-March 03

Posted 06 March 2004 - 02:05 PM

Yeah, CSS is a great techniques, i admit it, but the project that i am doing is javascript, that is why i need to used all javascript if posible for high marks.

Anyway thanks for the opinion, I think i have calculation problem solved already. :lol:
0
  • Back to top of the page up there ^

#7 User is offline   Hancoque 

  • Member
  • PipPipPip
  • Group: Registered
  • Posts: 77
  • Joined: 28-December 03

Posted 06 March 2004 - 03:19 PM

But I wouldn't use JS for such somewhat silly functions, because it's simpler implemented with stylesheets or even normal HTML. If you want JS mouseover effects for links, use a graphic link. Then it would totally make sense to use JS in this situation, and also looks much better. It's also much more code, so much better grades. :)
0
  • Back to top of the page up there ^

  • ← Previous Topic
  • General Software
  • Next Topic →

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

Delete Post

Remove From View

The post may still be visible to moderators in this topic

Reason:

Delete From Topic

The post will be removed from this topic completely


Skin and Language

Execution Stats

  • Time Now: Jun 20 2013 01:07 AM
  • Back to top
  • Forum Home
  • Delete My Cookies
  • Mark Board As Read

Community Forum Software by IP.Board

© 2007-2013 Esselbach Internet Solutions
All products mentioned are registered trademarks or trademarks of their respective owners.
Read our disclaimer over here and our Privacy Policy over here