Jump to content

Footer CSS or Table


harryd

Recommended Posts

What would be the best for the footer.

I would like to add 4 banners horizontal. I found this style in the book but it can't make it work :(

 

 

div#aaa {position : a;}

div#bbb{position: b;}

div#ccc {position: c;}

div#ddd {position: d;}

 

.gif

.jpg

 

Thanks to killersites members I finished my #content with div.news with 2 cols.

 

I would appreciate some suggestions for the footer. I am trying to add 4 horizontal banners on top and links under.

 

Thanks

HD

Link to comment
Share on other sites

You didn't say how wide the footer is going to be but let me assume that it's 900px wide and based on the code you gave it looks like the banner images are 200px wide each.

 

You can do this with one css class and id:

 

#banner-wrap {width: 800px; margin: 0 auto;}

.banner {float: left; width:200px;}

 

 

This will place all four banners horizontally and centered.

Link to comment
Share on other sites

If you have Firefox, install developer bar .

On a left side of this bar is a button: CSS - Edit CSS.

Now you can change margins and paddings live in browser to center the banner div.

When you ready with editing, you can save your CSS file, replacing the old version.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...