Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 710
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 311
Total: 311

need small help plz

Started by simmi2121, Jan 16, 11, 07:36:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

simmi2121

hi ...

i am attaching a pic ... i want to have a space between my logo and next area below logo like CRIP bro done in his theme demo site....

i attached a pic please see and plz help me ...i will be thankful to u  guys..

http://i54.tinypic.com/i6wbgh.jpg

http://i55.tinypic.com/2utg4us.jpg
---------------------------------------------/

Crip

Can i see your site / Theme Link?
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

You know where you put the logo. Its probably in


#header{
background: " yourlogo.png"
}


Now if you give that an extra height, and also define an background color, then you should get the effect you want ;). Don't forget the #head-l and #head-r if you have those defined ;)

simmi2121

#3
here u go crip bro

http://www.indian-crackers.com

simmi2121

thank u willemjan bro ... u rock ... :)  thanks a lot bro .....  for helping me ..... i got ...

  thanks u soooooooooooo much .... simply rock


simmi2121

willemjan bro  i tried the things....

here is default code see

Quote
#header {
   position: relative;
   height: 132px;
   overflow: hidden;
   clear: both;
   background: #f2f2f2 url(../images/img/h-bg.png) 0 0 repeat-x;
    margin: 0;
   -moz-border-radius-topleft: 10px;
   -moz-border-radius-topright: 10px;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -khtml-border-radius-topleft: 10px;
   -khtml-border-radius-topright: 10px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   margin-left: auto;
   margin-right: auto;
}
#head-r {
    height: 132px;
    background: 100% 0 no-repeat;
}
#head-l {
    background: 0 0 no-repeat;
}

and here is the code that i modified

every thing is same i changed this thing
#header {
   position: relative;
   height: 132px; <---------i put 201 px in place of 132px

and

background: #f2f2f2 url(../images/img/h-bg.png) 0 0 repeat-x;   <------- 

Quotei place mypattern.png   in place of h-bg.png   ( i placed mypattern.png /images/img FOLDER ) 

but my image (mypattern.png)  image not coming ...... :((((((((     i got height but image not getting showed :(

Maxx

What happened to Crip's copyright or credit go> do not see this on your theme. If you want custom work Crip May or may not do it for you, But I see several thing wrong with the header/banner alone! and I'm not even sure if he like his theme being used on an illegal site or crack site?????

regards,
Maxx

simmi2121

max bro ...   its only for educational purpose .... itz on site notice .. anyway bro ..  there is a credit of crip bro ..please check again bro ... and still if u think ... that its for illegal i can change theme :((

but itz on site notice that itz for educational purpose only .. nothing else
still if u think i can change whatever u say ....

no issues bro

Maxx

Thanks 4 putting it back! hope u keep there!

First you need to give more header space to fit your log!

below you'll find height:210px;
this  the size of mine, but what evr your is set to it needs one or 2 px's more!

#header {
    position: relative;
    height: 210px;
    overflow: hidden;
  /* background: #fefefe url(../images/img/header-bg.gif) 0 0 repeat-x; */
}


This way it will not flow over your nav bar menu!

regards,
Maxx

simmi2121

bro header space i got .... but my image is not getting over it .....

/* background: #fefefe url(../images/img/header-bg.gif) 0 0 repeat-x; */
}
instead of header-bg.gif i have put my image -> pattern.png   
but image is not gettin showed on tht header space ....