Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-22-2005, 06:30 PM   PM User | #1
tns123j
Regular Coder

 
Join Date: Oct 2004
Posts: 117
Thanks: 0
Thanked 0 Times in 0 Posts
tns123j is an unknown quantity at this point
border issue IE/FF

http://shanahanfootball.com

Viewed in IE green border is fine, Viewd in FF, border shifts down. it is simply a "border=2" line. Any help?
tns123j is offline   Reply With Quote
Old 08-22-2005, 07:14 PM   PM User | #2
bazz
Master Coder

 
Join Date: Apr 2003
Location: in my house
Posts: 5,211
Thanks: 39
Thanked 201 Times in 197 Posts
bazz will become famous soon enoughbazz will become famous soon enough
Hi,

Did you know you've got two closing html tags? That's unlikely to be the cause of your difficulty but, try to validate your code (validator.w3.org) and see how you get on. Your code is a bit taggy and hard to follow so if you validate it, it might fix it and if not, it may help you find the cause.

Bazz
__________________
"The day you stop learning is the day you become obsolete"! - my late Dad.

Why do some people say "I don't know for sure"? If they don't know for sure then, they don't know!
Useful MySQL resource
Useful MySQL link
bazz is online now   Reply With Quote
Old 08-23-2005, 02:08 AM   PM User | #3
mrruben5
Regular Coder

 
Join Date: Nov 2004
Location: The Netherlands
Posts: 551
Thanks: 0
Thanked 0 Times in 0 Posts
mrruben5 is an unknown quantity at this point
Do you see why it is so important to validate your pages? You've got two body tags and that's the reason the preload script doesn't work.

Preload script's suck anyway. Do it with css.
__________________
CATdude about IE6: "All your box-model are belong to us"
mrruben5 is offline   Reply With Quote
Old 08-23-2005, 02:17 AM   PM User | #4
Ranger56
Regular Coder

 
Ranger56's Avatar
 
Join Date: Mar 2005
Location: Kent, WA.
Posts: 783
Thanks: 0
Thanked 0 Times in 0 Posts
Ranger56 is an unknown quantity at this point
Quote:
Originally Posted by mrruben5
Do you see why it is so important to validate your pages? You've got two body tags and that's the reason the preload script doesn't work.

Preload script's suck anyway. Do it with css.

i HATEHATEHATE when people say that CSS preloads images, becuase it DOESN'T!! On the mouseover, you STILL get that second or two of nothing before the new image appears.
__________________
Ranger56 is offline   Reply With Quote
Old 08-23-2005, 02:27 AM   PM User | #5
mrruben5
Regular Coder

 
Join Date: Nov 2004
Location: The Netherlands
Posts: 551
Thanks: 0
Thanked 0 Times in 0 Posts
mrruben5 is an unknown quantity at this point
Have you thought of using just one image? CSS does "preload" images if you do it the right way. After the images are loaded, it still takes time to swap the images, if you have like 30 rollover's on your page it becomes really slow. Believe me when I says CSS will never slow down your page.

Here. http://www.simplebits.com/notebook/2...rollovers.html

If you think I want custom text, sure, easy.

Code:
#menu a { text-indent: -999em; overflow:hidden; }
So now you've hidden the text and you can use a bg image instead of normal image to show your button/navimage/whatever. The best is when the browser doesn't support styles, You can serve them text, instead of images wich might look very odd (anyone not using border="0" on images inside a hyperlink knows what I mean, stupid blue border!) , and have a clean coded navigation menu.
__________________
CATdude about IE6: "All your box-model are belong to us"

Last edited by mrruben5; 08-23-2005 at 02:35 AM..
mrruben5 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:37 AM.


Advertisement
Log in to turn off these ads.