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
CSS Problems with My Site's Design
Old 05-09-2007, 09:18 PM CSS Problems with My Site's Design
EGS
EGS's Avatar
Banned

Posts: 862
Name: Justice McCay
Location: New Jersey
Trades: 2
Hello, and thanks very much for taking the time to help me.

I'm having some CSS problems with my very simple design. The problem lays in my Pontiac Grand Am Resource website.

I have two problems, all in which I know are problems with the CSS. Images that I have on in DIV's for some reason have a really thick gray bar underneath of them, as seen on the main page of the site towards the bottom. I did indeed set a small border on images in general, which is seen, but I don't know why this large thick border underneath is displaying. Is it because I have the image linked to something? Should I create attributes in CSS for images being linked not to have that border? If so, how? I really don't know how to fix it.

My other problem lies specifically on the main page of the site. For some reason, my DIV ID imgbox is going towards the bottom right above the footer, but below the menu. I'd like it to be just right underneath the main content.

Well, if any of you could assist me, please do. I really appreciate it, and will give you some nice positive Talkupation.

Thank you.

Feel free to check out the source code, but do not steal, replicate, etc.
EGS is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-09-2007, 10:42 PM Re: CSS Problems with My Site's Design
houdini987's Avatar
Extreme Talker

Posts: 155
Name: Brian Trudeau
Location: Enfield, CT
Trades: 2
Hi - I'm not seeing any big thick gray borders in IE7, but I do see it in FF.

I think there's a syntax error in your css file. You have a comma where you shouldn't:

p, { ...it wouldn't validate in my version of VWD because of that comma.

Sorry but I can't figure out why those gray boxes are showing up, I'm still pretty new at css myself. I wonder if it has something to do with background colors and padding/margins.
__________________
Trudeau Consulting LLC

Please login or register to view this content. Registration is FREE
houdini987 is offline
Reply With Quote
View Public Profile Visit houdini987's homepage!
 
Old 05-10-2007, 01:55 AM Re: CSS Problems with My Site's Design
vangogh's Avatar
Post Impressionist

Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
The thick line underneath the images is actually coming from the background color you have set for the link around it

#content a:link, #content a:active, #content a:hover, #content a:visited {
background-color: #666;
color: #000;
text-decoration: underline;
}


For the imgbox it's a matter of having set the width to high

#imgbox {
float: left;
text-align: center;
width: 85%;
}

The only way to get in the 85% is to have it drop below the menu on the left. It might be easier to set the imgbox using px since I'm guessing it will always be the same size.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 05-11-2007, 05:59 PM Re: CSS Problems with My Site's Design
EGS
EGS's Avatar
Banned

Posts: 862
Name: Justice McCay
Location: New Jersey
Trades: 2
Sweet, problem has been solved for now.
Thank you very much guys for your help. Talkupation has been added for the helpful posts.
EGS is offline
Reply With Quote
View Public Profile
 
Old 05-11-2007, 11:30 PM Re: CSS Problems with My Site's Design
vangogh's Avatar
Post Impressionist

Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Glad to help Justice. Don't hesitate to ask again. We're here to help where we can.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 05-12-2007, 10:23 AM Re: CSS Problems with My Site's Design
EGS
EGS's Avatar
Banned

Posts: 862
Name: Justice McCay
Location: New Jersey
Trades: 2
Quote:
Originally Posted by vangogh View Post
Glad to help Justice. Don't hesitate to ask again. We're here to help where we can.
Oh, I did ask again, I did indeed:
http://www.webmaster-talk.com/css-fo...gn-though.html

EGS is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to CSS Problems with My Site's Design
 

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.53858 seconds with 12 queries