Top "Width" questions

The property which determines the size of an object on the X-axis.

Why is SVG stroke-width : 1 making lines transparent?

I'm creating stock charts with svg and I'm having a problem when I set the stroke-width of my path elements …

svg width transparent stroke
absolute position affects width?

I am new to css. I am wondering why when I change the positioning of the div element to absolute, …

css position width absolute
percentage width in css not working

I was using a way to define my width property in css with the viewport measurement, css code: #content { position: …

html css width viewport percentage
What is the difference between getMeasuredHeight and getHeight

I try to call View.getMeasuredHeight and View.getHeight in onGlobalLayout. Both give me the same result. I was wondering, …

android view width
VHDL: Finding out/reporting bit width/length of integer (vs. std_logic_vector)?

Say I need a signal to represent numbers from 0 to 5; obviously this needs 3 bits of std_logic to be represented (…

integer logic width vhdl synthesis
How do I set the width of an Tkinter Entry widget in pixels?

I noticed that the width argument for the Tkinter entry widget is in characters, not pixels. Is it possible to …

python tkinter widget width tkinter-entry
Modifying content width of the Sphinx theme 'Read the Docs'

I am using 'Read the Docs' Sphinx theme for my documentation. In the original theme, given below http://read-the-docs.readthedocs.…

html themes width python-sphinx
CSS: Set a maximum width on a table

I'm generating application logs in html, and I've stumbled across a rather annoying problem. I have the following layout : | Action | …

html css firefox width css-tables
GWT CellTable - set column width

Is it possible to set the column width of CellTable in GWT?

gwt width cell
How many pixels is a space equal to?

This is my code: <div style="position:absolute;top:300px;width:50px;height:50px;background:red;color:black;word-wrap:…

javascript css width space