Page 1 of 1

Background image problem in firefox

Posted: Thu May 08, 2008 2:28 pm
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

Re: Background image problem in firefox

Posted: Thu May 08, 2008 2:33 pm
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)
}

Re: Background image problem in firefox

Posted: Thu May 08, 2008 2:52 pm
by buntrosgali
hey!! :D cheers i love this forum :D

Re: Background image problem in firefox

Posted: Fri May 09, 2008 5:36 am
by Dr.CSS
[solved]  ?...

Re: Background image problem in firefox

Posted: Fri May 09, 2008 8:55 am
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

Re: Background image problem in firefox

Posted: Fri May 09, 2008 5:59 pm
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}...

Re: Background image problem in firefox

Posted: Mon May 12, 2008 3:51 pm
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.

Re: Background image problem in firefox

Posted: Mon May 12, 2008 11:05 pm
by Dr.CSS
You can use...

.contactform {font-family: FontYouWant}