Borders not showing

This is a discussion on "Borders not showing" within the Web Page Design section. This forum, and the thread "Borders not showing are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 17th, 2007, 13:55
Junior Member
Join Date: Jul 2007
Location: England
Age: 24
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Borders not showing

Hi there, thanks to a member on here i have now over come my layout problem however the solution seems to have caused my picture borders to go missing.

www.xyis.net/kick/locations.html

#blocks img{
border-left: 5px #CCCCCC;
border-top: 5px #CCCCCC;
border-bottom: 5px #ADADAD;
border-right: 5px #ADADAD;
}

The code here is obviously not working for some reason. It is especially odd that it does however show in dreamweavers design tab.
I could have just overlooked something but i had an error like this ages ago where dreamweaver was displaying something as i expected but a published version showed different.

Thanks in advance.
Reply With Quote

  #2 (permalink)  
Old Jul 17th, 2007, 13:57
1840dsgn's Avatar
SuperMember

SuperMember
Join Date: Jun 2007
Location: Canterbury
Age: 20
Posts: 723
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Borders not showing

Code: Select all
#blocks img{
 border-left: 5px #CCCCCC solid;
 border-top: 5px #CCCCCC solid;
 border-bottom: 5px #ADADAD solid;
 border-right: 5px #ADADAD solid;
}
Try this!

mike
Reply With Quote
  #3 (permalink)  
Old Jul 17th, 2007, 14:01
Junior Member
Join Date: Jul 2007
Location: England
Age: 24
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Borders not showing

2 words... my hero.

easy when you know how

cheers, mate.
Reply With Quote
  #4 (permalink)  
Old Jul 17th, 2007, 14:02
1840dsgn's Avatar
SuperMember

SuperMember
Join Date: Jun 2007
Location: Canterbury
Age: 20
Posts: 723
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Borders not showing

lol no worries!

mike
Reply With Quote
Reply

Tags
border, not showing

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
div borders not showing (perhaps just firefirefox) tobymather Web Page Design 2 Apr 11th, 2007 12:54
Help with div borders in FF, please? Donny Bahama Web Page Design 12 Apr 10th, 2007 20:09
Tables and 1px borders? Perad Web Page Design 3 Dec 9th, 2006 19:34
background image not showing up in Firefox but showing in other browsers! eskymo Web Page Design 21 Jan 19th, 2006 23:10
borders benbacardi Web Page Design 2 Jun 4th, 2004 15:39


All times are GMT. The time now is 09:10.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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