![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Images not Showing border that is in CSS
http://www.coachinginroads.com/dev/public_html/
The two images of the people do not seem to be accepting the borders that are in the CSS either when previewed or when uploaded to the site. A border for either image only shows when it is hard-coded within that page. The link to the CSS appears to be correct. And I performed a sync for the entire site prior to posting this question. How can I solve this? Thanks again, -Barry |
|
#2
|
|||
|
|||
|
Re: Images not Showing border that is in CSS
paiwacket wrote:
> http://www.coachinginroads.com/dev/public_html/ > > The two images of the people do not seem to be accepting the borders that are > in the CSS either when previewed or when uploaded to the site. A border for > either image only shows when it is hard-coded within that page. > > The link to the CSS appears to be correct. And I performed a sync for the > entire site prior to posting this question. > > How can I solve this? > > Thanks again, -Barry > I looked at your page abd css using the FireFox webdev toolbar - I then moved the class .imgnormal to the top of the css and it worked. It would seem that there may be an unclosed comment or something that is causing the issue - you'll have to go through the sheet to find the culprit! -- chin chin Sinclair |
|
#3
|
|||
|
|||
|
Re: Images not Showing border that is in CSS
Hello,
Hello, djinn hit the nail on the head. Here's the culprit: h2 { color: #0000FF; font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; font-weight: bold; font-size: 1.3em; text-transform: capitalize; /*text-align: left; margin-bottom: 5px; } Change to: h2 { color: #0000FF; font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; font-weight: bold; font-size: 1.3em; text-transform: capitalize; text-align: left; margin-bottom: 5px; } Take care, Tim "djinn" <scobies@dsl.pipexYerKitAff.com> wrote in message news:fsofas$9t6$1@forums.macromedia.com... > paiwacket wrote: >> http://www.coachinginroads.com/dev/public_html/ >> >> The two images of the people do not seem to be accepting the borders >> that are in the CSS either when previewed or when uploaded to the site. A >> border for either image only shows when it is hard-coded within that >> page. >> >> The link to the CSS appears to be correct. And I performed a sync for >> the entire site prior to posting this question. How can I solve this? >> Thanks again, -Barry >> > > I looked at your page abd css using the FireFox webdev toolbar - I then > moved the class .imgnormal to the top of the css and it worked. It would > seem that there may be an unclosed comment or something that is causing > the issue - you'll have to go through the sheet to find the culprit! > > -- > chin chin > Sinclair |
|
#4
|
|||
|
|||
|
Re: Images not Showing border that is in CSS
TC2112 wrote:
> Hello, > > Hello, > > djinn hit the nail on the head. > > Here's the culprit: > > h2 { > color: #0000FF; > font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; > font-weight: bold; > font-size: 1.3em; > text-transform: capitalize; > /*text-align: left; > margin-bottom: 5px; > } Good eyes Tim - I would have missed that for sure! :-) -- chin chin Sinclair |
|
#5
|
|||
|
|||
|
Re: Images not Showing border that is in CSS
Thank you! Thank you! Thank you!
|
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|