The layout tag is for questions about the placement, alignment and justification of objects with respect to a containing element.

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

inflating a xml to replace a non-viewgroup

I've been using compound components for a while with success. I face a little problem and wonder if there's a quick solution: I need a custom seekbar, I have already have it as a style/theme, it's a ...
1
vote
3answers
20 views

divs height dependant in remaining space

example: <div id="parent"> <div id="top"> </div> <div id="mid"> </div> </div> http://jsfiddle.net/VTNxe/ i want the green div to be under the ...
0
votes
4answers
26 views

Div in the center with specific width, sides must scale with screen

I'm trying get 3 div's to fit aside eachother, the two side divs need to fill the rest of the page equally: <div class="second_bar"> <div class="status_border_left"> ...
2
votes
1answer
32 views

Width = %, Height = Pixel, what type of layout uses percentage and pixel?

Simple question but I cant seem to find the answer, sorry about the bad title. When designing a website can you set the width properties as a percent value and the height properties as a pixel value, ...
0
votes
1answer
10 views

Magento: Full Action Name Handle not displaying

I am trying to add a string through a Mage_Core_Block_Text block on a page. Here are my files: Here is the Package Layout XML Update file local.xml (called last after all other handles have been ...
0
votes
2answers
39 views

Fitting iframe inside a div

I am trying to fit an iframe inside a div. My problem is that I can't seem to get it to nest to 100% of the width of the div, I need to specify pixel width of the iframe. I would like the iframe to ...
-1
votes
0answers
15 views

What browser does Feedly use for viewing?

Whenever I click on the 'Visit Website' link and it takes me to my website, all the css formatting is different than any browser I have used (mobile or desktop). Does anyone know if it's a specific ...
-1
votes
0answers
6 views

adaptive layout change src of html5 video [closed]

I am using media queries to change the layout based on screen size below 500px. Ideally Id like to load a different video with JS based on current media query rule. Would prefer to use a native ...
1
vote
0answers
27 views

Resize DockPanel based upon child width

I'm experimenting with WPF layouts, and I'm confused on how to get something to work. I want my DockPanel to resize automagically based upon how big the labels turn out to be. Now, I've found out how ...
0
votes
2answers
44 views

Android - Complex view or something else?

I want to create an Activity with 2 lists. Temporarily I've created 2 listViews with different rows declared in adequate *.xml files, and divided the screen 50/50, but it doesn't look nice. That's why ...
0
votes
1answer
30 views

change android's top bar background color

I am trying to change the background of the top bar which is created by eclipse automatically. I have read some tutorials and they suggested me to change "styles.xml" file. here is what I have done so ...
0
votes
1answer
15 views

Ext JS 4.2.1 Layout run failed

I just want to create a layout where i've defined my custom application header.. and them some content beneath.. e.g. a border layout... Ext.define('app.view.Main', { extend: ...
1
vote
3answers
24 views

Logical Grouping of content (layout) without using Tables

I am new to web-designing styles and css. I read that usage of tables for layout is a bad practice. Hence I tried to create this layout using <br\> , div and float. Problem : Once, ...
1
vote
2answers
39 views

Reproducing table layout with CSS display:table properties

I have a nice layout which uses an HTML table to create a scrollable sidebar with a simple header. It works good, you can check it out here: jsFiddle demo Here is the outline of my solution: ...
1
vote
0answers
16 views

Layouting a large number of draw2d widgets in a Canvas

We are facing a problem, in handling a large number of Draw2d Figures, in a single Canvas. We are building a Tree of the nodes, with Connections between a parent, and a child node. The number of ...
1
vote
1answer
42 views

Using Image in a Android Button with effects

(Now I have come across related questions on StackOverflow but unfortunately none of the solutions worked for me which is why I had to ask this separately) I am a Novice to Android. The problem: I ...
0
votes
1answer
34 views

How to dynamic generate this layout and implements this UI ?(Android)

I have this layout to do. But I don't know how to implement is the better method. Is it use tabhost or dynamic generate layout to implement? I have tried to use tabhost, but I can't change the ...
0
votes
3answers
49 views

2Column CSS Layout

I have the following: <div id="aboutus"> <div id="header"></div> <div id="headerbar"><p>ABOUT US</p></div> <div id="contentarea"> <p>CONTENT ...
0
votes
2answers
22 views

2 Column Layout Not Working

I tried using this guy's tutorial of making a 2 column layout: http://www.vanseodesign.com/css/2-column-layout-code/ Here's how mine came out : / http://jsfiddle.net/WrpA8/ The CSS: #container { ...
1
vote
1answer
15 views

java fx: Where is the constraint property saved when using GridPane.setRowIndex(…);

I was used to Swing and I'm now beginning with FX. I came across a question which I couldn't find a answer reading the "Working With Layouts in JavaFX " Guide from Oracle and also doing some research ...
0
votes
1answer
34 views

Android Layout Design with background blacked out

I need to create a layout where there is a list view in the background. When the button cross at the bottom is clicked the whole background is blurred and one left corner of the area will be shown ...
0
votes
1answer
27 views

CSS: Text in DIV is Getting Cut Off

I'm working on integrating a jQuery plugin that hides parts of a page until the user clicks a "Like Button". Part of the Facebook widget's text is getting cut off. I've played around with the CSS, ...
0
votes
1answer
16 views

Display table view as layout for android app

In android application, How to show multiple row entries in tableview or scrollview for layout for android app in activity file.
-1
votes
2answers
19 views

How to display an image as a layout in android(like UIImageView in iphone) [closed]

I am newbie to android.In android application,I wonder how to put an imageview as a layout of activity just like UIImageView in iOS.
1
vote
2answers
45 views

CSS make image fill available width

i got 3 images next to each other, wrapped in a div which can be resized using min-width and max-width. the left and right image have a fixed width/height. the center image should fill the available ...
-1
votes
1answer
56 views

What algorithms can be used to create a floating layout? [closed]

I am trying to implement a layout system composed of containers which can be set to float both horizontally (left, center, or right) and vertically (top, center, or bottom). Given a set of containers ...
-2
votes
1answer
42 views

Website monitor display issue

I have a website that displays differently on different monitors. Desktop: Laptop: HTML <body> <div id="Links"> <a href="About.html"><img src="Slideshow/About.png" ...
0
votes
3answers
41 views

Making main section of a page fill the remaining height with CSS only

I have two divs as shown below: <div class="header"> <h1>My Cool Site</h1> </div> <div class="main"> Hello world </div> The header div should take up as ...
1
vote
2answers
23 views

minimize rows after wrapping floated elements, but also minimize width

I have a "toolbar", which has an arbitrary number of floated inline-block elements, of unknown arbitrary widths. As the browser window gets narrower, at some point these floated elements are going to ...
0
votes
1answer
20 views

R How to build angled column headings above columns in heatmap.2: pass (text) plot to the layout?

I am very close to the heatmap I want, but I have been struggling for several days to figure out the headings problem. I want angled headings (such as 45 or 50 degrees) at the top of each column. I ...

1 2 3 4 5 364
15 30 50 per page