[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 08-29-2006, 10:22 AM   #1 (permalink)
New Member
 
Join Date: Aug 2006
Location: Tyne & Wear, England
Posts: 3
0.00 NP$ (Donate)

John_Puk is an unknown quantity at this point


Help! Help with CSS... FIXED!



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 by John_Puk; 08-31-2006 at 05:05 AM.
John_Puk is offline  
Old 08-30-2006, 03:04 AM   #2 (permalink)
NamePros Regular
 
Join Date: Mar 2005
Posts: 412
162.25 NP$ (Donate)

paaaaaaaaaa is a jewel in the roughpaaaaaaaaaa is a jewel in the roughpaaaaaaaaaa is a jewel in the rough


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.
__________________
Please add to my rep points if i was helpful. Thanks.

Ripe Website Manager - Steve Parish
paaaaaaaaaa is offline  
Old 08-30-2006, 08:13 AM   #3 (permalink)
New Member
 
Join Date: Aug 2006
Location: Tyne & Wear, England
Posts: 3
0.00 NP$ (Donate)

John_Puk is an unknown quantity at this point


Hi paaaaaaaaaa, thanks for the reply.

Quote:
Originally Posted by paaaaaaaaaa
So you want an border around the main container of the website?
Yes.

Quote:
Originally Posted by paaaaaaaaaa
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
John_Puk is offline  
Old 08-30-2006, 09:56 AM   #4 (permalink)
Dan
Buy my domains.
 
Dan's Avatar
 
Join Date: Feb 2006
Posts: 2,801
56.00 NP$ (Donate)

Dan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant futureDan has a brilliant future

Autism Autism Autism Autism Autism Autism Autism
Change what you have for #copyright to:
Code:
#copyright
{
clear: both;
width: 760px;
height: 30px;
background-color: #EEE;
color: #111;
text-align: center;
}
Dan is offline  
Old 08-31-2006, 03:49 AM   #5 (permalink)
New Member
 
Join Date: Aug 2006
Location: Tyne & Wear, England
Posts: 3
0.00 NP$ (Donate)

John_Puk is an unknown quantity at this point


EDIT: Dan, you were right, the problem has now been fixed, thanks!

I am very grateful for all your help.

Regards,
John

Last edited by John_Puk; 08-31-2006 at 05:05 AM.
John_Puk is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 08:09 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85