Reply
grrrrr css :(
Old 06-14-2005, 12:44 PM grrrrr css :(
-_darkranger_-'s Avatar
Super Talker

Posts: 122
Location: bolton...
my css code works for my site layout in ie but not firefox

in i.e it looks like this...


but it looks like this in firefox...


my css code is...
Quote:
body {
font-family: "Maiandra GD", "Modern No. 20";
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: capitalize;
color: #9900CC;
text-decoration: none;
background-color: #000000;
text-align: justify;
}
img {
padding-top: 4px;
padding-right: 6px;
padding-bottom: 6px;
padding-left: 4px;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CC00FF;
border-right-color: #CC00FF;
border-bottom-color: #9900FF;
border-left-color: #9900FF;

}
a {
font-family: "Maiandra GD", "Modern No. 20";
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: capitalize;
color: #660066;
cursor: auto;
}
a:link {
color: #660066;
}
a:visited {
color: #660066;
}
a:hover {
color: #FFFFFF;
}
a:active {
color: #660066;
}
.noborder {
border: none;
padding: 0px;
}
table {
font-family: "Maiandra GD", "Modern No. 20";
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: capitalize;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CC00FF;
border-right-color: #CC00FF;
border-bottom-color: #9900FF;
border-left-color: #9900FF;
}
b {
font-family: "Maiandra GD", "Modern No. 20";
font-size: 14px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: capitalize;
}
i {
font-family: "Maiandra GD", "Modern No. 20";
font-size: 14px;
font-style: italic;
font-weight: normal;
font-variant: normal;
text-transform: capitalize;
}
u {
font-family: "Maiandra GD", "Modern No. 20";
font-size: 14px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: capitalize;
text-decoration: underline;
}
.quicklinks, .quicklinks_sub {
border-top-color: #CC00FF;
border-left-color: #990099;
border-left-style: solid;
border-top-style: solid;
border-right-color: #CC00FF;
border-bottom-color: #990099;
border-right-style: solid;
border-bottom-style: solid;
border-right-width: thin;
border-bottom-width : thin;
border-top-width : thin;
border-left-width: thin;
}
.quicklinks_head{
font-size: 15pt;
font-family: modern;
color: #000000;
font-weight: bold;
text-align: center;
font-style: normal;
text-transform: capitalize;
font-variant: normal;
text-decoration: none;
background-image: url('images/webgraphics/navhead.jpg');
background-repeat: repeat-x;
background-position : center

}
.title{
width: 100%;
padding: 3px;
margin-bottom: 3px;
font-size: 15pt;
font-family: modern;
color: #000000;
font-weight: bold;
text-align: center;
background: url('images/webgraphics/navhead.jpg') repeat-x center;
font-style: normal;
text-transform: capitalize;
font-variant: normal;
text-decoration: none;
background-position-x:center; background-position-y:center; background-repeat:repeat-x
}
please can someone help me sort it out

xx thanks in advance for any replies xx
-_darkranger_- is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 06-14-2005, 12:45 PM
-_darkranger_-'s Avatar
Super Talker

Posts: 122
Location: bolton...
w... t... f...!!!! the second pic has enlarged its self when i uploaded it to photobucket *blinks*
-_darkranger_- is offline
Reply With Quote
View Public Profile
 
Old 06-14-2005, 01:05 PM
danburzo's Avatar
Skilled Talker

Posts: 82
Location: Bistrita RO
for starters, your css is not valid, you need background-position: center center
danburzo is offline
Reply With Quote
View Public Profile
 
Old 06-14-2005, 01:08 PM
-_darkranger_-'s Avatar
Super Talker

Posts: 122
Location: bolton...
*blinks* thats whats dreamerweaver mx did when i still had it... and it worked :s
-_darkranger_- is offline
Reply With Quote
View Public Profile
 
Old 06-14-2005, 01:13 PM
danburzo's Avatar
Skilled Talker

Posts: 82
Location: Bistrita RO
well try validating your css: http://jigsaw.w3.org/css-validator/ there's no such property background-position-x. Try replacing your background-position-x and background-position-y with a single property: background-position: center center or background-position: 50% 50%
danburzo is offline
Reply With Quote
View Public Profile
 
Old 06-14-2005, 01:22 PM
-_darkranger_-'s Avatar
Super Talker

Posts: 122
Location: bolton...
oh ****ing ****.... i am sooooooooooooooo dumb!!! i uploaded my page but not my css code sooo it was linking to nothing!!!!!!!!!!
-_darkranger_- is offline
Reply With Quote
View Public Profile
 
Old 06-14-2005, 01:24 PM
danburzo's Avatar
Skilled Talker

Posts: 82
Location: Bistrita RO
that might be the source of the problem
danburzo is offline
Reply With Quote
View Public Profile
 
Old 06-14-2005, 01:33 PM
-_darkranger_-'s Avatar
Super Talker

Posts: 122
Location: bolton...
it was...
-_darkranger_- is offline
Reply With Quote
View Public Profile
 
Old 06-14-2005, 01:50 PM
danburzo's Avatar
Skilled Talker

Posts: 82
Location: Bistrita RO
I was trying to be funny. i know that's the source of the problem.
Anyway, i'm glad you figured it out.

Regards.
danburzo is offline
Reply With Quote
View Public Profile
 
Old 06-14-2005, 01:52 PM
-_darkranger_-'s Avatar
Super Talker

Posts: 122
Location: bolton...
lol im bumb hehe thx for your help anyway
-_darkranger_- is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to grrrrr css :(
 

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.15737 seconds with 13 queries