Help with CSS...

SpaceshipSpaceship
Watch

John_Puk

New Member
Impact
0
Help with CSS... FIXED!

:hi:

Hi guys, I'm having a problem with my website.

My problem lies with the outline border that I have created for my website, as it has gone pear-shaped.

Take a look

My intention is to have the blue border go around the website, but as you can see, the border now lies at the bottom of the #titlebanner div.

If anybody can tell me what needs to be done to rectify this, I would really appreciate the help.

Regards,
John
 
Last edited:
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
So you want an border around the main container of the website?

Your outline div looks like it's meant to be doing this but it has errors change it to.

Code:
#outline
{
width: 760px;
border: 1px solid #369;
margin: 0px;
}

There still seems to be strange things happening if you need some more help let me know.
 
0
•••
Hi paaaaaaaaaa, thanks for the reply.

paaaaaaaaaa said:
So you want an border around the main container of the website?

Yes.

paaaaaaaaaa said:
There still seems to be strange things happening if you need some more help let me know.

I need more help...lol. I tried what you suggested, but it just shifted the page to the left. Got any more suggestions/theories?

If anyone can't locate the CSS for some reason, it's here.

Regards,
John
 
0
•••
Change what you have for #copyright to:
Code:
#copyright
{
clear: both;
width: 760px;
height: 30px;
background-color: #EEE;
color: #111;
text-align: center;
}
 
0
•••
EDIT: Dan, you were right, the problem has now been fixed, thanks!

I am very grateful for all your help. :tu:

Regards,
John
 
Last edited:
0
•••
CatchedCatched

We're social

Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back