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
Old 10-22-2007, 11:03 PM Scrollbar Issue
Super Talker

Posts: 132
Trades: 0
Anybody know why I'm getting a scrollbar on this page?
http://www.digitalhappymeal.com
here is the css and html

Code:
#dots {
    background-color:transparent;
    background-image:url('images/dot.gif'); 
    z-index:101;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    }
#enter {
    background-color:transparent;
    background-image:url('images/dot.gif');
    background-repeat:repeat;
    z-index:103;
    position:absolute;
    width:100%;
    height:auto;
    top:121px;
    left:1px;
    }
Code:
<body style="background-image:url('images/rosie-main.jpg');background-repeat:no-repeat;">
    
    <div id="dots">
    </div>
    
    <div id="enter">
        <a href="fashion.html"><img src="images/enter.png" alt="Ryan Aylsworth" /></a>
    </div>
</body>
soap is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-23-2007, 03:42 AM Re: Scrollbar Issue
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
No idea off hand,
though you could try correcting the embedded CSS for the scrollbar colours, the # is missing from the colour code.


<edited to add>

Your dot.gif overlay is 944 x 633 pixels crop it to maybe 10x10 and and use it as a repeating background
__________________
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?

Last edited by chrishirst; 10-23-2007 at 03:46 AM..
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-23-2007, 04:02 PM Re: Scrollbar Issue
Super Talker

Posts: 132
Trades: 0
Yeah I did those things still having the issue.
I think the issue lies somewhere in the width and height percentages.
I have fiddled with it a lot, still no luck.
soap is offline
Reply With Quote
View Public Profile
 
Old 10-23-2007, 04:05 PM Re: Scrollbar Issue
Super Talker

Posts: 132
Trades: 0
meh... fixed it.
The problem was i had positioned absolute instead of fixed, so it was extending it a couple pixels.
Let that be a lesson to everybody!!
soap is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Scrollbar 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.74193 seconds with 12 queries