| We hope you enjoy your visit. You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free. Join our community! If you're already a member please log in to your account to access all of our features: |
| Quote Borders Missing | |
|---|---|
| Tweet Topic Started: Jul 14 2008, 03:22 PM (696 Views) | |
| imjunkie | Jul 14 2008, 03:22 PM Post #1 |
|
Member
|
In the past week, I've noticed some problems with the bordering when one of my members quotes another post that has quoted another post: [ignore the pop culture discussion ]![]() I'm not very CSS knowledgable - I use tutorials when doing seasonal changes - but I would assume that this issue would be in the Quote section of the coding. This is what my coding currently is: #QUOTE { font-family: Verdana, Arial; font-size: 11px; color: #463E41; background-color: #FCFCFC; border: 1px solid #000; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px } #CODE { font-family: Courier, Courier New, Verdana, Arial; font-size: 11px; color: #463E41; background-color: #FCFCFC; border: 1px solid #000; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px } If it's a different section of the code - please let me know and I'll c/p. I don't recall having changed any of the CSS recently, so I'm not sure what happened! Any help would be appreciated! |
![]() |
|
| imjunkie | Jul 16 2008, 11:11 AM Post #2 |
|
Member
|
Still looking for help ![]() Here is my full coding - maybe that will help someone spot the problem? html { overflow-x: hidden; overflow-y: auto; } form { display:inline; } img { vertical-align:middle; border:0px } BODY { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000; margin:0px 10px 0px 10px;background-color: #FFF} TABLE, TR, TD { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000; } a:link, a:visited, a:active { text-decoration: underline; color: #000 } a:hover { color: #465584; text-decoration:underline } fieldset.search { padding:6px; line-height:150% } label { cursor:pointer; } img.attach { border:2px outset #D8C5DA;padding:2px } .googleroot { padding:6px; line-height:130% } .googlechild { padding:6px; margin-left:30px; line-height:130% } .googlebottom, .googlebottom a:link, .googlebottom a:visited, .googlebottom a:active { font-size:11px; color: #692A15; } .googlish, .googlish a:link, .googlish a:visited, .googlish a:active { font-size:14px; font-weight:bold; color:#00D; } .googlepagelinks { font-size:1.1em; letter-spacing:1px } .googlesmall, .googlesmall a:link, .googlesmall a:active, .googlesmall a:visited { font-size:10px; color:#4F2520 } li.helprow { padding:0px; margin:0px 0px 10px 0px } ul#help { padding:0px 0px 0px 15px } option.cat { font-weight:bold; } option.sub { font-weight:bold;color:#555 } .caldate { text-align:right;font-weight:bold;font-size:11px;color:#777;background-color: #ECD872;padding:4px;margin:0px } .warngood { color:green } .warnbad { color:red } #padandcenter { margin-left:auto;margin-right:auto;text-align:center;padding:14px 0px 14px 0px } #profilename { font-size:28px; font-weight:bold; } #calendarname { font-size:22px; font-weight:bold; } #photowrap { padding:6px; } #phototitle { font-size:24px; border-bottom:1px solid black } #photoimg { text-align:center; margin-top:15px } #ucpmenu { line-height:150%;width:22%; border:1px solid #C0C0C0;background-color: ##f3feed} #ucpmenu p { padding:2px 5px 6px 9px;margin:0px; } #ucpcontent { background-color: ##f3feed; border:1px solid #C0C0C0;line-height:150%; width:auto } #ucpcontent p { padding:10px;margin:0px; } #ipsbanner { position:absolute;top:1px;right:5%; } #submenu { border:1px solid #C0C0C0;background-color: #eee0e5;font-size:10px;margin:3px 0px 3px 0px;color:#692A15;font-weight:bold;} #submenu a:link, #submenu a:visited, #submenu a:active { font-weight:bold;font-size:10px;text-decoration: none; color: #692A15; } #userlinks { border:1px solid #C0C0C0; background-color: #eee0e5} #navstrip { font-weight:bold;padding:6px 0px 6px 0px; } .activeuserstrip { background-color:#eee0e5; padding:6px } .pformstrip { background-color: #faebd7; color:#692A15;font-weight:bold;padding:7px;margin-top:1px } .pformleft { background-color: #fdf5e6; padding:6px; margin-top:1px;width:25%; border-top:1px solid #C0C0C0; border-right:1px solid #C0C0C0; } .pformleftw { background-color: #fdf5e6; padding:6px; margin-top:1px;width:40%; border-top:1px solid #C0C0C0; border-right:1px solid #C0C0C0; } .pformright { background-color: #fdf5e6; padding:6px; margin-top:1px;border-top:1px solid #C0C0C0; } .post1 { background-color: #FCFCFC} .post2 { background-color: #FCFCFC} .postlinksbar { background-color: #fff5ee;padding:7px;margin-top:1px;font-size:10px; } .row1 { background-color: #fdf5e6} .row2 { background-color: #fdf5e6} .row3 { background-color: #fdf5e6} .row4 { background-color: #fdf5e6} .darkrow1 { background-color: #eee0e5; color:#B68F4C; } .darkrow2 { background-color: #eee0e5; color:#692A15; } .darkrow3 { background-color: #eee0e5; color:#692A15; } .hlight { background-color: #FBB0A3 } .dlight { background-color: #FFFFF0} .titlemedium {background-color:#faebd7; font-weight:bold; color:#692A15; padding:7px; margin:0px; } .titlemedium a:link, .titlemedium a:visited, .titlemedium a:active { text-decoration: underline; color: #692A15 } .maintitle { background-color: #eee0e5 ; vertical-align:middle;font-weight:bold; color:#692A15; letter-spacing:1px; padding:8px 0px 8px 5px; } .maintitle a:link, .maintitle a:visited, .maintitle a:active { text-decoration: none; color: #692A15 } .maintitle a:hover { text-decoration: underline } .plainborder { border:1px solid #C0C0C0;background-color:#000} .tableborder { border:1px solid #C0C0C0;background-color:#FFF; padding:0px; margin:0px; width:100% } .tablefill { border:1px solid #C0C0C0;background-color:#fffaf0;padding:6px; } .tablepad { background-color:#F3DDFD;padding:6px } .tablebasic { width:100%; padding:0px 0px 0px 0px; margin:0px; border:0px } .wrapmini { float:left;line-height:1.5em;width:25% } .pagelinks { float:left;line-height:1.2em;width:35% } .desc { font-size:10px; color:#4F2520 } .edit { font-size: 9px } .signature { font-size: 10px; color: #339 } .postdetails { font-size: 10px } .postcolor { font-size: 12px; line-height: 160% } .normalname { font-size: 12px; font-weight: bold; color: #003 } .normalname a:link, .normalname a:visited, .normalname a:active { font-size: 12px } .unreg { font-size: 11px; font-weight: bold; color: #900 } .searchlite { font-weight:bold; color:#F00; background-color:#FF0 } #QUOTE { font-family: Verdana, Arial; font-size: 11px; color: #463E41; background-color: #FCFCFC; border: 1px solid #000; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px } #CODE { font-family: Courier, Courier New, Verdana, Arial; font-size: 11px; color: #463E41; background-color: #FCFCFC; border: 1px solid #000; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px } .copyright { font-family: Verdana, Tahoma, Arial, Sans-Serif; font-size: 9px; line-height: 12px } .codebuttons { font-size: 10px; font-family: verdana, helvetica, sans-serif; vertical-align: middle } .forminput, .textinput, .radiobutton, .checkbox { font-size: 11px; font-family: verdana, helvetica, sans-serif; vertical-align: middle } .thin { padding:6px 0px 6px 0px;line-height:140%;margin:2px 0px 2px 0px;border-top:1px solid #FFF;border-bottom:1px solid #FFF } .purple { color:purple;font-weight:bold } .red { color:red;font-weight:bold } .green { color:green;font-weight:bold } .blue { color:blue;font-weight:bold } .orange { color:#F90;font-weight:bold |
![]() |
|
| Cory | Jul 16 2008, 11:48 AM Post #3 |
|
Member
|
Please post your board wrappers. With your CSS applied, the borders appear normally on my test board. |
![]() |
|
| imjunkie | Jul 16 2008, 11:51 AM Post #4 |
|
Member
|
Header & Body: <body bgcolor='#FFFFFF' leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink='#000000' vlink='#000000'> <% BOARD HEADER %> <% NAVIGATION %> <% BOARD %> <% STATS %> Footer: <script> <!--// function addColorOpt(Name,Value){ //Merc if(!document.REPLIER||!document.REPLIER.fcolor){return;} var c=document.REPLIER.fcolor.options; c[c.length]=new Option(Name,Value); c[c.length-1].style.color=Value; } addColorOpt("Pink","#FF0099"); // --> </script> --- It's really quite bizarre as this is only a recent problem and I don't recall having done anything to any coding. |
![]() |
|
| Cory | Jul 16 2008, 11:58 AM Post #5 |
|
Member
|
What browser would you happen to be using? With your CSS and board wrappers applied, the borders appear normally on my test board. |
![]() |
|
| imjunkie | Jul 16 2008, 01:46 PM Post #6 |
|
Member
|
IE. I know - it's really quite bizarre, like this has JUST started to happen....grrrr! Maybe there is some additional coding I can add or something? |
![]() |
|
| Nicola-ZNS | Jul 16 2008, 02:13 PM Post #7 |
|
.....
|
Works in both IE7 and IE8(Beta) for me. #quote #quote { border: 1px solid #000; } Try adding that, though. |
![]() |
|
| 1 user reading this topic (1 Guest and 0 Anonymous) | |
| « Previous Topic · zIFBoards - Skinning & Code Support · Next Topic » |



]




3:26 PM Jul 11