Web Hosting Talk







View Full Version : A dumb question on the webpage header


kmt2010
01-15-2010, 03:36 PM
Hi all,

I am new here. May I ask a simple may be a dumb question? Is the head banner of the webpage made of image or codes? I think it is a background or logo image. How can we add some menus over that banner image for example, "Order Status|My Account|Customer Service|Wish List|Cart", etc.? Or, on the top of this forum page, there are some forms "Welcome, XXXXX! | Log Out" and some small pictures with links. How can they be added over the background or logo image?

dennisthompson
01-15-2010, 08:23 PM
Do you have a website we can see? I guess a "head banner" (I am assuming you mean menu?) If you mean a menu OR a header, it can be made by an image and/or code.

If you wanted to add something over the logo you could use position:absolute; vis CSS if you wanted..

kmt2010
01-15-2010, 08:58 PM
Do you have a website we can see? I guess a "head banner" (I am assuming you mean menu?) If you mean a menu OR a header, it can be made by an image and/or code.

If you wanted to add something over the logo you could use position:absolute; vis CSS if you wanted..

If you look at the top of Webhosting Talk page here, there is its logo image on the top left and some stuffs on the top right. I mean how to add those stuffs on the top right over the logo image.

Thanks

dennisthompson
01-16-2010, 02:47 AM
Well in that case you would add the following to the class "members"


.members {
position:absolute;
top:value;
right:value;
left:value;
}


I'm not really sure why you would want that but that's how I would would approach it.

ibee
01-16-2010, 02:57 AM
you can do it by creating another row on top of the low and allign right by using tables concept else u can use CSS also to do this.

dotflyer
01-16-2010, 02:58 AM
I guess kmt2010 think whole header is a logo image.

or he talking about peel.

dennisthompson
01-16-2010, 03:01 AM
The peel is a flash ad, I'm not really sure how those work if kmt2010 is talking about that. :D

kmt2010
01-16-2010, 11:37 AM
I guess kmt2010 think whole header is a logo image.

or he talking about peel.

I do not mean the peel. Sorry for the confusion. Please see the attached pic. What I wonder is how to add those red circled tabs and images over the top banner image.

Thanks.

dotflyer
01-16-2010, 02:10 PM
its very basic, you just need to define blue image as background, after that you can put logos, links, banner on it. Its simple,

if you still confuse let me give your files, I can do this for you,, not take more then few minuts.