tinkertron Posted January 25, 2010 Share Posted January 25, 2010 Is it possible for someone to convert this frame page http://tdcj.homeip.net/main.html to CSS like page? I need the function to be the same in regards to the maincontent arear to scroll up and down and left to right without the header of the page being affected. Quote Link to comment https://forums.phpfreaks.com/topic/189788-convert-this-frame-page-to-css/ Share on other sites More sharing options...
haku Posted January 26, 2010 Share Posted January 26, 2010 Yes its possible. You would create a header with a position:fixed, and give the body a top margin or padding equal to the height of the header. Won't work in IE6 though without using an IE6 fixed position 'fix'. Quote Link to comment https://forums.phpfreaks.com/topic/189788-convert-this-frame-page-to-css/#findComment-1001606 Share on other sites More sharing options...
tinkertron Posted January 26, 2010 Author Share Posted January 26, 2010 I don't want margins, even thought is shows margin here, that cause the grid is a software that I bought and I believe the margin is set somewhere in the CSS file, which I don't know much about CSS, so I was hopeing that someone on here would be willing draw me up one. #1 - A header with control bar (area remain fixed) #2 - a main content area that will scroll up and down, left and right. (no margin or padding either) Quote Link to comment https://forums.phpfreaks.com/topic/189788-convert-this-frame-page-to-css/#findComment-1001683 Share on other sites More sharing options...
Tazerenix Posted January 26, 2010 Share Posted January 26, 2010 he means a margin from the top of the page equal to the height of the header otherwise the top of your table will be hidden behind the header Quote Link to comment https://forums.phpfreaks.com/topic/189788-convert-this-frame-page-to-css/#findComment-1001695 Share on other sites More sharing options...
tinkertron Posted January 26, 2010 Author Share Posted January 26, 2010 Ahhh OK, so can someone design the CSS coding for me or not? As I mention before I don't know the first thing about CSS. I wish they keep html as it was, but that's just me. Quote Link to comment https://forums.phpfreaks.com/topic/189788-convert-this-frame-page-to-css/#findComment-1001696 Share on other sites More sharing options...
overlordofevil Posted January 27, 2010 Share Posted January 27, 2010 converting it over is pretty simple. I had to change my frames to css to help my site out. Are you asking for advise or looking for someone to code it for you? My advice is to use div tags, this is kinda like using frames and allows you to control the size and location but you will have to make sure to include requirements for the different browsers out there. Hope that helps ya Bill Quote Link to comment https://forums.phpfreaks.com/topic/189788-convert-this-frame-page-to-css/#findComment-1002566 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.