CSS forumsUpdate: Well, just an update, the CSS forums are now up! I'll see you there.
Guys can you suggest some good Browser Based CSS Editor?
I just registered and am looking forward to interacting on there. Thanks.
how i can center my web and make it compatible differents resolutions monitors
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
Can i convert http://maair.net to css easily, i want to remove its tables with divs
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,
Try making the footer Div the very last item in the <div id="center">. This has worked for me in the past.
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 thanks for your answer to outsourcing, hope this will help.
thanks
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?
"@" 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
@ sign also created problem for me but its ok, i am using it without problem
thanks
http://www.dizyn.com
@ 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
I have too the same problem :(
Annoucement: I'm looking for a few news posters. Interested?
| CSS Forums: latest threads | Last Post Info |
|---|---|
| Nested Lists and display: (2) | 07/04/2008 02:31 pm |
| List your resource websites! (1) | 07/03/2008 07:17 pm |
| Free Wordpress Theme Heaven (1) | 07/03/2008 11:08 am |
| Free Wordpress Theme Purple Butterfly (1) | 07/02/2008 04:05 pm |
| Alignment Issues (2) | 07/01/2008 09:03 am |