New messages Members Forum rules Search
  • Page 1 of 2
  • 1
  • 2
  • »
Forum moderator: kostova  
uCoz Support Forum by uCozers » uCoz » Design Customization » Need help with banner banner slider (sml[Default])
Need help with banner banner slider
AndresDate: Friday, 2011 April 08, 4:52 AM | Message # 1
Font size: A | A |
Private
Group: User
Message: 13
[ ]
Offline
This is my site http://mangud.ucoz.com, u can see the banner slider, how can i make it better? Realy what i want is that the grey area disappears. Sorry about my bad english tongue
 
SirDarknightDate: Friday, 2011 April 08, 5:48 AM | Message # 2
Font size: A | A |
Lieutenant
Group: uCozer
Message: 61
[ ]
Offline
Please Be More Specific and Provide a Screenshot. I can't help you with this information.

Please Give Me Some Reputation or Award If My Post Helps You
 
BrazenDate: Friday, 2011 April 08, 7:28 AM | Message # 3
Font size: A | A |
Colonel
Group: Administrator
Message: 304
[ ]
Offline
Andres, like SirDarknight, already mentioned not enough information. If your English is bad you have to add edited screen shot showing what you are trying to achieve.

For now, What gray area are you talking about, is the background the banner slider located on or is it the border around the banner slider? More over, screen shot is not enough, so we will also need to see your code for that page and CSS. Try attaching both codes to this thread!


LOL With Us! l Game Blog l 3D Autos

"knowledge without wisdom is curse" Alex Seb

 
AndresDate: Friday, 2011 April 08, 7:49 AM | Message # 4
Font size: A | A |
Private
Group: User
Message: 13
[ ]
Offline
Okey here is the screen shot, I think now u can undertand what i mean tongue
Attachments: 4117666.png (186.4 Kb)
 
BrazenDate: Friday, 2011 April 08, 8:11 AM | Message # 5
Font size: A | A |
Colonel
Group: Administrator
Message: 304
[ ]
Offline
We also need CSS and template code of that page.

Also, explain what you mean by

Quote (Andres)
Realy what i want is that the grey area disappears.

You want the color to be changed to something else?


LOL With Us! l Game Blog l 3D Autos

"knowledge without wisdom is curse" Alex Seb

 
AndresDate: Friday, 2011 April 08, 8:16 AM | Message # 6
Font size: A | A |
Private
Group: User
Message: 13
[ ]
Offline
Hmm, I thin these then.
http://mangud.ucoz.com/css/index.css
http://mangud.ucoz.com/General_appearance_of_forum_pages.txt
 
AndresDate: Friday, 2011 April 08, 8:28 AM | Message # 7
Font size: A | A |
Private
Group: User
Message: 13
[ ]
Offline
I hope i can show what i want now. tongue
I have like this.

But i want to be like this.

Added (2011 April 08, 8:28 Am)
---------------------------------------------
Never mind i got it, I put <a front of the code and </a> to the end tongue

Attachments: 4885693.png (177.4 Kb) · 9459480.png (219.2 Kb)
 
BrazenDate: Friday, 2011 April 08, 8:35 AM | Message # 8
Font size: A | A |
Colonel
Group: Administrator
Message: 304
[ ]
Offline
You sure did! Although an interesting way of fixing the problem.

Since I already looked at the code I will provide the answer to your question.

All you had to do in CSS was to remove or comment out the background in .content_wrap

Code
/* Zone99 Styles */
.content_wrap {
   background: url(../images/trans_bg.png);
   border: 1px solid #1c1c1c;
   padding: 6px;
   margin-top: 15px;
}

Like this:

Code
/* Zone99 Styles */
.content_wrap {
   border: 1px solid #1c1c1c;
   padding: 6px;
   margin-top: 15px;
}


LOL With Us! l Game Blog l 3D Autos

"knowledge without wisdom is curse" Alex Seb

 
AndresDate: Friday, 2011 April 08, 8:44 AM | Message # 9
Font size: A | A |
Private
Group: User
Message: 13
[ ]
Offline
Ye I just tried and it worked smile but my problem is registresion page biggrin
 
BrazenDate: Friday, 2011 April 08, 8:48 AM | Message # 10
Font size: A | A |
Colonel
Group: Administrator
Message: 304
[ ]
Offline
Few question on the template. Is this one of the defaults uCoz templates, if yes, provide the design number, if not, show the website from where you got it. Just for the record.

What about registration page?


LOL With Us! l Game Blog l 3D Autos

"knowledge without wisdom is curse" Alex Seb

 
AndresDate: Friday, 2011 April 08, 8:54 AM | Message # 11
Font size: A | A |
Private
Group: User
Message: 13
[ ]
Offline
I downloaded from http://extm.clan.su tongue hmm the registration page isnt the same.
Attachments: 6839502.png (24.8 Kb)
 
BrazenDate: Friday, 2011 April 08, 9:01 AM | Message # 12
Font size: A | A |
Colonel
Group: Administrator
Message: 304
[ ]
Offline
Can you provide the link to the design, I need to see what kind of templates they included.

LOL With Us! l Game Blog l 3D Autos

"knowledge without wisdom is curse" Alex Seb

 
AndresDate: Friday, 2011 April 08, 9:09 AM | Message # 13
Font size: A | A |
Private
Group: User
Message: 13
[ ]
Offline
But this is russian langue, I translated to my langue myself.
http://www.zona-ucoz.org.ru/load/vse_dlja_ucoz/shablony_dlja_foruma_ucoz/shablon_foruma_zone99_dlja_ucoz/74-1-0-720
 
BrazenDate: Friday, 2011 April 08, 9:31 AM | Message # 14
Font size: A | A |
Colonel
Group: Administrator
Message: 304
[ ]
Offline
Yep, they included only two templates, one for the forum and the other one for the login form.
Maybe, I will look into it later, but for now I am done. Need a break.

Just FYI if you don't know much about CSS or HTML I would suggest modifying one of uCoz's default templates, it would be much easier than trying to install less than half done design.


LOL With Us! l Game Blog l 3D Autos

"knowledge without wisdom is curse" Alex Seb

 
AndresDate: Friday, 2011 April 08, 3:12 PM | Message # 15
Font size: A | A |
Private
Group: User
Message: 13
[ ]
Offline
too bad sad I realy liked this.

Added (2011 April 08, 3:12 PM)
---------------------------------------------
I would be very grateful if somebody can help me with this template. sad

 
uCoz Support Forum by uCozers » uCoz » Design Customization » Need help with banner banner slider (sml[Default])
  • Page 1 of 2
  • 1
  • 2
  • »
Search:


Copyrights uCozers 2009 - 2024 To TOP
Refresh Smileys Manager