• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Ucoz copyright is not visible
Ucoz copyright is not visible
TacticalDood
Posts: 4
Reputation: 0

Message # 1 | 11:13 AM
The ucoz copyright banner is not visible anymore on my website after i inputted my own html and css codes.

This is my html:
Code
<!DOCTYPE html>
<html>
<head>
  <link type="text/css" rel="StyleSheet" href="/_st/my.css" />
  <link href='http://fonts.googleapis.com/css?family=Oswald:300' rel='stylesheet' type='text/css'>
  <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
</head>
<body>
<br>
<div id="logo"></div>
<br/>
<p id="navbar"><a href="#">الرئيسية<a> <a href="#">الصور</a> <a href="#">تواصل</a></p>
<br>
  <div id="footer"><p id="copyright">$POWERED_BY$</p></div>
</body>
</html>


and here is my css:
Code
html {
  overflow-x:hidden;
}

body {
  background-color:#EEEEEE;
  background-image: url("http://testservertd.ucoz.com/grayed.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

body:hover {
  background-color:#EEEEEE;
  background-image: url("http://testservertd.ucoz.com/15700452088_6777f4660f_b.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:129px;
  height:88px;
  background-image: url("http://testservertd.ucoz.com/logo.png");
}
   
#navbar {
  background-color: #000000;
  background-color: rgba(0,0,0,0.3);
  border-radius:50px;
  margin: auto;
  display: block;
  width: 250px;
  height: 22px;
  text-align: center;
  padding-top:3px;
  word-spacing:30px;  
}

a {
  text-decoration: none;
  color:#C8C8C8;
}

a:hover {
  color:#57B0F9;
}

#footer {
  background-color: #000000;
  background-color: rgba(0,0,0,0.3);
  height:30px;
  width:99999999px;
  margin-left:-600px;
  position: fixed;
  bottom:0;
}

#copyright {
  color:#ffffff;
  display: block;
  text-align: center;
}
steven4u
Posts: 81
Reputation: 8

Message # 2 | 12:23 PM
TacticalDood,

what is your website URL ?

A person who never made a mistake never tried anything new
TacticalDood
Posts: 4
Reputation: 0

Message # 3 | 12:32 PM
http://testservertd.ucoz.com/
Xayaan
Posts: 558
Reputation: 13

Message # 4 | 1:45 PM
TacticalDood, In the CSS, Remove the
Code
color:#ffffff;
under the "#copyright" division.

My Skype : xayan123 | My Twitter : @Officialxayaan
uID : - Zayaan Ibrahim | Need a professional design? Check out my Portfolio
TacticalDood
Posts: 4
Reputation: 0

Message # 5 | 4:05 PM
The problem was in the size of the footer, exactly this code:
Code

width:99999999px;
  margin-left:-600px;  

now i removed the code and the uCoz copyright appeared but i have another problem. If you enter the website you will find that the footer's width doesn't fill the browser's width. I have tried many workarounds but i failed to fix it.
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 6 | 5:29 PM
TacticalDood, do it like this.
Code
#footer{
background-color: rgba(0,0,0,0.3);
height: 30px;
width: 100%;
margin-bottom: -20px;
position: fixed;
bottom: 0;
left:0;
right:0;
}


what's with the margin-bottom, though? why are you putting -20px in it?
Post edited by Eriko - Sunday, 2015-01-04, 5:31 PM
TacticalDood
Posts: 4
Reputation: 0

Message # 7 | 6:01 PM
Thanks Eriko. I was trying something with the margin bottom property but i removed it now. Thanks again.
uCoz Community » For Webmasters » Design Customization » Ucoz copyright is not visible
  • Page 1 of 1
  • 1
Search: