- Posts: 51
- Thank you received: 0
Add Image to main body background
-
NeilT
Inactive member - Topic Author
- Member
Less
More
10 years 2 months ago #42466
by NeilT
Replied by NeilT on topic Add Image to main body background
I am still unable to get this to show, can I issue a support ticket with the admin account details so you could take a look?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42477
by ivan.milic
Replied by ivan.milic on topic Add Image to main body background
So it should dbe:
body {
color: #666666;
background: url(../images/shadow_big.png) bottom no-repeat!important;
background-attachment: fixed;
background-size:cover;
}
body {
color: #666666;
background: url(../images/shadow_big.png) bottom no-repeat!important;
background-attachment: fixed;
background-size:cover;
}
Please Log in to join the conversation.
-
NeilT
Inactive member - Topic Author
- Member
Less
More
- Posts: 51
- Thank you received: 0
10 years 2 months ago #42493
by NeilT
Replied by NeilT on topic Add Image to main body background
Hi Ivan,
I have tried that, but it still not work.
I have issued a support ticket and Milos Stankovic said to let you know.
I will send you the site details...
I have tried that, but it still not work.
I have issued a support ticket and Milos Stankovic said to let you know.
I will send you the site details...
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42511
by ivan.milic
Replied by ivan.milic on topic Add Image to main body background
It is NOT , when I check out your layout.css I see this:
body {
color: #666666;
background: url(../images/shadow_big.png) bottom no-repeat;
background-attachment: fixed;
background-size:cover;
}
and as I posted twice you miss !important flag :
body {
color: #666666;
background: url(../images/shadow_big.png) bottom no-repeat!important;
background-attachment: fixed;
background-size:cover;
}
body {
color: #666666;
background: url(../images/shadow_big.png) bottom no-repeat;
background-attachment: fixed;
background-size:cover;
}
and as I posted twice you miss !important flag :
body {
color: #666666;
background: url(../images/shadow_big.png) bottom no-repeat!important;
background-attachment: fixed;
background-size:cover;
}
Please Log in to join the conversation.
-
NeilT
Inactive member - Topic Author
- Member
Less
More
- Posts: 51
- Thank you received: 0
10 years 2 months ago #42526
by NeilT
Replied by NeilT on topic Add Image to main body background
Hi Ivan,
OK, I removed the ";"
and now the image does show up, but only on half of the page -> web111.extendcp.co.uk/timperleyvillafc.co.uk/
Here is the css
OK, I removed the ";"
and now the image does show up, but only on half of the page -> web111.extendcp.co.uk/timperleyvillafc.co.uk/
Here is the css
Code:
/*------------------------------------------------------------------------
# "Hot Betting" Joomla template - October, 2011
# Copyright (C) 2010 ArhiNet d.o.o. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/
html {
font-size:12px;
}
body {
margin:0;
padding:0;
font-family: 'Droid Sans', sans-serif;
}
.topline_wrap {
height:26px;
}
.topline {
margin:0 auto;
padding:7px 0 0 0;
}
.topline div.moduletable {
float:right;
}
.topline img {
margin:0 2px;
}
#wrapper {
margin:0 auto;
position:relative;
height:auto;
}
#logo {
padding:20px 0 0 0;
width:290px;
float:left;
}
#topmenu {
height:101px;
margin:0 auto;
}
#topmenu_pad {
padding:23px 0 0 0;
float:left;
}
#topmenu_container {
float:right;
background:url(../images/topmenu_bg.png);
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
padding:6px;
height:44px;
}
#topmenu_container2 {
padding:0 20px;
background:url(../images/topmenu_bg_white_bar.png) repeat-x;
height:43px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
}
#search_module {
float:right;
}
#path_wrap {
min-height:4px;
padding-left:10px;
}
.path {
margin:0 auto;
}
.path_pad {
padding:0;
}
.main_area {
margin:0 auto;
}
.content_wrap {
margin:0px 6px;
float:left;
}
.content_wrap_noleft {
margin:0px 6px 0px 0;
float:left;
}
.content_wrap_noright {
margin:0px 0 0px 6px;
float:left;
}
.content_wrap_noleft_noright {
margin:0px;
float:left;
}
.content_pad {
padding:15px;
background:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
margin-bottom:6px;
}
.article_pad {
padding:0 0 20px 0;
line-height:16px;
}
.column_left {
float:left;
}
.column_left_pad {
padding-right:0;
}
.column_right {
float:right;
}
.column_right_pad {
padding-left:0;
}
body {
color: #666666;
background: url(../images/shadow_big.png) bottom no-repeat!important;
background-attachment: fixed;
background-size:cover;
}
.upper {
margin:0 auto;
}
.bottom {
padding:0 0 10px 0;
margin:0 auto 15px auto;
}
.module_padding {
padding:0;
margin:0 20px 0 0;
float:left;
}
.last {
margin:0;
}
.footer_wrap {
padding:15px 0;
}
.footer_content, .footer_wrap_copyright_content {
margin:0 auto;
}
.footer {
width:50%;
float:left;
}
.footer_pad {
padding:20px 0;
line-height:24px;
}
.footer_pad img {
padding:0 7px 0 0;
}
.footer_pad_right {
padding:20px 0;
text-align:right;
line-height:24px;
}
.footer_wrap_copyright {
padding:0;
margin:0;
}
.hot_tabs {
background:#f36f00 url(../images/tabs_bg.jpg) no-repeat;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
padding:0 10px 20px 10px;
}
.clr {
clear:both;
}
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42537
by ivan.milic
Replied by ivan.milic on topic Add Image to main body background
Try like this:
body {
color: #666666;
background: url(../images/shadow_big.png) bottom no-repeat!important;
background-attachment: fixed!important;
background-size:cover!important;
}
body {
color: #666666;
background: url(../images/shadow_big.png) bottom no-repeat!important;
background-attachment: fixed!important;
background-size:cover!important;
}
The following user(s) said Thank You: NeilT
Please Log in to join the conversation.
Time to create page: 0.095 seconds