Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-07-2013, 04:35 PM   PM User | #1
ianhaney
New Coder

 
Join Date: Apr 2012
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
ianhaney is an unknown quantity at this point
Header/css issue

Hi

I have got a php website and am using includes/header.php and include/footer.php

My issue is that I have to scrollbar along the bottom for some reason and when scrolled across, nothing is there

I think it is caused by some CSS but not 100% sure as have been hours looking now and can't work it out

I also thought maybe it's a missing div tag or something but are all ok

Please help

The website is http://www.irhwebsites.co.uk/sites/ecodec/index.php

Thank you in advance

Ian
ianhaney is offline   Reply With Quote
Old 03-07-2013, 04:38 PM   PM User | #2
BubikolRamios
Senior Coder

 
Join Date: Dec 2005
Location: Slovenia
Posts: 1,876
Thanks: 114
Thanked 76 Times in 76 Posts
BubikolRamios is on a distinguished road
http://validator.w3.org/check?uri=ht...alidator%2F1.3
__________________
Found a flower or bug and don't know what it is ?
agrozoo.net galery
if you don't spot search button at once, there is search form:
agrozoo.net galery search
BubikolRamios is offline   Reply With Quote
Old 03-07-2013, 04:47 PM   PM User | #3
ianhaney
New Coder

 
Join Date: Apr 2012
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
ianhaney is an unknown quantity at this point
I cleaned up some of the errors but still have scrollbar along the bottom when looking on my 1024 size screen
ianhaney is offline   Reply With Quote
Old 03-07-2013, 05:20 PM   PM User | #4
BubikolRamios
Senior Coder

 
Join Date: Dec 2005
Location: Slovenia
Posts: 1,876
Thanks: 114
Thanked 76 Times in 76 Posts
BubikolRamios is on a distinguished road
Isn't that expected ?

I have a bigger screen, rsize down window, and when it is small enough to be smaller than your blue box, scroll bar appears.
__________________
Found a flower or bug and don't know what it is ?
agrozoo.net galery
if you don't spot search button at once, there is search form:
agrozoo.net galery search
BubikolRamios is offline   Reply With Quote
Old 03-07-2013, 05:25 PM   PM User | #5
BubikolRamios
Senior Coder

 
Join Date: Dec 2005
Location: Slovenia
Posts: 1,876
Thanks: 114
Thanked 76 Times in 76 Posts
BubikolRamios is on a distinguished road
That is, this all together is bigger than 1024.
Code:
#column-middle {
    color: #FFFFFF;
    padding: 10px;
    width: 900px;
}
#column-center {
    color: #FFFFFF;
    float: left;
    width: 427.5px;
}
#column-right {
    float: left;
    width: 427.5px;
}
__________________
Found a flower or bug and don't know what it is ?
agrozoo.net galery
if you don't spot search button at once, there is search form:
agrozoo.net galery search
BubikolRamios is offline   Reply With Quote
Old 03-07-2013, 05:29 PM   PM User | #6
ianhaney
New Coder

 
Join Date: Apr 2012
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
ianhaney is an unknown quantity at this point
I know it's not the column-middle as that is only being used on the one page on it's own

see below

PHP Code:
    <?php 
$title 
"UPVC Roofline";

include ( 
'includes/header.php' );
?>
  <div id="column-middle">
        <h2></h2>
    <div class="upvcroofline">
This would be the edging of your roof, the visual side of your roof that people see and comment on, the dry verge caps, the the box end, gutters, soffits, fascias and down pipes. 
We offer numerous shapes, colours and finishes in guttering and downpipes to really give your roof that WOW factor, so tell us what you like and we'll do our best to match shapes and colours to really finish the superb job we can do for you.
</div>    
</div>
  <?php include( 'includes/footer.php' ); ?>
ianhaney is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 03:04 PM.


Advertisement
Log in to turn off these ads.