Background image problem in firefox

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
buntrosgali
Forum Members
Forum Members
Posts: 167
Joined: Thu Apr 17, 2008 9:02 pm

Background image problem in firefox

Post by buntrosgali »

I have a background image showing on a one page form i have created which shows perfectly in explorer here

my website

but if you view it in firefox or linux etc there is no background image just a white backdrop. Wrecked my brains how to fix this but need some advice, please help :D
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: Background image problem in firefox

Post by KO »

If you look at your stylesheet there is ..

Code: Select all

/* Start of CMSMS style sheet 'background colour' */
<__html>
<head>
<!--
body {
	background-color: #0D4075;
background: url(images/bg.jpg)
}
-->
</style></head>




/* End of 'background colour' */
when there should be

Code: Select all

body {
	background-color: #0D4075;
background: url(images/bg.jpg)
}
buntrosgali
Forum Members
Forum Members
Posts: 167
Joined: Thu Apr 17, 2008 9:02 pm

Re: Background image problem in firefox

Post by buntrosgali »

hey!! :D cheers i love this forum :D
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Background image problem in firefox

Post by Dr.CSS »

[solved]  ?...
buntrosgali
Forum Members
Forum Members
Posts: 167
Joined: Thu Apr 17, 2008 9:02 pm

Re: Background image problem in firefox

Post by buntrosgali »

guys i have an other question

my site is a 1 page form.

In the top left of the screen there is a small      .        this is because i had to put something in the title name of that page in the admin section, how can i get rid of this? or change the colour of it to white?


my website

also where do i go to, to change the font of the text in the form to verdana? i cant find where to do it in the stylesheet cheers
Last edited by buntrosgali on Fri May 09, 2008 8:56 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Background image problem in firefox

Post by Dr.CSS »

If you look at the template you will most likely find a {title} near the very top, remove it and the  .  goes away...


     
        .  this is where you will find the {title}...
buntrosgali
Forum Members
Forum Members
Posts: 167
Joined: Thu Apr 17, 2008 9:02 pm

Re: Background image problem in firefox

Post by buntrosgali »

cheers mate :D

do you know where to change the code so the text font of the questions is not times new roman but arial or whateve i choose to set it as?

dont like times new roman.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Background image problem in firefox

Post by Dr.CSS »

You can use...

.contactform {font-family: FontYouWant}
Post Reply

Return to “Layout and Design (CSS & HTML)”