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.

CSS Forum


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



Reply
Problem in code, I am unable to solve. In need of help
Old 05-31-2006, 10:37 AM Re: Problem in code, I am unable to solve. In need of help
Average Talker

Posts: 17
Trades: 0
I have gone back a few steps to my post on 24/5/06 10:51am and still have the problem of the content spreading into the left and right columns?
pernes is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-01-2006, 06:10 PM Re: Problem in code, I am unable to solve. In need of help
Mooofasa's Avatar
Defies a Status

Posts: 1,611
Name: Michael (mik) Land
Location: England
Trades: 0
Get a temporary place for us to see the CSS/HTML in action and it will be alot easier to see where the problem is.

The CDATA is redundant crap from an automated script I ran. Just ignore it.

I put the XML decleration in, because at the time I was working on my own site. Sorry.



--mik
__________________

Please login or register to view this content. Registration is FREE
- Tumblog with thoughts, quotes, links, videos, images and my creations.

Please login or register to view this content. Registration is FREE
- The best free web browser.

Please login or register to view this content. Registration is FREE
- Firefox is now Firefail.
Mooofasa is offline
Reply With Quote
View Public Profile Visit Mooofasa's homepage!
 
Old 06-05-2006, 09:51 AM Re: Problem in code, I am unable to solve. In need of help
Average Talker

Posts: 17
Trades: 0
Hi thanks for the reply Twitch, I have managed to post the site in a temporary place and the link is http://www.wealden.gov.uk/0506.htm

although no graphics will show. In Firefox the page content is at the bottom , the footer at the top and the nav bar has the seach over to the right and part of the line missing. In IE the content is at the bottom and still a problem with the search box. I really appreciate your help and comments. Thanks
pernes is offline
Reply With Quote
View Public Profile
 
Old 06-05-2006, 01:37 PM Re: Problem in code, I am unable to solve. In need of help
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
- #wrapper must have a defined width
- take off the clear: right and clear: left and use another float clearing method
- Use source order : #navleft, #wrapper, then #navright

Then you can either float: left all 3 containers or float the left nav and position the other 2 with margins.
__________________
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 06-05-2006, 02:17 PM Re: Problem in code, I am unable to solve. In need of help
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
JAMISONTUNES
Posts: 2,918
Name: Keith Marshall
Location: Connecticut
Trades: 0
Quote:
Originally Posted by LadynRed
Ok.. 2 things I see:
Get rid of the xml declaration that is above the DOCTYPE line. It's unnecessary and it throws IE into quirks mode. ANYTHING above the DOCTYPE line will throw IE into quirks mode.
Like how? - I've never seen this evident before, and I use IE all the time.
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 06-05-2006, 03:18 PM Re: Problem in code, I am unable to solve. In need of help
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Try reading thru this:
http://css-discuss.incutio.com/?page=RenderingMode
The 2nd section after the heading " What Mode is this in ?"

Quote:
It is also worth noting that an XML declaration such as:
<?xml version="1.0" encoding="UTF-8"?>
at the top of XHTML documents will throw IE6 and Opera 7.0x into QuirksRenderingMode. The XML declaration is not required, so omit it unless you want IE6 and Opera 7.0x in QuirksRenderingMode.
Note: the XML declaration can be omitted only if you are encoding in UTF-8, UTF-16 or a subset of UTF-8 (like US-ASCII). If your document is in French and you do not use entities for your accented characters (you are therefore encoding in iso-8859-1), then the XML declaration is mandatory. -- StephanieBooth 01.03.2003
Correction: if you omit the XML declaration, you should specify the encoding through the right http-header :-) -- RalfMueller 12.07.2004
An XML declaration can also cause problems in other browsers: IE4/Mac can try to download instead of displaying a page with one, and some older browsers will display it as plain text.
If you want to force IE6 into quirks mode without using an XML declaration, try inserting a blank comment before the doctype declaration, like
<!-- --><!DOCTYPE html PUBLIC ...>
__________________
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 06-05-2006, 03:45 PM Re: Problem in code, I am unable to solve. In need of help
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
JAMISONTUNES
Posts: 2,918
Name: Keith Marshall
Location: Connecticut
Trades: 0
Hmmm... Never knoew this, learn something new everyday!
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 06-06-2006, 06:41 AM Re: Problem in code, I am unable to solve. In need of help
Average Talker

Posts: 17
Trades: 0
Thanks I shall try out your suggestions. Sorry to appear so dim, when I went on a CSS course it all seemed so "easy", then it just goes all "pearshaped" when your out of the classroom, and when searching for examples they all appear to be done differently and then the browser issues to deal with... Urggg so frustration.
I hope you don't mind me asking LadynRed but could you link me to an examples of your work, hope you don't mind me asking?
pernes is offline
Reply With Quote
View Public Profile
 
Old 06-06-2006, 10:42 AM Re: Problem in code, I am unable to solve. In need of help
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
I don't mind, I've got sites out there and more coming on line in the coming months. Should have 3 more ready to roll in a couple of weeks. Here' a sample;

www.dallasmedicalspecialists.com
www.phgjohnstonwillis.com
www.stonecrestfp.com
www.onesourcemed.com - converted from an ugly tables-based CMS mess to CSS as an interim solution until the re-design is completed.

www.answers4gis.com

I do lots more, but for our intranet only.
__________________
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


Last edited by LadynRed; 06-06-2006 at 01:48 PM..
LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Problem in code, I am unable to solve. In need of help

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 2.46966 seconds with 11 queries