The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
10 views

Stretch buttons in jQuery Mobile

I'm working on an app where I have 2 buttons. They need to be taking up the whole screen (side by side). How can I accomplish this with jQuery Mobile? I've searched around, but the solutions didn't ...
0
votes
0answers
3 views

Android GridView - Cell Height

I have been stuck on this for days now and have looked everywhere. I have a gridview and have set the Adapter to an R.drawable TextView. Everything works fine however on larger devices if the grid for ...
0
votes
0answers
27 views

Android: How to stretch an background drawable to the screen width while cropping it vertically and maintaining aspect ratio?

I have a background drawable and I want to stretch it horizontally to the screen width and maintain its aspect ratio, but I want to crop it vertically since it will go out of the bottom of the screen. ...
-1
votes
1answer
49 views

HTML/CSS How to stretch a DIV vertically [duplicate]

I'm using DIVs to build something similar to a table, and I need to stretch my DIVs to match the height of its neighbor, in order to get my background-color to display correctly. Here is my example : ...
0
votes
1answer
66 views

Android TableLayout row height or column stretch not working

I'm having a problem with TableLayout row height. If android:stretchColumns="1" the result is as you can see the text from the last row it's cut if I don't specify strechColumns the result is: ...
0
votes
3answers
103 views

css - stretched and evenly spaced horizontal menu

I hope, you can help me, I have a horizontal menu, my problem is the following: The first is normal stretch with table, the second is what I want: stretch + even gaps between texts. I achieved ...
4
votes
3answers
86 views

Background image doesn't fit browser when resized

I can't seem to get my background to stay fitted to my browser when I resize the window. Please help! Here are the images to show you what is going on: View images The first image is how it should be ...
0
votes
0answers
47 views

Playing a small resolution video on a higher resolution Device, in fullscreen mode

I have a 480x360 mp4 video nested inside a fullscreen VideoView. What I want is to play it on a higher resolution physical device on fullscreen. I don't mind if the video gets distorted by stretching ...
0
votes
1answer
37 views

C++ & Allegro 4.2 - I need graphics to stretch in windowed mode

I am using C++ with Allegro 4.2 to build a windows game. I want stretchable graphics in windowed mode. I'm am one who likes giving users of my programs lots of options; I always hate when I'm ...
0
votes
2answers
115 views

Android - Set Activity background without stretching

I'm trying to set a background image to my andorid application. I've a jpeg image and I want to fill the screen with the height of the image maintaining the same aspect ratio. I tried by creating an ...
0
votes
0answers
26 views

block with relative position and top property goes down page edges

I'm sure there is an answer on my question on the site, but I didn't managed to get through the explanation of most problems related to my point. I have a site hagal.ru (sorry, it's in Russian) with ...
0
votes
1answer
33 views

Stretch different divs based on each other

I'm having an issue with stretching div A based on the height of div B, OR stretching div B based on the heigt of div A (depends which has the most content). I tried looking into faux columns, but as ...
0
votes
1answer
106 views

WPF Grid Center and Stretch Textbox

I have a WPF grid with row and column 0 as labels. I want the first column to be a static value of 20, but I want the rest of the columns to stretch to their available space until they hit the max ...
0
votes
0answers
140 views

how can i stretch a video in VideoView - Android

Every time I show a movie on the screen I see white stripes on the sides. How can I stretch the movie to fit the screen??? Everywhere I see the following code: android:layout_alignParentTop="true" ...
1
vote
2answers
61 views

Stretchy QListBoxWidget

Question How can I create a QListWidget that has a minimum height but stretches to fill all available space even if the layout already has a stretch component? Background I'm using PySide to create ...
0
votes
0answers
14 views

ray tracer objects stretch when off center

I am writing a ray tracer program for my computer graphics class. So far I only have spheres implemented and a shadow ray. The current problem is that when i move my sphere off center it stretches. ...
-3
votes
1answer
70 views

how do stretch a navbar to fit any screen length [closed]

Using Dreamweaver, I'd like to stretch my navbar to fit an entire screens full width. See: www.tripadvisor.com for an idea of the navbar I'm questioning how to do. How can I code the same? Thanks!
0
votes
4answers
93 views

DIVs won't stretch all the way down to the bottom of the page?

I apologize if this is a trivial question but I can't seem to figure it out. I have this website and I need the navigation bar on the side, and the rectangle all the way on the right (The one with the ...
0
votes
1answer
90 views

Video.js: Stretched Videos

I have some videos that are getting stretched, which distorts them: f4v: FF 19.0.2 OS X and 17.0.1 Windows, when fallback to Flash mp4: Safari 5.1.7 Windows These browsers play them fine with ...
3
votes
3answers
155 views

How to set UIScrollView's background image as a stretchable image?

I want to set UIScrollView's background image as a stretchable image. I tried: UIImage* backgroundImage =[[UIImage imageNamed:@"background"] ...
1
vote
1answer
108 views

GridView Stretching ImageView Non-Uniformly

I have a GridView that I am using to display a row of 4 images, each image is 200 x 200 pixels. Here is the layout xml: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
1answer
349 views

stretch a background-image across a table's td using html/css

I have a table and want a certain background to be stretched across the width of the TD, whatever the width may be. My CSS for the relevant td is currently like this: .tools .theader { ...
0
votes
0answers
160 views

Wordpress (Underscores Theme) - How to make sidebar and content extend the height of the containing div

I am using the http://underscores.me/ theme to build my own custom theme and used the code suggested for a "sidebar-content" layout. I would like my container div to extend to the bottom of either my ...
1
vote
5answers
195 views

Make HTML input stretch to fill space in container

There is a <div id="MyDiv"> element which is resized depending on page width. It contains <input> and <a> elements. How can I make the <a> align by the right side of the ...
2
votes
1answer
154 views

Image with accordion effect

I have read in an image file to MATLAB and I am trying to stretch it in one direction, but a variable amount (sinusoidal). This would create an accordion affect on the image. I have toyed around with ...
0
votes
3answers
205 views

ImageButton Stretching Background Image

I am trying to create an ImageButton with no border but I am running into an issue with the sizing of the image button. Using Eclipse ADT I drag an ImageButton to the layout and select my background ...
1
vote
4answers
102 views

Is it possible to use CSS to resize a container so it's as tall as its background image?

I've researched this and only found a JavaScript solution, so wonder if anyone knows if a CSS solution is possible... Here's a code snippet: HTML <div id="container"> This is a small ...
0
votes
2answers
87 views

css stretch li based on content

I have this code here and I am trying to make the ul.submenu li to stretch according to its contents. As you can see, the 3rd li of the ul.submenu has a long text which hides instead of stretching the ...
0
votes
4answers
125 views

HTML5 How to make canvas not stretch page?

I have learned how to work with Canvases in HTML5, and I have a question. Is there a way to make a canvas not stretch the other elements on the page? For example I have some text, if I put a canvas ...
2
votes
3answers
191 views

How can I stretch the image in imagebutton to the whole area of the imagebutton?

Here is a picture that will help you understand my problem: I want to stretch the image shown inside ImageButton to the whole area of the ImageButton. As you can see- The picture with the number 1 ...
1
vote
1answer
153 views

My canvas stretches vertically and horizonally, but the image inside does not

I'm creating a popup menu a ToggleButton and a Popup control. All of which are contained within a canvas. The following image is of the bottom right corner of my application. I set my Canvas so that's ...
1
vote
3answers
89 views

Small icons stretching to unwanted sizes

Having an issue with a small 53x49 image icon being stretched to a giant size. This: http://imageshack.us/photo/my-images/837/arrowsj.png/ Is supposed to be this size: ...
1
vote
3answers
147 views

Stretch dynamic nested divs to fit fixed container?

HTML <div class="container"> <div class="a">dummy content</div> <div class="b"></div> </div> CSS .container { height: 200px; /* Fixed height */ } ...
0
votes
2answers
78 views

wpf need grid with 3 rows to fill window and only have middle row stretch

Here's my code (which isn't working btw): <DockPanel MinWidth="776" Margin="13" LastChildFill="True" Height="522" VerticalAlignment="Top"> <Grid DockPanel.Dock="Top" MinWidth="200"> ...
1
vote
1answer
93 views

Stretching a small image to the window

How do I fully stretch an image to a window via Fancybox? (Fancybox 2) The fancybox stretches as big as the image size, but no further. I noticed a number of CSS limits stuck in the fancybox css, ...
1
vote
1answer
107 views

Implement Stretch=“Fill” for a custom framework element in WPF

I have a custom framework element which is the dual to Polyline. This element is designed to draw the markers at the locations of the points in the polyline and will act as an overlay. I've ...
0
votes
0answers
136 views

Auto-stretch rollover button (CSS)

Not really a question, but a useful trick for anyone who might be scouring Google for how to do this (although this is probably common knowledge to the experienced web designer). If you have an HTML ...
0
votes
3answers
123 views

Background image stretch horizontally

My site have a horizontal scroll structure and it's responsive. E.G. my site width: 9600px on my screen. And i have a background image. Like this after opening body: <div class="bg"> <img ...
0
votes
0answers
45 views

What goes on in the `viewDidLoad` method during storyboard transistions?

Ok, I have a really weird situation here and I believe it has something to do with the viewDidLoad method and use of storyboard combination. I have this stretchable image that I recently moved from ...
0
votes
1answer
121 views

Androird/Eclipse : Stretching an image to fit with screen borders

I have this 9-patch picture "Imageview3" I want to add in my activity. I want the red arms to matchs perfecty with the borders of the screen. But when I do SCALE:fitXy here is what I obtain so as ...
1
vote
1answer
50 views

Stretch button with unstretchable central region

Is there any way to stretch the button so that the central part remained intact? 9-patch doesn't allow to do this. EDIT: I used 9-patch as Benito recommended. And it works fine. It is strange that ...
0
votes
1answer
73 views

How to stretch a fixed div to screen when positioned inside a fixed container?

I have a 100x100px container, centered in the middle of a page. I got a nested div inside, which is 100px tall, that I wanna stretch to the width of my screen. How can I do this? Thanks for helping ...
1
vote
2answers
78 views

Make a cell stretch across two rows in android

I've been asked to design a UI for a calculator application in Android using buttons. The GUI needs to be as in the image below- The only issue I have is to stretch the '+' cell across two rows, as ...
3
votes
2answers
175 views

Java Printing Font Stretch

I just got the printer to work in java how I need it too, but there's one last problem I need to solve. When it prints, the font's width is rather stretched, and not crisp and clear like it should be. ...
0
votes
5answers
107 views

how do i can stretch my div according text?

how do i can stretch my div according text I want to stretch height of a div , with the text user posted look at the screen shot its clear. CSS : .cmnt{ width: 570px; margin-top: 10px; ...
0
votes
2answers
77 views

100% height of parent. All parent heights are dynamic

I've read through tons of questions and articles and I can't seem to figure this out. Here's a rough example of my layout structure: body - div 1 (header) - div 2 (main content wrapper) - - ...
1
vote
2answers
96 views

Allow parent div to be stretched by some children, but not by others

I'm trying to create a column of content underneath a navbar, such that the content's width exactly matches the navbar's width. This is proving more difficult than I expected. Given something like ...
1
vote
1answer
100 views

Jquery to get the width between left viewport to a specific div on my page

I'm trying to get a panel that has a position of absolute on the left of my viewport to have a width that goes all the way to a specific div centered on my page, I need this div to have a dynamic ...
1
vote
2answers
104 views

Stretch div as much as possible within a table cell

I am currently working on a personal website which will contain pictures. I wanted to create a frame for those pictrues, so I sliced a photo of the frame into pieces and made each piece a div, since ...
0
votes
0answers
71 views

Table Row doesn't display the first column when alone because of stretch column

I'm having some trouble with something which seems very simple, so I need your fresh eyes on this problem ;) I'm displaying in a popup the pictures inside a directory. For that, I am using a ...

1 2 3 4 5