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
[split from] CSS Layout Conversion Issue
Old 11-12-2008, 05:46 PM [split from] CSS Layout Conversion Issue
Average Talker

Posts: 21
Name: Hesham
Location: Ismailia , EGYPT
Trades: 0
Really this is my first time at this forum and am just new born in web design and i dont know why all of you is fight and try to show of that he or she know better than anyone i wich we all can help each others and share the good usefull informations and am sure that will be a good thing so please some body send me privte message to help me how i can centre my web site and when my rosolution is become more than 800 /600 when am do it like 1024 * 800 something like that forgive me if i cant explain well so it work with me when i put some layer on the surface of the page and the center it and then make it static so its become in center what ever rosolution is but i cant do the other layers on the surface such i want start use some photos and logos ,, so when am put it on my biggest layer that i made and center and i make it with different color to become the background of my page so the other layers am use on the main layer is move to different position when i change the rosolution so i want to know how to make it stretch with the main layer that i made it static because when am try to static the other things i need its freez at some corner and i want change position of it as i want that allllllllll thank for who is going to help me
blue_way2002 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-12-2008, 09:11 PM Re: CSS Layout Conversion Issue
Average Talker

Posts: 21
Name: Hesham
Location: Ismailia , EGYPT
Trades: 0
is any body here is going to help me or not i hope if okay some body send me because i dont understand what you talk about

here is my problem read it again and i dont understand how we use the * symbol at the scenario i asked about and what is the OP and what is the FF you all of you talks about maybe am ignore alittle but i hope you teach me all of you here is my problem

Really this is my first time at this forum and am just new born in web design and i dont know why all of you is fight and try to show of that he or she know better than anyone i wich we all can help each others and share the good usefull informations and am sure that will be a good thing so please some body send me privte message to help me how i can centre my web site and when my rosolution is become more than 800 /600 when am do it like 1024 * 800 something like that forgive me if i cant explain well so it work with me when i put some layer on the surface of the page and the center it and then make it static so its become in center what ever rosolution is but i cant do the other layers on the surface such i want start use some photos and logos ,, so when am put it on my biggest layer that i made and center and i make it with different color to become the background of my page so the other layers am use on the main layer is move to different position when i change the rosolution so i want to know how to make it stretch with the main layer that i made it static because when am try to static the other things i need its freez at some corner and i want change position of it as i want that allllllllll thank for who is going to help me
blue_way2002 is offline
Reply With Quote
View Public Profile
 
Old 11-12-2008, 09:14 PM Re: CSS Layout Conversion Issue
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Ok, we really need to see the code you have already in order to be able to figure out what you've done and how to get it working the way you want it. None of us can do much of anything with an image.

You also might want to see if any of these 40 layouts will work for you, then download it and start learning from it: http://blog.html.it/layoutgala/
__________________
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; 11-12-2008 at 09:15 PM..
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 11-13-2008, 05:03 AM Re: [split from] CSS Layout Conversion Issue
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
is any body here is going to help me or not i hope if okay some body send me because i dont understand what you talk about
Don't hijack other peoples threads and you will get answers to YOUR problem. Otherwise it just looks as if you are replying to the existing thread!!
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-13-2008, 07:32 AM Re: [split from] CSS Layout Conversion Issue
Skilled Talker

Posts: 88
Trades: 0
I think your asking how to center your site, if not then sorry. So to center a site in CSS use the following:

'margin: 0px auto; width: 800px;'

You need the width on the margin attribute otherwise it won't work, you may also need text-align: center for some older browsers.

so the whole thing would be margin: 0px auto; width: 800px; text-align: center; and have that as a container css attribute, then your innder divs and content will need a text-align: left so like something like this:

css
------
#container {
margin: 0px auto;
width: 800px;
text-align: center;
}

#main {
text-align: left
}

html content
------

<div id='container'>
<div id='main'>this is my content</div>
</div>
__________________
Graham Barnes


Please login or register to view this content. Registration is FREE
xpguy is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to [split from] CSS Layout Conversion Issue
 

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