• Help
  • Search
  • Login
  • Register
  • Home

Forum: web design and graphics community

Celestial Star Forum > Web Development > Coding > Problems with Firefox
Pages: [1]
« previous next »
  Print  
Author Topic: Problems with Firefox  (Read 1103 times)
Kianna
Angeling
*
Posts: 12


View Profile WWW
Problems with Firefox
« on: October 03, 2005, 09:11:12 AM »

I'm using a style for my links, the same Melfina is using for Celestial Star on the left navigation column thingy. However, mine refuse to work in Mozilla Firefox (which I think is the satan of browsers x.x) I was wondering if there is a certain code you have to add to make this work? Does anyone know how to help me? I'd appreciate it.
Logged
Kianna
Angeling
*
Posts: 12


View Profile WWW
Problems with Firefox
« Reply #1 on: October 03, 2005, 10:55:35 PM »

Okay maybe this will help.

http://www.starsandspikes.com/test2.php

If you look at it in IE, everything is fine, but if you look at it in Firefox the links are all screwed up. Does anyone know how to fix this?
Logged
Zelaven
Guest
Problems with Firefox
« Reply #2 on: October 04, 2005, 12:15:11 AM »

maybe copy & paste your stylesheet here? if it's not too long, that is. Smiley
Logged
Kianna
Angeling
*
Posts: 12


View Profile WWW
Problems with Firefox
« Reply #3 on: October 04, 2005, 08:20:44 AM »

It is a bit long but I will anyways.

Code:

body, div, table, td, tr
 {scrollbar-DarkShadow-Color:#790000;
scrollbar-Track-Color:#ED1C24;
scrollbar-Face-Color:#ED1C24;
scrollbar-Shadow-Color:#000000;
scrollbar-3dLight-Color:#000000;
scrollbar-Highlight-Color:#FABBBE;
scrollbar-Arrow-Color:#000000;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 9px;
font-family: verdana;
color:#000000;
cursor: normal;
background-repeat: repeat-y;
text-align:justify;
line-height:11px;}

input, select {font-family:Verdana; font-size:9px; border: 1px solid #000000; background-color:transparent; height:17px;}
textarea {font-family:Verdana; font-size:9px; border: 1px solid #000000; background-color:transparent;}

A:link {text-decoration:none; color:#ED1C24; font-size:9px; font-family: verdana; font-weight:bold; cursor:help; height:2;}
A:active  {text-decoration:none; color:#ED1C24; font-size:9px; font-family: verdana; font-weight:bold; cursor:help; height:2;}
A:visited  {text-decoration:none; color:#ED1C24; font-size: 9px; font-family: verdana; font-weight:bold; cursor:help; height:2;}
A:hover  {text-decoration:none; color:#FFF200; height:2; font-size:9px; font-family: verdana; font-weight:bold; height:2;cursor:help;}


.head {
color:#ED1C24;
border-bottom:3px double #ED1C24;
border-right:0px;
border-left:0px;
border-top:0px;
background-color: transparent;
font-family: verdana;
font-weight:bold;
font-size: 16px;
letter-spacing:5px;
padding-bottom:3px;
}

.side {
color:#000000;
border-right: 1px solid #000000;
background-color: #FABBBE;
font-family: verdana;
font-weight:normal;
font-size: 10px;
}

.nav {
color:#000000;
border-bottom: 1px solid #000000;
background-color: #880E11;
font-family: verdana;
background: url('images/v3/head.gif');
font-weight:bold;
font-size: 12px;
padding-top:7px;
padding-right:5px;
text-align:right;
padding-bottom:6px;
}

.nav2 {
color:#000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
background-color: #transparent;
font-family: verdana;
font-weight:normal;
font-size: 10px;
}

.navtop {
color:#000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
background-color: #790000;
font-family: verdana;
font-weight:normal;
font-size: 10px;
}

.navlinks
{
display : block;
color : #000000;
font-size : 10px;
text-align : left;
padding-left : 5px;
padding-bottom: 2px;
background : url('images/v3/nav.gif');
border-bottom : 1px solid #FFFFFF;
border-right : 0px;
}

.navlinks:hover
{
color : #000000;
background :#FFF200;
border-bottom:1px solid #000000;  
}

.navlinks:link
{
color : #ffffff;
background :#FFF200;
background : url('images/v3/nav.gif');
border-bottom:1px solid #ffffff;  
}

.table {
color:#000000;
border:1px solid black;
padding: 0px;
background-color: #ffffff;
font-family: verdana;
font-weight:normal;
font-size: 10px;
}

.outline {
color:#000000;
border-bottom:1px solid black;
padding: 0px;
background-color: #FABBBE;
font-family: verdana;
font-weight:normal;
font-size: 10px;
}

.content {
color:#000000;
border:0px none;
padding: 0px;
background-color: #FFFFFF;
padding:15px;
font-family: verdana;
font-weight:normal;
font-size: 10px
}

.padding {
color:#000000;
padding: 0px;
background-color: #FFFFFF;
padding:5px;
font-family: verdana;
font-weight:normal;
font-size: 10px
}

.content2 {
color:#000000;
border:1px solid black;
padding: 0px;
background-color: #FABBBE;
padding:5px;
font-family: verdana;
font-weight:normal;
font-size: 10px
}

.contenthead {
color:#000000;
background-color: #880E11;
font-family: verdana;
background: url('images/v3/head.gif');
font-weight:bold;
font-size: 12px;
padding-top:7px;
padding-left:35px;
text-align:left;
padding-bottom:6px;
}

h1, h2, h3, pre {
  margin:0px 10px 10px 10px;
  padding-top: 0px;
}

h1 {
  font-size:12px;
}
h2 {
  font-size:11px;
}
h3 {
  font-size:10px;
}


The class I'm using for the links is "navlinks"
Logged
Melfina
Administrator
Valkyrie Randgris
*****
Posts: 1289



View Profile WWW
Problems with Firefox
« Reply #4 on: October 04, 2005, 04:28:35 PM »

Try changing it from a class to an id like #navlinks instead of .navlinks and linking it by id="navlinks"
Logged


MySpace  ~ MySpace Codex ~ Rune Nifelheim
Kianna
Angeling
*
Posts: 12


View Profile WWW
Problems with Firefox
« Reply #5 on: October 04, 2005, 05:46:02 PM »

I'll try that but I don't think it will work. I'm pretty sure I've tried that before with older layouts and it did the same thing.
Logged
Kianna
Angeling
*
Posts: 12


View Profile WWW
Problems with Firefox
« Reply #6 on: October 04, 2005, 05:50:06 PM »

Yeah it does the same thing x.x

here's what I did in the style sheet...

Code:

#navlinks
{
display : block;
color : #000000;
font-size : 10px;
text-align : left;
padding-left : 5px;
padding-bottom: 2px;
background : url('images/v3/nav.gif');
border-bottom : 1px solid #FFFFFF;
border-right : 0px;
}

#navlinks:hover
{
color : #000000;
background :#FFF200;
border-bottom:1px solid #000000;  
}

#navlinks:link
{
color : #ffffff;
background :#FFF200;
background : url('images/v3/nav.gif');
border-bottom:1px solid #ffffff;  
}


and here's a code for a link...

Code:

<a href="brushes.php" id="navlinks">Adobe Photoshop Brushes</a>


Gah x.x
Logged
Kianna
Angeling
*
Posts: 12


View Profile WWW
Problems with Firefox
« Reply #7 on: October 04, 2005, 06:52:04 PM »

AHA PROBLEM PARTIALLY PWNED!

In the stylesheet I added height: 14px; and at least the menu isn't all scrunched up. But when I hover the background should turn yellow and it won't do that in firefox either. I can manage without it but it would be great if you guys could help.

Melfina I notice that you have pretty much the same thing going on for your links and they work fine in firefox, did you do anything special?
Logged
Pages: [1]
  Print  
« previous next »
 
Jump to:  

  • Welcome, Guest
  • Members login
  • Register for free

General

  • General
  • New members
  • Announcements
  • Support / Suggestions

Art boards

  • Creative mediums
  • Requests and offers
  • Tutorials
  • Celestial Star tutorials

Web development

  • Coding
  • Web design
  • Advertisements / affiliation

Off-topic

  • The non-sense
  • Ententainment

Go up
eXTReMe Tracker
  • Valid XHTML
  • Valid CSS
Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC | Seo4Smf v0.2 © Webmaster's Talks
Loading...