Search found 15 matches

by Argent Arts
Wed Jul 05, 2023 1:00 am
Forum: General Questions
Topic: Footer Issue
Replies: 4
Views: 495

Re: Footer Issue

Thanks for the help, everyone! At least I know I wasn't doing something incorrectly. I really appreciate the help here. :)
by Argent Arts
Tue Jul 04, 2023 5:17 pm
Forum: General Questions
Topic: Footer Issue
Replies: 4
Views: 495

Footer Issue

Hello. I hope that someone can help me.

I am trying to create a footer, but I've run into a bit of an issue. What I want is the footer to stick to the bottom edge of the browser UNLESS the page's content would push it off the bottom edge (thus, using the scroll bar to move down the page). So, if ...
by Argent Arts
Tue Jul 09, 2019 10:27 am
Forum: General Questions
Topic: Divider Set to On Top of Content Displays Behind
Replies: 10
Views: 1794

Re: Divider Set to On Top of Content Displays Behind

Thanks! That's awesome!
by Argent Arts
Tue Jul 09, 2019 9:36 am
Forum: General Questions
Topic: Dividers/Layers Show Space in Firefox
Replies: 7
Views: 2204

Re: Dividers/Layers Show Space in Firefox

Yep. I ended up fixing it by moving each layer so that it overlaps by just one pixel. Thanks for looking into this.
by Argent Arts
Mon Jul 08, 2019 9:41 pm
Forum: General Questions
Topic: Divider Set to On Top of Content Displays Behind
Replies: 10
Views: 1794

Re: Divider Set to On Top of Content Displays Behind


It is related to the way you have constructed your layout using absolute positions.
Dividers were designed to be used in floating layouts (see example templates) , so they do not have a z-index.
I will investigate if it also possible to use them in absolute layouts.


I took the exported page ...
by Argent Arts
Mon Jul 08, 2019 8:56 pm
Forum: General Questions
Topic: Dividers/Layers Show Space in Firefox
Replies: 7
Views: 2204

Re: Dividers/Layers Show Space in Firefox

Here's a sample project file:

http://www.argentarts.com/uploads/divider_gap.rar

It consists of one page with two layers. The top layer has one divider at the bottom. The second layer has two dividers, one at the top and one at the bottom. When previewed in Chrome, they are flush (no gap between ...
by Argent Arts
Mon Jul 08, 2019 7:00 pm
Forum: General Questions
Topic: Dividers/Layers Show Space in Firefox
Replies: 7
Views: 2204

Dividers/Layers Show Space in Firefox

Hello. I am creating a website that is using layers with dividers at the top and the bottom. Layers are NOT nested. One layer will be flush against another going from top to bottom, each as a container for some text and images. Each layer has a divider at the top and the bottom. In Chrome, the page ...
by Argent Arts
Mon Jul 08, 2019 1:45 pm
Forum: General Questions
Topic: Divider Set to On Top of Content Displays Behind
Replies: 10
Views: 1794

Re: Divider Set to On Top of Content Displays Behind

The good news is after export I can edit the HTML to apply the z-index to the DIV that contains the divider and force it to display on top. ;)
by Argent Arts
Mon Jul 08, 2019 12:59 pm
Forum: General Questions
Topic: Divider Set to On Top of Content Displays Behind
Replies: 10
Views: 1794

Re: Divider Set to On Top of Content Displays Behind

At the bottom of the layer there is a divider (black). I have placed a small image of a white, downward facing triangle in the same area (center) of the divider. If it is not showing up in Web Builder, then that may be due to the path. Set it to the IMG folder I included so that the white triangle ...
by Argent Arts
Mon Jul 08, 2019 12:43 pm
Forum: General Questions
Topic: Divider Set to On Top of Content Displays Behind
Replies: 10
Views: 1794

Re: Divider Set to On Top of Content Displays Behind

Sure. Here's a project file (compressed in RAR):

http://www.argentarts.com/uploads/divider.rar

The file consists of one page with a layer, a black divider placed at the bottom (set to be on top) and a down pointing arrow (white).
by Argent Arts
Mon Jul 08, 2019 12:00 pm
Forum: General Questions
Topic: Divider Set to On Top of Content Displays Behind
Replies: 10
Views: 1794

Divider Set to On Top of Content Displays Behind

Hello. I have a layer that has a background image set to parallax and an image file within as well. I have added a divider at the top and the bottom of the Layer via the Layer properties and have set both to be On Top of Content. In Web Builder, the dividers show up on top of the content. But when I ...
by Argent Arts
Mon Jun 24, 2019 12:02 pm
Forum: Responsive Web Design
Topic: Have Image Scale Proportionally When Browser Resized?
Replies: 4
Views: 6143

Re: Have Image Scale Proportionally When Browser Resized?

3. Add the image as background of a layer/layout grid or other container. Then you can use 'cover', 'contain' or any other the other background size options.

If I use a layer and add an image as a background, then the image does indeed resize proportionally, but the layer does not. Even if you ...
by Argent Arts
Mon Jun 24, 2019 11:30 am
Forum: Responsive Web Design
Topic: Have Image Scale Proportionally When Browser Resized?
Replies: 4
Views: 6143

Re: Have Image Scale Proportionally When Browser Resized?

Thank you very much. Option 2 looks promising. :)
by Argent Arts
Mon Jun 24, 2019 10:54 am
Forum: Responsive Web Design
Topic: Have Image Scale Proportionally When Browser Resized?
Replies: 4
Views: 6143

Have Image Scale Proportionally When Browser Resized?

Hello.

I want to have an image that scales 100% horizontally and will scale proportionally when the browser is resized. As an example, if an image were 1000px (width) by 500px (height), the width set to scale 100% - if the browser were resized to 500px width, the height of the image would be 250px ...