refers to blank, white, or empty areas in webpages, images, GUIs, etc.
Questions tagged [gaps-in-visuals]
61 questions
1
vote
1 answer
Gaps In Plot Of Piecewise Function in Matlab
I want to plot a piecewise function, but I don't want any gaps to appear
at the junctures, for example:
t=[1:8784];
b=(26.045792 + 13.075558*sin(0.0008531214*t - 2.7773943)).*((heaviside(t-2184))-(heaviside(t-7440)));
plot(b,'r','LineWidth',…

eng_sub
- 89
- 2
- 8
1
vote
0 answers
Scaling results in gaps between CSS divs
I´m create a border with background-image propertie in div, and transform: scale for pattern is centred on page. In chroMe it works fine, but in Firefox and IE it have with gaps.
What do I do for eliminate outlines?
Firefox
Internet Explorer
My…

user3216077
- 209
- 2
- 5
- 13
1
vote
1 answer
Jquery Mobile Panel Styling with fixed-toolbar
I set the width of my panel according to the sample in http://view.jquerymobile.com/1.3.1/dist/demos/examples/panels/panel-styling.html.
Everything goes fine, but my fixed toolber in the footer moves further than the header and the contents. This…

KingMario
- 161
- 2
- 10
1
vote
2 answers
Weird white gaps and horizontal scrolling issue
It seems I'm having an issue with a design I'm working on. I'm using the kickstart HTML framework but I have a couple issues.
Firstly is that there is a very large white gap between the top of my page (logo, navbar) and the text.
Secondly I've…

rich1334
- 39
- 3
1
vote
1 answer
footer not the same on every page
I am relatively new to coding, html etc, and have only really written two websites before this. I am a graphic designer by profession and I am attempting a website provided by a client. I am still working on it but have come across a problem I just…

user1835495
- 25
- 1
- 4
1
vote
1 answer
3 related problems - gap in content wrapper/border, image height reduced and positioning of content div
The problems can be seen here: http://www.skicoloradorentals.com/secondary.html
1) the gap below the contentBorderImg
2) contentBorderImg reduces to 69 pixel height instead of 87 (18 px diff = same as gap)
3) the content div doesn't sit over the…

user1803580
- 11
- 1
1
vote
1 answer
Automatically expanding gap in-between navigation buttons - CSS
I am making top navigation with CSS. Some of the buttons are floated to the left, and some of them to the right. There is empty gap-button in-between. How to make that gap auto-expandable so the whole top navigation takes 100% of the page?
Here is…
1
vote
1 answer
java Gap between jframe and ImagePanel
I have a JLayeredPane that adds three objects, the problem is the backgroundImage when the app runs there is a gap between the jframe and the background image from the top which i set to (0,0) no matter what i change the gap is still there (I want…

Fonzy
- 201
- 1
- 4
- 14
1
vote
1 answer
Flex: gap between graphics
I have a group with inside it 2 Graphics, I set the gap in the vertical layout of the group to 0 but there still is a gap of 1 pixel between the 2 graphics. Any idea how to get rid of this?

Pmarcoen
- 1,216
- 4
- 20
- 33
0
votes
1 answer
Gap between div when zooming in different navigators
I cant get rid of the gaps between divs when i scale or zoom the web page. In firefox it works like a charm, but when i try i IE9 1px row appears down, but nowhere else. If i try with safari, at "real size" or 100% zoom, it works, but as soon as I…

Spentamanyu
- 1
- 1
0
votes
1 answer
Circlize in R: Reducing gaps between sectors (gap.after) and adjusting the default ticks marks
Using the package circlize from R, My objective is to be able to reduce the default gaps generated between the sectors in the chord diagram. According to the manual, this is possible by passing the gap.after command within the circos.par command.…

Purrsia
- 712
- 5
- 18
0
votes
1 answer
How to leave gaps in plot of incomplete timeseries?
I'm plotting timeseries with gaps. Observations come from 6 different dates and lags between consecutive datapoints within each day are on average about 10 seconds.
On some days observations window is just a part of day, e.g. from 00:00 to 7:40,…

Brzoskwinia
- 371
- 2
- 11
0
votes
1 answer
How to remove NSMenuItem gap above custom view
I was looking for something discussed in following posts.
Gap above NSMenuItem custom view.
Reverse engineering an NSMenu for a Status Bar Item
I tried the carbon code provided by Pierre Bernard
initially, i was getting same error "EXC_BAD_ACCESS on…

AmitSri
- 1,209
- 1
- 20
- 48
0
votes
1 answer
Small gap despite same value for CSS offsets
I'm trying to add a small cut off corner effect to headers. It works in principle, but at some font sizes there is a gap between the header and the corner. It's likely this is OS and browser dependent. I tried with Firefox 67.0.4 on macOS 10.14.5.…

fschulze
- 81
- 6
0
votes
3 answers
WPF User Control as item template
Hi
I am trying to render buttons as the item template of a list, to be displayed horizontally. The problem is that they don't 'butt up' to each other. They leave a small gap betwen each one. I have tried allsorts of things to cure it, but have'nt…

Bill Palmer
- 41
- 2