In GUI (inc. web page) context, alignment refers to the positioning of visual elements. In programming context, alignment is the placement of objects on memory addresses, usually a multiple of some small factor.
0
votes
0answers
27 views
Align two D3.js tagclouds side by side
I wonder if I could create two different tag clouds (using D3.js library) and align them side by side in order for the first to be displayed left and the second right. In some point I considered ...
-1
votes
1answer
54 views
CSS Alternative to ?
I'm trying to make a social page which will show the social feeds that my company use.
I've managed to use padding to align the feeds the correct height and bottom padding
although, I can't seem to ...
0
votes
1answer
26 views
jQuery how to align a div using event coordinates?
I have a map with Earth and I want to set the marker exactly where the user is clicking (like on google maps).
<div class='map_wrapper'>
<div class='marker'></div>
<img ...
0
votes
4answers
48 views
Android: how to align views vertically and horizontally
I'm wondering how I can align the buttons as the following: Button1 and Button2-2 are supposed to align horizontally, Button2-1 and Button2-2 should align vertically.
[Button2-1]
...
1
vote
1answer
34 views
Casting pointer to reuse a buffer
there:
I have declaration like this:
typedef struct
{
quint8 mark1;
quint16 content1;
quint16 content2;
quint8 mark2;
}FrameHead;
and in function,I defined a buffer,and valued ...
0
votes
0answers
25 views
android relative layout alignment issue
I want to make the layout align center looks like this:
here's the currently layout xml code:
<View
android:id="@+id/lv2_clipper1"
android:background="#33b5e5"
...
0
votes
1answer
30 views
BioPython consensus sequence with gaps coded as 'N' and polymorphisms as ambiguities
I am trying to write code to get a consensus sequence for each of the 100+ files of individual fasta alignments in a folder. To start I just wanted to get the consensus for one sequence (then I will ...
0
votes
1answer
65 views
How set element align half all form in Delphi 7?
Hello I create a form and put into the form two DBGrid. And set align Left to right of both. When i run the program and maximized window DBGrid width not changing. what i need to change width both of ...
1
vote
2answers
58 views
Textarea does not respond well to padding
So I was trying to align a textarea inside of a div using the padding property:
#content {
background: #FFFFFF;
width: 80%;
height: 800px;
margin: 4em auto;
padding: 20px;
...
0
votes
2answers
35 views
Align a dynamically created image in the right side of a div
I am trying to create a shopping list. The list is dynamically created using Javascript(JquerryUI). I want the thrash cans next to be on the right side (where this blue dots that I draw are). I tried ...
1
vote
1answer
14 views
How to align an image in Qooxdoo?
I'm currently creating a new Qooxdoo application, and have setup a layout similar to the Feedreader demo, with a banner image across the top (logo etc). I've had no problem adding the image into the ...
1
vote
1answer
42 views
How do I make a container take 100% of the page's width?
I am puzzled by what I am doing. First take a look at my tiny snippet:
HTML:
<div class="image_container"></div>
CSS:
.image_container {
background-image: ...
0
votes
1answer
18 views
Center wrapper horizontal and vertical from 768px
I've got a #wrapper div and I need to center it vertical and horizontal from width:768px; . From 0px till 768px it only need to center horizontal and alight to the top, anyone ideas?
I did some ...
0
votes
1answer
41 views
Align a label to text of first RadioButton
I have a TableLayout with 2 columns: label and input field (Spinner, EditText, RadioGroup). I want to align the label for the RadioGroup to be exactly in vertical alignment with the text of the first ...
0
votes
1answer
12 views
Allighning cell renderer for treeview in GTK2 won't work
I'm trying to build some program with GTK and python.
I've created the GUI in glade, and assigned a model for the treeview. THen When i set the alignment in the cell renderer, it doesn't work
The ...
0
votes
1answer
51 views
Listbox align text
I have a ListBox containing 2 elements: item and price.
I add them like so:
lbtest.Items.Add(new ListBoxItem()
{
Content = item + prijs,
FontSize = 14,
Foreground = Brushes.Red
});
Now ...
0
votes
1answer
37 views
Trying to align the footer, but it disappeared
I'm trying to align divs with different widths in a footer on the website so it goes like this:
But when I tried to do it, all I saw was blank space. The footer totally disappeared.
Here is the ...
0
votes
2answers
61 views
Aligning the Sidebar HTML/CSS
I am creating a Template to use for eBay listings. I have added a sidebar to float to the right of my main text body. However when I copy the source code into the eBay listing it moves away from the ...
0
votes
2answers
37 views
CSS Align label + field + text
Trying to create a form without tables having a couple of issues. Any help would be appreciated.
can someone show me how to get to this
http://bit.ly/Y7q7Hu
right now it's this
http://bit.ly/ZLauE1
...
1
vote
3answers
60 views
How can I align three pictures with corresponding text so that they alternate left to right?
I am trying to create a simple "about Us" page for our company website and I am having troubles with alignment in CSS and HTML. The basic idea is this:
--Pic-- --Text-
--Text-- --Pic-
--Pic-- ...
0
votes
1answer
67 views
Can't get the menu bar to scale to screen size
I am trying to scale a menu bar according to screen size. I've tried float, @media etc. but it hasn't worked properly. Full screen on my 13' looks great. However, as soon as I scale it down, the menu ...
0
votes
2answers
50 views
Chrome and Safari reading CSS differently?
Never thought I'd say this but Google Chrome is being rather annoying.
I'm attempting to have a little gallery on a webpage and on Safari it displays 100% correctly all tight an in shape:
Yet when ...
1
vote
1answer
62 views
XCode indentation/alignment settings (spaces/tabs)
I used to use tabs for indentation and spaces for alignment.
Like so (arrows show tabs and dots show spaces).
In QtCreator you can set such coding style in standard preferences.
I can't find the ...
0
votes
1answer
145 views
alignmnet in radio button list asp.net vb
I'm confused with the alignment setting of the radio button list in asp.net, it shows in visual basic like this.
But if i compile it, it shows in my browser like this.
My code for this radio ...
0
votes
1answer
18 views
Section inline with styled aside element?
I'm attempting to align a section element with a styled aside element. I've tried all combinations of inline, block, and inline-block but I can't seem to get anything to happen. I don't understand why ...
1
vote
2answers
48 views
set alignment of JTextField
My question is with reference to this post here JTextField : How to set text on the left of JTextField when text too long
If the string is too long, is there any way to display the text in the next ...
0
votes
1answer
54 views
How to keep boxes auto align themselves
Hi I have this boxes that when you click on it the DIV expands downwards.
This is made with css3 and radio buttons.
Is it possible for them to auto align the boxes when one box is active??.
I mean I ...
0
votes
1answer
76 views
jQuery Smooth Div Scroll WP - How to start again autoscroll when mouse not over image?
Please I need your help:
I'm using Smooth Div Scroll with wordpress
Is there a way to "stop the autoscrolling when mouse over", "start autoscrolling when mouse not over"?
Right now, autoscrolling ...
0
votes
3answers
37 views
Android: Align views vertically left
I'm trying to align some text views vertically left but it doesn't work properly, could anyone else point me out what's wrong with my code below?
<RelativeLayout
android:id="@+id/footer"
...
0
votes
1answer
42 views
SVG align rect to bottom-right of parent element
i'm trying to draw a rect in SVG (300x300 px) and align 4 smaller rects in each corner of the parent Rect (10x10 px), but every small child rect has the full size of the parent rect.
<svg ...
0
votes
1answer
17 views
How to align components to grid?
I'm working on an application where users can put their own controls on a view. Now I'm working on the details where I want the controls to be aligned to a sort of grid.
How can I draw a grid?
How ...
0
votes
1answer
25 views
Javascript Div Tallest
I'm trying to make a row of divs all match the height of the tallest one, so they look uniform.
I have read about a lot on this, but can't seem to find any solution that works cross browser.
The ...
0
votes
0answers
80 views
Change text alignment of category axis data labels
Pulling my hair out a bit with this small problem I'm having. I'm trying to left align the Y-Axis data label text with a bit of VBA code. I've tried 2 approaches:
With ActiveChart
With ...
0
votes
1answer
49 views
Table pictures alignment issue
For the first time I am posting here cause if usually I am able to find a solution to my code issues throughout other answers, this time, no matter what I try, it doesn't work.
I am doing a table ...
1
vote
1answer
90 views
How to right align rich text (HTML) in a Qt/PyQt/PySide QLabel?
I have a simple task.
I want to right align richtext (HTML) in a Qt or PyQt or PySide QLabel. The QLabel works fine until I resize the widget making it smaller than the text length. At that point, ...
0
votes
1answer
37 views
Center subviews horizontally with auto layout
I have two subviews, an UILabel and an UIImageView, which I would like to center in a view. They should be placed next to each other and together they should be in the center of their superview whose ...
0
votes
2answers
29 views
Aligning content in css with floats not aligning
I think I am having an issue with my floats, they are not aligning correctly and I feel like it has to do with the way I have my boxes setup. I have tried changing the alignment with margin-left and ...
0
votes
4answers
82 views
HTML CSS: How to align grid to content area?
Demo: http://www.mindtale.com/portfolio.html
I want to have a scrollable 3 x 4 grid open for a portfolio section. How can I adjust the grid content to center and be maybe 150px from the top so it ...
1
vote
1answer
30 views
Changing only the position of the default backBarButtonItem
So I have a custom nav bar in my iPad app which is a bit larger than the default 44 pixel bar (52 pixels tall). I want all the items in the nav bar to be center aligned which I have been able to do ...
0
votes
0answers
19 views
IMU axis to body aligment
I have a 9-axis IMU installed on my robot. The alignment between IMU axis and robot
axis is far from perfect. Right now quaternions produced by IMU work well in IMU frame
however I need to convert ...
1
vote
0answers
43 views
Text in UITextField will not center properly
I think that my question is related to thread.
I have a login screen with two UITextFields (user/pass). Both are horizontally center aligned with placeholder text. When I press a field, the ...
0
votes
1answer
30 views
Lightbox alignment issue
on button click i m opening lightbox. I am displaying content on it. Lightbox working fine. In High Resolution alignment of the lightbox is center to the screen. If i see the same in normal resolution ...
0
votes
2answers
70 views
Resize image keeping both sizes on ratio
I have a photo blog on the very final stages and this is the last problem I'm struggling with.
The layout has fixed menu bar on the right and the content flows on the right. When photo is opened from ...
2
votes
0answers
91 views
How do I set the text align indicator in C# WinForm Custom UserControls?
Using: C# .NET 4.0 Winforms - Visual C# Express 2008
.NET default controls have a pink line in designer mode that allows you to align the text within controls. E.g. a label and textbox can align ...
0
votes
2answers
60 views
Images and h1 tag displayed on the same line CSS
Having problems displaying two images and one h1 tag on the same line. I want to align one image to the left and the last two elements on the right. Any tips on how to do that?
HTML
<div ...
4
votes
2answers
125 views
CSS Table-Like alignment using no tables? (CSS RelativeLayout)
Wherever I go on the internet, I am constantly having it beat into me that I should not use Tables. Sadly, I am one of the few programmers who is stubborn enough to still be using them -- I frankly ...
0
votes
2answers
44 views
CSS align 2 img with links and form
Hi I'm creating a menu in html with 1000px that has 2 images, one on the left and other on the right sides of the menu with 40px height, also has a group of links on the left and a search form on the ...
2
votes
1answer
41 views
Variable alignement with Cortex-M0 under GCC
I'm trying to find a good way to align variables on a bondary of 32 bits or 16 bits with GCC.
I'm working on a Cortex-M0 that doesn't support the missaligned data acess. I have this problem when I ...
0
votes
2answers
30 views
Android manage relative layout alignment
I designed one layout with 3 button, I want to manage separator's alignment. here my xml layout ,
<RelativeLayout
android:id="@+id/menuLayout1"
...
0
votes
1answer
106 views
iText unicode font issue
I have been working with ttf font in java using itext (lowagie) sdk. I would like to explain my problem by example.
I have a table row where I want to show some text ( bengali ttf). The text is ...





