SunQuest
           CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 3rd, 2003, 04:01 PM
MastaM00 MastaM00 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2002
Posts: 6 MastaM00 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
CSS Positioning

I'm new to the concept of a website not using tables and I'm trying to develop one without them but I've run into what I'm sure is a relatively simple snag.


Here's a block of code and an image of it.

Code:
<div id="Footer">

	<img src="images/img_equalhousing.jpg" alt="">

	<div id="FooterLinks">

		<a href="Licensing.aspx" title="Licensing Disclosure">Licensing Disclsoure</a>&nbsp;|&nbsp;
		<a href="Privacy.aspx" title="Privacy Policy">Privacy Policy</a>&nbsp;|&nbsp;		
		<a href="Disclosure.aspx" title="Disclosure">Disclosure</a>
		<br />
		<a href="Flexible.aspx" title="We're Flexible">We're Flexible</a>&nbsp;|&nbsp;	
		<a href="FastLane.aspx" title="In The FastLane">In The Fastlane</a>&nbsp;|&nbsp;	
		<a href="Flexible.aspx" title="We're Flexible">We're Flexible</a>&nbsp;|&nbsp;	
		<a href="Flexible.aspx" title="We're Flexible">We're Flexible</a>

	</div>
</div>


and the accompanying CSS

Code:
#Footer 
{
	bottom:auto;
	margin:10px 0px 10px 0px;
	padding:5px 0px 5px 20px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px; 
	line-height:11px;
	background-color:#eee;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:auto;
}

#Footer #FooterLinks 
{
	font:10px;
	position:relative;
	text-align:center;
	line-height:20px;
	z-index:1;
	clear:both;
}



and the results


What I need however is the image CENTERED vertically where it is at the left end with the links as they are. How can I center the image and keep the image and the links all in the same row?

Thanks

Last edited by MastaM00 : November 3rd, 2003 at 06:21 PM.

Reply With Quote
  #2  
Old November 6th, 2003, 10:11 AM
cliffhanger9's Avatar
cliffhanger9 cliffhanger9 is offline
fortin bra?
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: city of sin, state of the art
Posts: 416 cliffhanger9 Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 18 h 22 m 19 sec
Reputation Power: 0
Send a message via ICQ to cliffhanger9 Send a message via AIM to cliffhanger9 Send a message via MSN to cliffhanger9 Send a message via Yahoo to cliffhanger9
like this....?

Code:
<head>

<style>

#Footer 
{
	bottom:auto;
	margin:10px 0px 10px 0px;
	padding:5px 0px 5px 20px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px; 
	line-height:11px;
	background-color:#eee;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:auto;
	valign: middle;
}

#Footer #FooterLinks 
{
	font:10px;
	position:relative;
	text-align:center;
	line-height:20px;
	z-index:1;
	clear:both;
}

</style>


</head>


<body>

<div id="Footer">


<table width=100%>
<tr><td width="50">
	<img src="images/img_equalhousing.jpg" alt="" valign=middle>
</td>
<td>

	<div id="FooterLinks">

		<a href="Licensing.aspx" title="Licensing Disclosure">Licensing Disclsoure</a> | 
		<a href="Privacy.aspx" title="Privacy Policy">Privacy Policy</a> | 		
		<a href="Disclosure.aspx" title="Disclosure">Disclosure</a>
		<br />
		<a href="Flexible.aspx" title="We're Flexible">We're Flexible</a> | 	
		<a href="FastLane.aspx" title="In The FastLane">In The Fastlane</a> | 	
		<a href="Flexible.aspx" title="We're Flexible">We're Flexible</a> | 	
		<a href="Flexible.aspx" title="We're Flexible">We're Flexible</a>

	</div>

</td></tr>
</table>
</div>
</body>


good lucky!!

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > CSS Positioning


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway