CSS Large Logo for Page Header Design

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I gave you the wrong address!

it is www.integratedbrands.biz

I took the  liberty of adding an edge to the right side of the whole page and it looks great!
Let me know if you want to do this also and i'll tell you where it's at in the the .css

Robert Lobaina
13 years ago
Hi Robert, I see you're using 1.7, I haven't got onto that yet. I like the extra space on the right, please tell everyone how you did that and someone will find it useful!

In response to your question about the grey background I'm pretty sure that's in the 'body' selector:

body
{
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  background: #444 url(images/bg_body.gif) repeat-x;
  color: #ff9933;
}

Check the background attribute, the #444 is the grey and the bg_body.gif is the darker grey stripe (repeating across the page). If you look at my store at http://store.flashdisk.com.au/ you'll see my flashdisk theme doing some things with this.
13 years ago
Thanks much this is exactly what i was trying to do.

visit http://commercialbargains.com to see how mine worked out.
13 years ago
@http://commercialbargains.com

Great job! :)

I am new and hoping to do the same large banner.
Could you share if you had to change anything else than what is related in the first page of this thread?

thanks,

Antoine
13 years ago
The easiest way to figure all of this out is to use the firefox plug-in firebug. With this tool you can hover over anything on a site and it will tell you all the info you need like the div and class names and even show you the css styles used for it. It is a must have tool in my opinion for any developer.

So to see the exact styles i used just install the plug-in and visit my site http://commercialbargains.com and use the tool to see the changes i did to each little thing.

Hope this helps.
13 years ago
Yes it helps thanks :)
I've suceeded in my VM at doing this as well.

hopes your business works out great.

Cheers,
Antoine
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.