|
| |
|
|
kahunna
Posts: 3 Joined: 9/27/2005 Status: offline
|
kahunna.net - works in Firefox, not in IE. - 9/27/2005 23:39:34
Hey guys, Need some assistance please. I just discovered that some of my news graphic-intensive pages aren't loading properly in IE. I use Firefox and it completely slipped my mind to check it out in IE while I was designing the templates. Can someone point out how I could fix this? Thanks! Here's the two template designs in action: http://www.kahunna.net/boftheb1/01.html http://www.kahunna.net/boftheb1/05.html I'm also having people report that the pencil graphic on my main page isn't loading properly in IE either. http://www.kahunna.net/ A wild guess is that the problem lies with my roll-over coding... Thank you for any help you can give! ~Kolby
|
|
|
|
Tailslide
Posts: 6116 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
|
RE: kahunna.net - works in Firefox, not in IE. - 9/28/2005 7:20:43
Hi Kolby Not totally sure what IE's doing - but there's one thing I'd try first. You don't have a DOCTYPE on your page - without one IE goes into Quirks Mode (stuff it up mode) so I'd start by trying that. Here's an article about it: http://www.alistapart.com/articles/doctype/ I'd try this one: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> First thing on your page. Once you've done that then you're working on a "level playing field" and problems are more predictable. You realise that the no-right click script doesn't stop people taking the photos or looking at the code don't you? - Just checking!
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
dpf
Posts: 7123 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: kahunna.net - works in Firefox, not in IE. - 9/28/2005 11:03:41
i think your problem lies with the fact that your table cells are not the same in each row when you add all the single and colspans together. in my experience, FP struggles with complex tables with colspan and rowspan but you have to make them come out even. did u design this in FP with design view?
_____________________________
Dan
|
|
|
|
kahunna
Posts: 3 Joined: 9/27/2005 Status: offline
|
RE: kahunna.net - works in Firefox, not in IE. - 9/28/2005 19:19:25
I figured it out! It all came down to two things, but mainly IE reading some blankspace incorrectly. Here's what I had: quote:
<TD COLSPAN=3 ROWSPAN=2> <A HREF="http://www.kahunna.net/boftheb1/index.shtml" onMouseOver =" rollover('index')" onMouseOut =" rollout('index')" ><IMG SRC="http://www.kahunna.net/boftheb1/h_images/index_glow.gif" NAME="index" BORDER=0 HEIGHT=18 WIDTH=61 ></A><SCRIPT TYPE="text/javascript"> <!-- setrollover("http://www.kahunna.net/boftheb1/h_images/index_red.gif"); //--></SCRIPT> </TD> And this adjustment fixed it: quote:
<TD COLSPAN=3 ROWSPAN=2> <A HREF="http://www.kahunna.net/boftheb1/index.shtml" onMouseOver =" rollover('index')" onMouseOut =" rollout('index')" ><IMG SRC="http://www.kahunna.net/boftheb1/h_images/index_glow.gif" NAME="index" BORDER=0 HEIGHT=18 WIDTH=61 ></A><SCRIPT TYPE="text/javascript"> <!-- setrollover("http://www.kahunna.net/boftheb1/h_images/index_red.gif"); //--></SCRIPT></TD> dpf - you were correct about the complex tables. However, I did the calculations and it all added up correctly. I toyed around and changed two of the image display heights - heights that ImageReady kicked out for me - and now it works in both FF and IE. Thanks guys! ~Kolby
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|