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
CSS Positioning - Also Comment the Layout So Far
Old 08-04-2008, 11:29 PM CSS Positioning - Also Comment the Layout So Far
TreyeMe's Avatar
Experienced Talker

Posts: 49
Name: Mike
Location: NY
Trades: 0
Hey Im having a bit of trouble setting the last part of the layout for this site up. as im not getting paid for this Im doing it during my free time but its taking a lot of that up -_- and I was hoping some one could help me out as im tired of playing guess and check with this thing.

The page basically states itself but just to be clear im trying to get it so that the page keeps scrolling with the content. Just view my source code. The css is all internal. Mind any mess of the coding as its all being put together still.


On a side note I was also wondering what the easiest way to make some of the content in the web site external along with a style sheet so that if I ever wanted to change maybe some text that is on every page I can do so easily.

ANY SUGGESTIONS - TIPS - COMMENTS ON THE LAYOUT SO FAR WOULD BE GREAT!!!!!!!! The Site Is For An Art Gallery

This page is

http://eveotto.com/test.html

Thanks Again,
TreyeMe
TreyeMe is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-05-2008, 10:01 AM Re: CSS Positioning - Also Comment the Layout So Far
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Your div #maincontent is spilling over the bottom of the div #main because #maincontent has been floated, but not cleared. You can either place an element at the bottom of #main with {clear: both} as one of its properties, or you can add {overflow: auto} to #main.
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 08-05-2008, 03:36 PM Re: CSS Positioning - Also Comment the Layout So Far
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Quote:
On a side note I was also wondering what the easiest way to make some of the content in the web site external along with a style sheet so that if I ever wanted to change maybe some text that is on every page I can do so easily.
A server-side include is the easiest way to accomplish that.
__________________
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-05-2008, 11:13 PM Re: CSS Positioning - Also Comment the Layout So Far
TreyeMe's Avatar
Experienced Talker

Posts: 49
Name: Mike
Location: NY
Trades: 0
Quote:
Originally Posted by wayfarer07 View Post
Your div #maincontent is spilling over the bottom of the div #main because #maincontent has been floated, but not cleared. You can either place an element at the bottom of #main with {clear: both} as one of its properties, or you can add {overflow: auto} to #main.
Perfect Thanks A Ton for bothering with that really messy code!

Quote:
Originally Posted by LadynRed View Post
A server-side include is the easiest way to accomplish that.
Awesome. Exactly what I was looking for

Thanks again both you you

Last edited by TreyeMe; 08-05-2008 at 11:15 PM..
TreyeMe is offline
Reply With Quote
View Public Profile
 
Old 08-05-2008, 11:42 PM Re: CSS Positioning - Also Comment the Layout So Far
summer14's Avatar
Average Talker

Posts: 27
Trades: 0
Quote:
Originally Posted by TreyeMe View Post
On a side note I was also wondering what the easiest way to make some of the content in the web site external along with a style sheet so that if I ever wanted to change maybe some text that is on every page I can do so easily.
Try doing Iframes, or CMS ( content management system ) this will be dealing with web programming.
summer14 is offline
Reply With Quote
View Public Profile
 
Old 08-06-2008, 12:47 AM Re: CSS Positioning - Also Comment the Layout So Far
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Iframes are NOT the way to go. CMS *might* be applicable in some cases.
__________________
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-06-2008, 10:28 PM Re: CSS Positioning - Also Comment the Layout So Far
TreyeMe's Avatar
Experienced Talker

Posts: 49
Name: Mike
Location: NY
Trades: 0
Quote:
Originally Posted by summer14 View Post
Try doing Iframes, or CMS ( content management system ) this will be dealing with web programming.

Ive worked with Iframes before I dont care for it at all to be honest A lot of browsers dont even support them. Although it is a solution yes.

Im gonna go ahead with what lady was suggesting about the SSI. I've been reading into it more and more and it seems simple enough to set up.

Thanks Though and thanks again Lady
TreyeMe is offline
Reply With Quote
View Public Profile
 
Old 08-07-2008, 03:09 PM Re: CSS Positioning - Also Comment the Layout So Far
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
You're welcome
__________________
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-08-2008, 04:17 AM Re: CSS Positioning - Also Comment the Layout So Far
Banned

Posts: 52
Name: Dang N
Location: Rowlett Tx
Trades: 0
whatsup with the yellow div on the bottom of ur page?
Dangmnx is offline
Reply With Quote
View Public Profile Visit Dangmnx's homepage!
 
Old 08-09-2008, 02:41 AM Re: CSS Positioning - Also Comment the Layout So Far
TreyeMe's Avatar
Experienced Talker

Posts: 49
Name: Mike
Location: NY
Trades: 0
I thought it would help tie the whole page together. lol and its green...


Na i Just havnt been able to fix it. Ive been busy the past couple days. I was playing with some settings for adding a footer. It shows on the page proper but in dreamweaver design function it shows up at the top of the content cell or body cell...Not sure how to make it visually work for me. As long as it works when you open it in your browser Its good enough by me I guess
TreyeMe is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to CSS Positioning - Also Comment the Layout So Far
 

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