Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Div alignment problem
Old 02-07-2009, 05:33 PM Div alignment problem
Skilled Talker

Posts: 53
Trades: 0
I'm trying to get my tag cloud to line up on top of my reflection at the bottom of my page but am unsure how to get it to work. I've tried so many different things I've lost track of what I've done, grrrr!!.....

Here's the link:
http://www.classicengraving.org/

Any ideas?
moonlit is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-08-2009, 04:36 AM Re: Div alignment problem
shonkyboy's Avatar
Extreme Talker

Posts: 226
Name: Chris
Location: West Yorks , UK
Trades: 0
what exactly do you mean by tag cloud? The bit at the bottom where it says pens signs to go, engraving?
And do youwant that to site on top of the image?
__________________

Please login or register to view this content. Registration is FREE
shonkyboy is offline
Reply With Quote
View Public Profile
 
Old 02-08-2009, 06:02 AM Re: Div alignment problem
TheHosted's Avatar
Skilled Talker

Posts: 64
Name: Michelle
Location: Cyber Space
Trades: 0
If you want your tag cloud over the image "http://www.classicengraving.org/images/bottom.gif" it needs to be in the same div. So the image is a background and the tag cloud is over it. You currently have it in 2 separate div's
__________________

Please login or register to view this content. Registration is FREE
- Hosting Since 2004 With End User Support

Accepting Paypal, Moneybookers, Google Checkout, & More.
Proudly Designed By:
Please login or register to view this content. Registration is FREE
TheHosted is offline
Reply With Quote
View Public Profile Visit TheHosted's homepage!
 
Old 02-08-2009, 03:47 PM Re: Div alignment problem
Skilled Talker

Posts: 53
Trades: 0
How do I set it as a bg image? Right now I have it set as a picture.
moonlit is offline
Reply With Quote
View Public Profile
 
Old 02-08-2009, 04:09 PM Re: Div alignment problem
Brian07002's Avatar
Defies a Status

Posts: 2,162
Name: ...
Location: ...
Trades: 0
Quote:
Originally Posted by moonlit View Post
How do I set it as a bg image? Right now I have it set as a picture.
Code:
background-image:url(images/yourimage.jpg);
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Old 02-08-2009, 05:07 PM Re: Div alignment problem
Skilled Talker

Posts: 53
Trades: 0
I'm still new to this whole div thing. This is what I have:
<div>background-image:url(images/bottom.gif);</div>
which I know isn't right esp since it's not showing up. What am I missing?
moonlit is offline
Reply With Quote
View Public Profile
 
Old 02-08-2009, 07:02 PM Re: Div alignment problem
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Quote:
<div>background-image:url(images/bottom.gif);</div>
Nope, it's not right. You need to put that in the CSS:

div.tagcloud{background: url(images/bottom.gif) no-repeat;}
That is a div with a CLASS of 'tagcloud'.

Then in your html use:
<div class="tagcloud">info here </div>
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Div alignment problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.45820 seconds with 12 queries