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
float drop probleam. IE again =(
Old 07-19-2005, 02:35 AM float drop probleam. IE again =(
NotalesS's Avatar
Average Talker

Posts: 22
Trades: 0
I just finished installing my word press theme, and then i found that IE doesn't like it. So i went through the source for each part of the theme. I couldn't find the problem. Then i remembered that i had something kind of like this problem before so i applied the technique i found before but no use. it didn't work. Its still wont be placed back to its proper place.

All help is much great full.
Site: http://www.notaless.hostmatrix.org/

Here is the CSS
Code:
/*  
Theme Name: Dusk
Theme URI: http://beccary.com/goodies/wordpress-themes/
Description: A dark blue and grey theme. 
Version: 1.0
Author: Becca Wei
Author URI: http://beccary.com
*/



/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #556777 url(images/bg.gif) repeat-x;
	font-size: x-small;
	font-family: Arial, sans-serif;
	color: #4A4A49;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}
html>body {
	font-size: small;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Verdana, serif;
}
h1, h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
a:link {
	color: #497CA7;
}
a:visited, a:active {
	color: #6E7CA7;
}
a:hover {
	color: #7599B7;
	text-decoration: none;
}
input, textarea, select {
	background-color: #FFF;
	color: #4A4A49;
	font-size: 1em;
	font-family: Arial, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #888685;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}



/* Layout */

#wrapper {
	width: 760px;
	margin: 0 auto;
	background: #EEEAE8 url(images/wrapper.gif) repeat-y;
	font-size: 0.9em;
	text-align: left;
}
#header {
	width: 760px;
	height: 170px;
	background: url(images/header.gif) no-repeat;
}

	/* Header Styles */
	
	#title {
		float: left;
		margin: 38px 0 0 9px;
		border: 1px dashed #2E3235;
		padding: 1px;
	}
	#title h1 {
		margin: 0;
		padding: 5px 15px;
		border: 0;
		background-color: #222;
		color: #878584;
		font-size: 2em;
		line-height: 32px;
		letter-spacing: 1px;
	}
	#title h1 a {
		color: #878584;
		text-decoration: none;
	}
	
#content {
	float: left;
	width: 550px;
	padding: 0 20px 0 35px;
	background: url(images/content.gif) no-repeat;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 495px;
} 
html>body #content {
	width: 495px;
}
* html #content {
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 210px;
	padding: 80px 25px 0 15px;
	background: url(images/sidebar.gif) no-repeat top right;
	color: #878584;
	font-size: 0.92em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 170px;
} 
html>body #sidebar {
	width: 170px;
}

	/* Sidebar Styles */
	
	#sidebar h2 {
		margin: 0 0 0.6em 0;
		border-bottom: 1px dotted #5E5D5D;
		font-size: 1.1em;
	}
	#sidebar a:link {
		color: #7599B7;
	}
	#sidebar a:visited, #sidebar a:active {
		color: #8B99B7;
	}
	#sidebar a:hover {
		color: #497CA7;
		text-decoration: none;
	}
	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#sidebar ul ul, #sidebar ol {
		margin: 1.2em 0 1.2em 1.3em;
	}
	#sidebar ul ul {
		list-style-type: disc;
	}
	#sidebar ul ul ul {
		margin-top: 0;
		margin-bottom: 0;
	}

#footer {
	clear: both;
	padding: 1.2em 230px 1.2em 35px;
}

	/* Footer Styles */
	
	#footer p {
		margin: 0;
		padding: 0.6em 0;
		border-top: 1px dotted #888685;
		font-size: 0.92em;
	}

	

/* Blog Styles */

.posttitle {
	margin: 0.6em 0 0 0;
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #888685;
}
.posttitle a {
	text-decoration: none;
}
.postmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
}
.postmeta, .postfeedback {
	font-size: 0.92em;
	text-align: right;
}
.pagetitle {
	margin: 0.6em 0 1.2em 0;
}
.commentauthor {
	margin: 1.2em 0 0 0;
	border-bottom: 1px dotted #888685;
	font-size: 1.1em;
}
.commentauthor a {
	text-decoration: none;
}
.commentmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
	font-size: 0.92em;
}
#comment {
	width: 98%;
}
any help is welcomed thanks!
NotalesS is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-19-2005, 04:16 PM
NotalesS's Avatar
Average Talker

Posts: 22
Trades: 0
PLZ i need help
NotalesS is offline
Reply With Quote
View Public Profile
 
Old 07-20-2005, 02:50 PM
NotalesS's Avatar
Average Talker

Posts: 22
Trades: 0
Any One?
NotalesS is offline
Reply With Quote
View Public Profile
 
Old 07-22-2005, 04:17 AM
numbenator's Avatar
Webmaster Talker

Posts: 523
Location: London
Trades: 0
Surely you mean you can not find a solution to a prblem you have. You have been very vague though in what you prblem is which you surly must tell us. All as i am seeing is that you have posted that you have a problem and given us a style sheet. All in, I have no idea what your problem is.

Why don't you tell us what the problem is and then we could look at the style sheet to better identify why you are having the issue , what a solution might be or whether there is an alternative way of getting arround problem.
__________________

Please login or register to view this content. Registration is FREE
numbenator is offline
Reply With Quote
View Public Profile Visit numbenator's homepage!
 
Old 07-22-2005, 05:01 AM
danburzo's Avatar
Skilled Talker

Posts: 82
Location: Bistrita RO
Trades: 0
i think it's the google ads... have you tried removing them?
danburzo is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to float drop probleam. IE again =(
 

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.20623 seconds with 12 queries