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.

Website Design Forum


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



Freelance Jobs

Reply
Having trouble aligning elements in IE.. Safari looks perfect tho!
Old 08-26-2010, 04:23 PM Having trouble aligning elements in IE.. Safari looks perfect tho!
mlovet1's Avatar
Experienced Talker

Posts: 43
Name: Matt
Trades: 0
So I've been having a bloody hard time trying to get IE to cooperate with my css positioning and it just won't have it. My site is http://www.hortassistlandscaping.com and if you view it from safari, which I use as default browser on macbook, it looks just the way I intended - centered iframe.

If anyone knows some quick fix advice that would be fantastic! I'm new to this forum, so I'll try and review other posts and problems. Thanks everyone.
mlovet1 is offline
Reply With Quote
View Public Profile Visit mlovet1's homepage!
 
 
Register now for full access!
Old 08-27-2010, 10:51 AM Re: Having trouble aligning elements in IE.. Safari looks perfect tho!
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Why are you using an iFrame in the first place?
__________________
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
 
Old 08-27-2010, 07:43 PM Re: Having trouble aligning elements in IE.. Safari looks perfect tho!
mlovet1's Avatar
Experienced Talker

Posts: 43
Name: Matt
Trades: 0
Are iframes considered taboo? I figured it would mean faster load times.
mlovet1 is offline
Reply With Quote
View Public Profile Visit mlovet1's homepage!
 
Old 08-30-2010, 04:44 AM Re: Having trouble aligning elements in IE.. Safari looks perfect tho!
CSM
CSM's Avatar
Front-End Developer

Posts: 297
Name: Michael Pehl
Location: Palma de Mallorca
Trades: 0
What is

Code:
position:float;
please, I never heard of that. That's not a valid value for "position".

Code:
body {
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-position:right;
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	}
Where is the attachment you want to have fixed?

Code:
<body bgcolor="#CCFFCC">
Why are you using CSS in the code above?

This should be enough for the body.

Code:
body {
	background:#ccffcc;
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	}
You see your code, or whoever did code this, is ... not really good tbh.

Check here all your 56 errors:

http://validator.w3.org/check?uri=ht...Inline&group=0

My opinion: get someone professional to do the "site".
__________________
Chief Web Officer / Front-End Developer / System Engineer

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
CSM is offline
Reply With Quote
View Public Profile Visit CSM's homepage!
 
Old 08-30-2010, 02:16 PM Re: Having trouble aligning elements in IE.. Safari looks perfect tho!
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Quote:
Are iframes considered taboo? I figured it would mean faster load times.
Quite the OPPOSITE, it will make the load time SLOWER because instead of loading 1 html file, you are loading 2 - or more if you have more than one iframe pulling in other pages.
__________________
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
 
Old 08-30-2010, 05:48 PM Re: Having trouble aligning elements in IE.. Safari looks perfect tho!
mlovet1's Avatar
Experienced Talker

Posts: 43
Name: Matt
Trades: 0
Hey thanks for the advice, I checked the w3 validator and it seems to me like a bunch of "tedious/unnecessary" problems.. Only people staring at the code would pick up on them. I did the coding myself and I certainly have never claimed to be a professional site builder. I'm a horticulturist by trade and just happen to have a little html/css knowledge. I'm really more worried about the design and functionality between browsers aspect rather then having picture perfect code.

Ladynred - did away with the iframe, and I agree, definitely an improvement thanks for the suggestion.
mlovet1 is offline
Reply With Quote
View Public Profile Visit mlovet1's homepage!
 
Reply     « Reply to Having trouble aligning elements in IE.. Safari looks perfect tho!
 

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