/    Sign up×
Community /Pin to ProfileBookmark

arrgh! Need help.

Could someone please take a look at my site [url]www.cooltoneamps.com[/url]
and view the source and tell me what I’m doing wrong?

I’m trying to acheive a maroon border on the top and left side. I’ve place two div’s and set their background to a 4X150 pixel graphic. The top displays correctly but not the left side.

It appears correctly in dreamweaver designer. Looks the same in IE and Firefox.

Frustrated,
Rut

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@LeruraOct 20.2005 — since you want to decorate with a single color you dont have to use an image, just a background-color.

Try this:[CODE]
.toppanel {
background-color: #800000;
border: none;
position: absolute;
left: 0px;
top: 0px;
margin: 0px;
padding: 0px;
height: 150px;
width: 101%;
}
.leftpanel {
background-color: #800000;
border: none;
position: absolute;
top: 150px;
left: 0px;
margin: 0px;
padding: 0px;
height: 101%;
width: 150px;
}
[/CODE]
Copy linkTweet thisAlerts:
@rutledjauthorOct 20.2005 — Well, I gave that a try. Look at it now (www.cooltoneamps.com).

Only a part of the left side shows.

Rut
×

Success!

Help @rutledj spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.1,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...