CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 15th, 2001, 01:15 PM
grimley grimley is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Location: Minnesota
Posts: 4 grimley User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to grimley
I am using CSS and div blocks to build my site. When using IE 5.5 and a hover on my menu. The menu expands and when it retracts a new border seems to be written. This does not happen with NS 6 though.

Can someone please give me an idea of what may be wrong.

Code snippets:

URL

a.menu{color:#ffffff;text-decoration:none;font-family:Verdana;font-size:11px;}
A.menu:hover{color:#ffff33;text-decoration:none;font-family:Verdana;font-size:11px;}
div.menuHome{position:absolute;margin-top:25px;margin-left:11px;padding:3px;width:100px;font-family:Verdana;font-size:10px;color:#ffffff;border-style:solid;border-color:#000000;
background-color:#7d8a96;border-width:1px;}
div.menuLinks{position:absolute;margin-top:25px;margin-left:107px;padding:3px;width:100px;font-family:Verdana;font-size:10px;color:#ffffff;border-style:solid;border-color:#000000;
background-color:#7d8a96;border-width:1px;}

Reply With Quote
  #2  
Old March 16th, 2001, 12:42 PM
pieux pieux is offline
Seņor Member
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Aug 2000
Posts: 1,157 pieux User rank is Sergeant Major (2000 - 5000 Reputation Level)pieux User rank is Sergeant Major (2000 - 5000 Reputation Level)pieux User rank is Sergeant Major (2000 - 5000 Reputation Level)pieux User rank is Sergeant Major (2000 - 5000 Reputation Level)pieux User rank is Sergeant Major (2000 - 5000 Reputation Level)pieux User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 h 23 m 35 sec
Reputation Power: 36
Exclamation Try an earlier version of Netscape first.

First, you are using code that isn't supported by even Netscape 4. Get rid of your @import and pull the CSS in using
Code:
<link rel="stylesheet" type="text/css" href="<URL>"></link>
where <URL> is the URL to your css file.

Second, Netscape 6 expects case-sensitive CSS -- make sure that you use the exact case in your .css file when referencing your declarations.

Try those things, and if you're still having problems let me know and I'll look again.
__________________
Michael

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > CSS

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap