border Questions
10
I'm working on an HTML email campaign (no CSS allowed) so I'm forced to use tables, something I'm not super familiar with. I've got everything looking right EXCEPT the table borders. Whenever I cre...
Sandy asked 14/3, 2011 at 19:12
2
Solved
It is possible to set the range border style and color. Now the question is: how can we get the border style programmatically?
I'm looking for something like:
var ss = SpreadsheetApp.getActiveSprea...
Urethroscope asked 12/2, 2018 at 19:41
1
Solved
I was trying to get the information about the borders of a range, doing so I tried the getBorders() function, but received the following error:
Exception: Unexpected error while getting the method...
Yon asked 8/8 at 12:20
4
Solved
In my app I am using a toolbar and it seems there are borders around it that I'd like to get rid of :
and I created it like that :
<android.support.design.widget.AppBarLayout
android:layo...
Descendible asked 17/11, 2016 at 0:2
8
Solved
How to make JSplitPane to resizable false? I didn't want to resize the JSplitPane, I used it for the border of this pane. Is there any other way to create same border structure to split a panel ver...
2
Is there a way to change the color of the grids in eclipse?
I am using the built-in 'Dark' theme, and the grid lines are too bright for me, they mess with my vision, I have some visual snow.
7
Solved
here is a fiddle.
http://jsfiddle.net/86juF/1/
how do I prevent the elements from appearing to shift on click?
The elements normally have a 1px border but go to a 2px border on click.
In the f...
5
Solved
I want to underline my navigation menu but the problem is that I need it to be thicker so I am using bottom border instead so that I can set the width to 6px.
I can seem to figure out how to get t...
4
Solved
I was trying to make a QR code marker like this pic below.
So I'm wondering how to make those 4 corners instead of a full border marker.
I was currently using react-native-qrcode-scanner.
The defa...
Employ asked 9/7, 2020 at 10:38
5
Solved
I've started putting together some code to take Pandas data and put it into a PowerPoint slide. The template I'm using defaults to Medium Style 2 - Accent 1 which would be fine as changing the font...
Visionary asked 5/3, 2017 at 16:23
23
Solved
I am using dotted style border in my box like
.box {
width: 300px;
height: 200px;
border: dotted 1px #f00;
float: left;
}
I want to the increase the space between each dot of the border.
9
Solved
I have this really simple form: http://jsfiddle.net/TKb6M/91/. Sometimes, when I zoom in or out using Chrome, the input borders disappear. For example, when I zoom to 90% I get:
Naturally, your ...
6
Solved
How do I expand the length of a border past the length of my text? This is what I have so far:
color: #8C4600;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: bold;
fon...
6
Solved
Here is my style defined in the React-Native screen. I have used the elevation
property to achieve a box-shadow. But it's not working properly.
const styles = StyleSheet.create({
scrollContainer: {...
Imagery asked 6/12, 2018 at 8:26
5
Solved
VStack {
Text("some text")
Button("Ok") {}
.foregroundColor(.cyan)
.padding()
}
.padding()
.background(.red)
.border(.blue, width: 5)
.cornerRadius(20)
I want the entire v...
Hartzog asked 4/4, 2022 at 23:46
4
Solved
I have a div styled like so:
Jsfiddle
How can I remove all of the left hand side border, without the ugly curved radius?
Is it possible in CSS? Or is there a hack to do it? (or am I being too pic...
3
I'm trying to use the CSS backdrop-filter and border-radius together, but the backdrop filter appears to extend beyond the border radius.
body {
background-attachment: fixed;
background-co...
22
Solved
I'm trying to apply a gradient to a border, I thought it was as simple as doing this:
border-color: -moz-linear-gradient(top, #555555, #111111);
But this does not work.
Does anyone know what is...
Blankly asked 26/4, 2010 at 21:42
3
Solved
I am looking for a way to put a border for either textview or a button programmatically without using the setBackgroundResource method.
The goal I am trying to achieve here is, to change the backg...
4
Solved
I can easily create a normal border using the Modifier.border() but how to create a dashed border as shown in the image below.
Schuler asked 1/3, 2021 at 18:27
4
Solved
I have a table widget with two column header in a dialog that looks like this:
There is a separation between the column headers named "Index" and "Label", but there is no separ...
Aroma asked 24/7, 2016 at 17:14
7
Solved
How to add border around text as shown in image using xml layout
I have tried adding border to layout but its overlapping with text.
7
How do I style the text input field to make it only have a border-bottom like this one?
Expected Text Input Field
Boldfaced asked 26/5, 2016 at 15:42
6
Solved
I want the left border of my div to show only to the half of the div. The same I would like to do to my right border but is should be set from the bottom of the div to the middle of the div. How ca...
5
Solved
I would like to have a border that is 4px thick pink on the left and 1px grey elsewhere:
border: 1px solid #E5E5E5;
border-left: 4px solid #F24495;
The issue is the join is diagonal so I get a h...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.