Tagged Questions
The horizontal-alignment tag has no wiki summary.
10
votes
2answers
11k views
How do I make WPF ListView items repeat horizontally, like a horizontal scrollbar?
I have a WPF ListView which repeats the data vertically, I cannot figure out how to make it repeat horizontally, like the slideshow view in Windows Explorer. My current ListView definition is;
...
7
votes
1answer
6k views
Align items in a stack panel?
I was wondering if I can have 2 controls in a horizontal-oriented StackPanel so that the right item should be docked to the right side of the StackPanel.
I tried the following but it didn't work:
...
6
votes
5answers
218 views
What is the easiest method for vertical+horizontal centering of a div in the window?
Given a div with known dimensions, say width: 300px; height: 200px, what is the easiest method to place it in the middle of the screen both vertically and horizontally ? Example here
I'm interested ...
5
votes
1answer
89 views
java swing layout of two components
+--------------------------------------------+
| +-------+ +----------+|
| | +---+ | | +-----+ ||
| | | A | | | | B | ...
5
votes
1answer
1k views
TextBlock.TextWrapping - how to make the text wrap so that the lines are center-aligned?
In a Windows Phone 7 application, when I place a TextBlock in the grid and set its HorizontalAlignment to "Center" and its TextWrapping to "Wrap", why does the text that overflows the width of the ...
5
votes
8answers
19k views
Two HTML tables side by side, centered on the page
I have two tables on a page that I want to display side by side, and then center them within the page (actually within another div, but this is the simplest I could come up with):
<style>
...
4
votes
1answer
67 views
How to bottom justify inline elements of unequal height?
While many other questions address the vertical alignment of elements, none seem to cover my particular situation.
I am trying to effect the following layout, whereby inline elements of unequal ...
4
votes
4answers
876 views
Center a H1 tag inside a DIV
I have the following DIV inside a body tag:
<div id="AlertDiv"><h1>Yes</h1></div>
And these are their CSS classes:
#AlertDiv {
position:absolute;
height: 51px;
...
4
votes
7answers
5k views
Horizontal Ordered List (and IE)
I'm looking to generate an output similar to this:
1. One 2. Two 3. Three 4. Four
from the following HTML Code
<ol>
<li>One</li>
<li>Two</li>
...
3
votes
4answers
1k views
2 divs aligned side by side, how to make right div fill width 100%?
I'm wondering what the best way to go about doing this is...
I have 3 divs:
container: width = 100%, holds 2 inner divs
inner_left div: width changes dynamically, but no wider than 200px (will hold ...
3
votes
2answers
458 views
Django admin display groups horizontally
How do I get Django admin to display groups horizontally? If I have 3 adjacent datetime fields, I'd rather them take up 1 row, not 3.
2
votes
4answers
48 views
How to align a inner DIV in the center of the outer DIV
I have a bottom toolbar like this:
<div style="float:left;width:100%;position:fixed;z-index:210;bottom:5px;">
<div style="float:left;width:928px;border:1px solid ...
2
votes
2answers
116 views
Center Aligning A Horizontal Navigation Bar
I am having a slight problem aligning my Horizontal Navigation bar to the center of the browser. Now before I put forward this query, I want to indicate that I'm new to HTML and CSS so bear with me on ...
2
votes
1answer
112 views
Centering horizontal submenu below parent with css
Best shown with a Fiddle: http://jsfiddle.net/Jnttm/
How can I get the sub-menu to center underneath the parent menu-item? A lot of the centering tricks I've found don't apply because the child ...
2
votes
2answers
193 views
WrapPanel Content Alignment
I have a toolkit:WrapPanel showing in my WP7 app, I have 5 items and the first row only has enough space for 3 items, I would like the wrap panel to place 3 items on the first row, followed by the 2 ...
2
votes
2answers
266 views
How to make images line up in a row regardless of browser zoom level?
It seems that no matter what I do, I can't get a row of images to line up horizontally when I zoom into the browser. When I zoom in, the images furthest to the right will drop down to the next row ...
2
votes
1answer
296 views
Proper spacing for multiple word links in justify aligned horizontal nav bar?
I'm building a text-based navigation bar, evenly spaced across the width of a parent div, but I'm having a problem keeping certain navigation items grouped together. Each word, instead of each list ...
2
votes
1answer
192 views
Is there another way to set the DataGrid column alignment?
Is there any direct way to set the DataGrid column content alignment other than the use of styles or templated columns?! there must be a direct way for that, its a natrual requirement!!
2
votes
4answers
692 views
What is the best way to left align radio buttons on top of each other?
I have a bunch of radio buttons, and I have a
<br/>
after each one and they all seem to horizontal align center (even if I put some CSS that says left align).
Here is the CSS,
.radioLeft
{
...
2
votes
6answers
129 views
Simple CSS Query
<div class="priceBox">
<a href="#">
<div class="priceBtn">
<span class="priceBtnTxt">Order Now</span>
</div>
</a>
...
2
votes
2answers
102 views
Is there a css or html attribute to center the contents of an input tag?
This is probably best explained with a visual.
As shown below, I have two <input> elements for the user to enter dates.
Is there a CSS or HTML attribute that will allow me to center the ...
2
votes
1answer
1k views
center aligning a fixed position div
I'm trying to get a div that has position:fixed center aligned on my page.
I've always been able to do it with absolutely positioned divs using this "hack"
width:400px; left:50%; margin-left:-200px
...
2
votes
3answers
2k views
WPF Toolbar Items HorizontalAligment=“Right”
Is it possible to make the elements within a WPF toolbar have a HorizontalAlignment of Right?
<ToolBar Height="38" VerticalAlignment="Top" Grid.Row="1">
<Button ...
2
votes
3answers
3k views
Asp.Net Horizontal Submenu
How do I create an asp:Menu that has a horizontal submenu rather then a vertical one while keeping the top menu horizontal?
1
vote
1answer
39 views
Cannot create an AlertDialog that is viewed horizontally on Android
I am able to create an AlertDialog. The problem is that my App is all viewed horizontally, but the AlertDialog is showen vertically.
The other GUI parts are drawen using Bitmap, that is why I was able ...
1
vote
2answers
51 views
How to make css width work in firefox
I'm creating an web system, but it's not showing correctly in firefox (and probably not in IE too), but it's great in Google Chrome, the page is that: Page with errors
The problem is that my < ul> ...
1
vote
3answers
119 views
How to center an iframe horizontally?
Consider the following example: (live demo)
HTML:
<div>div</div>
<iframe></iframe>
CSS:
div, iframe {
width: 100px;
height: 50px;
margin: 0 auto;
...
1
vote
2answers
127 views
TextBox and TextAlignment after lost focus when text is longer than TextBox width
I have the following problem: I have a TextBox in WPF application. When I type in a text that is very long (more characters than what can display in the textbox field)
and than move away from that ...
1
vote
2answers
643 views
How To Give a Space between Label and Textbox in Different <td> tag In A Row C# Web App?
i am trying to give a two digit space between label and textbox both are in different td tag in a row of table such that label is right align and textbox is left align so they come close and i want to ...
1
vote
1answer
316 views
Multiple Table Column alignment in iTextsharp
I am creating a table where each column has its own alignment as shown below. How do I accomplish it at column level than at cell level?
1
vote
1answer
288 views
ASP.NET Controls won't align properly [closed]
-- Occurs in IE8.0.7600.16385
-- Does NOT occur in Chrome
I have a formatting problem. Been banging my head against the desk all day long. For the life of me, I can't figure out why my Reset and ...
1
vote
1answer
98 views
Style attribute not appearing
I am displaying an image within each itme of a ListView. I want the image to be centered horizontally as well as vertically in a box. My code is as follows:
Protected Sub ...
1
vote
2answers
182 views
complex css image centering help?
My problem is a bit more complex than the title says. Sorry, I don't know how to be more specific...
I'm working on a website and I came across a part where I should display some thumbnails. The ...
1
vote
3answers
208 views
Align a rating bar to right
I'm trying to add a Ratingbar to a listview-row that cotains an image and text. My problem is that when I add the ratingbar I can't get it to align to right. It either fill the available area or get ...
1
vote
1answer
820 views
Unpredictable nested div horizontal position in IE9
I am in no way an expert at HTML or CSS but I can ususally get my head around logical things. This has me stumped.
I nested a div (designed to carry a form) within a parent div. I set its position ...
1
vote
2answers
1k views
Problem with IE8 Horizontal list
I have a menu bar..it appears correctly(horizontal) in mozilla and chrome but appears vertical in IE8.
how can i make it horizontal using css
here is the html code
<div id="navigation">
...
1
vote
3answers
157 views
right align an image using CSS HTML
How can I right-align an image using CSS.
I do not want the text to wrap-around the image. I want the right aligned image to be on a line by itself.
1
vote
1answer
3k views
Android align two buttons
i have two buttons next to each other. I want them to be the same size and fill the whole width of the screen. I've been trying with this code:
(It's relativelayout, if that matters)
<Button ...
1
vote
1answer
183 views
VS2010 WPF designer automatically adds HorizontalAlignment=“Stretch” to gridsplitter
I have this strange issue where anytime I open a XAML file that contains a Grid with a GridSplitter inside it, and the XAML Designer runs, it wants to add the property HorizontalAlignment to the ...
1
vote
2answers
312 views
CSS Horizontal Menu alignment problem in a cell
i have a CSS Horizontal Menu in a table cell. I have set the cell's alignment to align=right.. and the CSS Menu is in that cell but it not right aligned... see the code HERE... i want to make this ...
1
vote
1answer
673 views
How do I make my sub-links/text horizontal when being diplayed?
I have a nav bar with a drop down that is working beautifully. The only thing I am trying to change, is when you hover over the main links, the sub-links/text are on top of eachother. I want them to ...
1
vote
4answers
379 views
CSS - shift long continuous text inside the div to the right?
I have a long text that would not fit within the div it occupies. The div class is as follows:
.mydiv {
overflow:hidden;
padding:3px 3px 3px 5px;
white-space:nowrap;
}
Of course I can ...
1
vote
1answer
286 views
Vetical and Horizontally Align an image in a box
The problem:
I have a set width and height image Lets say height:160px; width:200px; with an image in each box.
The image can vary in size but I need a solution that will always center the image ...
1
vote
5answers
5k views
How to properly align textboxes on a webpage with labels
this is a CSS / design question. I have three textboxes that i want to be center aligned on a web page. Then i want a label description to the right of each one.
When i use attribute like ...
1
vote
4answers
989 views
Center float boxes horizontally
I want to display some floating boxes (divs containing thumbnails) and the number of thumbnails depends on the current page width. For example:
<div class="container">
<div class="box1" ...
1
vote
8answers
444 views
I want to align <div> b with <div> a horizontally, is there a simple way to do it?
When I write <div name="a">Foo</div><div name="b">bar</div>, I want horizontal alignment instead of vertical alignment. How to do it? Is there a simple way to do that? By ...
1
vote
1answer
4k views
How do I align text/images on bottom/right/center/middle of a container using the blueprint css framework?
Is there some easy way to align stuff in div containers to the right or bottom:
<div class="span-24 align-right last">Text appears on the right side of the layout</div>
or:
<div ...
0
votes
0answers
11 views
How can I have 2 divs side by side with the 2nd one centered in the browser window?
I want o display my fist div aligned left with the browser window and the 2nd one aligned horizontally with the first but centered with the browser window.
When I reduce the size of the browser window ...
0
votes
3answers
36 views
Streching two layouts in parent layout
I am trying to achieve that the two nesting relative layouts take up an equal amount of space AND for the to fill out the whole width of the screen. All parent layouts have fillparent set on width. ...
0
votes
2answers
36 views
I can't put a border to my ul
I have a list that I want to add a border to it. but when I do this :
<ul style="list-style-type: none;padding:3px;margin:3px; ">
<li style="border:1px dashed; width: 60px; float:left; ...