Wow Web Designs Forums Home

Search
   
Members

Calendar

Help

Home
Search by username
Not logged in - Login | Register 
Wow Web Designs Forums > Scripting > HTML & CSS > IE & Netscape Issues


IE & Netscape Issues
 Moderated by: Aycan  

New Topic

Reply

Print
AuthorPost
Mirage
Member
 

Joined: Sun Feb 9th, 2003
Location:  
Posts: 11
Status:  Offline
Mana: 
 Posted: Sun Mar 9th, 2003 03:00 am

Quote

Reply
Aycan,

I'm looking for a good reference site for dealing with issues with the layout in IE looking as it should in Netscape. Any suggestions ? I've searched myself but am not happy with my results so far.

Also, on the same topic - I'm trying to use an href tag to call a whole table cell to a particular link, an example :

<a href="http://www.example.com"><td>Example Whole Cell</td></a>

This works great in IE but doesn't work with Netscape. Do you know of a way around this ?

Aycan
Administrator
 

Joined: Wed Nov 29th, 2000
Location: Columbus, Ohio USA
Posts: 146
Status:  Offline
Mana: 
 Posted: Mon Mar 10th, 2003 12:59 am

Quote

Reply
Myzer.

You didn't mention the version of Netscape. Is it 4 or 6?

The following code should do the trick for Netscape 6. I don't know how to do it with Netscape 4 though.
<td onclick='window.open("http://www.example.com", "_self")'>
Example Whole Cell</td>

Last edited on Mon Mar 10th, 2003 01:01 am by Aycan

mattr555
Member
 

Joined: Mon Mar 8th, 2004
Location:  
Posts: 5
Status:  Offline
Mana: 
 Posted: Mon Mar 8th, 2004 10:00 am

Quote

Reply
When designing, it is better to code for mozilla based browsers and then tweak the design to get it to work in IE. Mozilla more closely adheres to the W3C specs so if you write standards complient code then the page should work fine in Mozilla. There are a few well known treaks such as the Box Model Hack and the Child Selector Hack which can be used to hide styles from IE.

relaxzoolander
Super Moderator


Joined: Sun Jan 25th, 2004
Location: Columbus, Ohio USA
Posts: 459
Status:  Offline
Mana: 
 Posted: Fri Nov 5th, 2004 12:48 am

Quote

Reply
i wouldnt worry too much about coding for nn4....its dead.
less than .5% of surfers are still using nn4. :P

-------------------------------------------
columbus web site design company

Last edited on Fri Jan 21st, 2005 01:37 am by relaxzoolander


 Current time is 11:05 am




Powered by WowBB 1.7 - Copyright © 2003-2006 Aycan Gulez
Page processed in 0.1601 seconds (9% database + 91% PHP). 17 queries executed.