Body/viewport border

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Ainu
 
 
Posts: 20
Joined: Sat Jun 29, 2013 5:31 pm

Body/viewport border

Post by Ainu »

Is it possible to ad a border with this behaviour without custom code in WWB15?

https://css-tricks.com/examples/BodyBorder/
User avatar
Pablo
 
Posts: 21580
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Body/viewport border

Post by Pablo »

I'm sorry, there is currently no standard option for that.
Ainu
 
 
Posts: 20
Joined: Sat Jun 29, 2013 5:31 pm

Re: Body/viewport border

Post by Ainu »

For anyone interested, it's possible with inline css and the HTML object.

Select "after body tag" and paste:

Code: Select all

<div style="top: 0; right: 0; left: 0; height: 12px; background-color: #e79d80; position: fixed; z-index: 99999;"></div>
<div style="top: 0; right: 0; bottom: 0; width: 12px; background-color: #e79d80; position: fixed; z-index: 99999;"></div>
<div style="bottom: 0; right: 0; left: 0; height: 12px; background-color: #e79d80; position: fixed; z-index: 99999;"></div>
<div style="top: 0; left: 0; bottom: 0; width: 12px; background-color: #e79d80; position: fixed; z-index: 99999;"></div>
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Body/viewport border

Post by [RZ] »

a different approach, that works on any platform (also with body variants support):
https://www.wysiwygwebbuilder.com/forum ... 53&t=73139
Post Reply