Two columns Three columns Mixed cols and rows Gallery Archives Clean & Clear Dark or Black High Contrast/ Impact Blog Designs New Corporate/ Professional Unconventional Designs Liquid layouts Web Design Firms Our Favorites What's Popular Last 20 submissions
Horizontal Menus Vertical Menus Multiple/ Nested Levels

CSS Drive Blog CSS forums

Date: 07/05/2005 CSS forums

Update: Well, just an update, the CSS forums are now up! I'll see you there.

Comments (15)

Guys can you suggest some good Browser Based CSS Editor?

Shankar on 07/21 at 02:42 AM

I just registered and am looking forward to interacting on there. Thanks.

Knoxvegan on 07/24 at 10:17 AM

how i can center my web and make it compatible differents resolutions monitors

Daniel on 09/21 at 08:39 AM

Daniel,
I have used the following in my style sheets:

body {
position:relative;
}

#masterDiv {
width:740px;
position:relative;
top:-5px;
left:50%;
margin-left:-370px;
}

by making the main Div 740 wide, I know it will fit an 800x600 window.

I have tested this in IE5.5 & 6, NS6-8, and Firefox and it works perfectly in all of them

grdnwesl on 11/10 at 10:28 AM

Can i convert http://maair.net to css easily, i want to remove its tables with divs

Outsourcing on 02/07 at 02:25 AM

if you open this page in IE and FF you will see it is behaving differently.
http://work.hostbreak.com/sws/aura/WhiteBackgroundPage.php
in IE footer is at bottom and in FF footer is in the middle of page.
i want to keep in at complete bottom

Thanks
Mannan

Abdul Mannan on 02/07 at 05:13 AM

Abdul,
Try making the footer Div the very last item in the <div id="center">. This has worked for me in the past.

grdnwesl on 02/07 at 08:14 AM

Outsourcing,
I won't lie to you and tell you it will be easy to convert from tables to divs and CSS, but it will definitely be worth it in the long run.

Once your site is converted, if you decide for some reason that you need to change the look or layout of the site, you simply tweak your style sheet and you're done.

grdnwesl on 02/07 at 08:18 AM

grdnwesl thanks for your answer to outsourcing, hope this will help.
thanks

Offshoring on 02/08 at 02:22 AM

when i checked the css of http://bpos.blogspot.com and http://itsmani1.blogspot.com i see "@" sign in it? can any one tell how this @ sign work? or what does it mean?

BPO on 02/13 at 05:16 AM

"@" sign imports a style sheet fragment file to the current style sheet. It may be used in External and Embedded style sheets, but not with inline styles. Furthermore, multiple fragments can be imported in to a single style sheet, but all @import statements must occur before any style declaration Rule-Sets in the style sheet.

http://outsourcingi.com

Outsourcing Web Directory on 02/24 at 05:09 AM

@ sign also created problem for me but its ok, i am using it without problem

thanks
http://www.dizyn.com

Custom Web Development on 06/23 at 04:28 AM

@ sign is good enough. i use it. and i don't have any problem with it... u must read a few documentation or articles good luck

mihai on 02/17 at 07:43 AM

I have too the same problem :(

Apteka internetowa on 07/05 at 10:18 AM

Post a Comment: Guest (Login or Register)

Warning: Comments with grammar/ spelling mistakes or lacking in substance will be deleted automatically to ensure the quality of what's posted.

Name: (Required)

Email: (Required)

(NOT shown on page)

URL:

(Shown on page if entered)

Comments: (Required)

Remember my personal information
Notify me of follow-up comments?

Submit the word you see below:


CSS Forums

CSS Forums: latest threads Last Post Info
Nested Lists and display: (2) 07/04/2008 02:31 pm
By: vishwebdesign
List your resource websites! (1) 07/03/2008 07:17 pm
By: newyoda
Free Wordpress Theme Heaven (1) 07/03/2008 11:08 am
By: topwpsites
Free Wordpress Theme Purple Butterfly (1) 07/02/2008 04:05 pm
By: topwpsites
Alignment Issues (2) 07/01/2008 09:03 am
By: Denis

Last Comments: