Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
8answers
33k views

How to Force Child Div to 100% of Parent's Div Without Specifying Parent's Height?

I would assume this is possible, but i just cant figure it out.. i have a site thats basic structure is set up as follows. <div id="header"></div> <div id="main"> <div ...
13
votes
3answers
14k views

“vertical-align: middle” does not align to the middle in Firefox

I'm trying to align some text of different sizes vertically, however, Firefox displays the smaller text way above the middle. CSS: div.categoryLinks { margin: 1em 16px; padding: 0 4px; ...
9
votes
6answers
4k views

How to vertical align a text?

How to vertically align the text in a floated div? For example: I have a dynamic content with fixed height. if the content is small or big it has to automatically vertically align. Thanks
8
votes
1answer
464 views

Flex Vertical Datagrid

Can i have a datagrid that displays data vertically instead of horizontally ? for example, if this is my dataprovider: array('firstname':'John','lastname':'Doe'), ...
7
votes
1answer
3k views

How to build vertical tab sets in WPF?

How to build vertical tab sets in WPF? The tabs will stack up in top-to-bottom just like the "Properties" of a project shown in visual studio.
6
votes
2answers
188 views

Sliding panel jumping back to home when clicked

I made a vertical sliding panel on a 1page website (click psssst on the top right). All in all it works fine, it slides up and down properly (still a little bump on the button when sliding, but no ...
6
votes
6answers
3k views

Vertically (only) resizable windows form in C#

I have a situation where it would be beneficial to me to allow my windows form to be resized by the user, but only vertically. After some searching, it seems like there isn't much on this particular ...
5
votes
2answers
340 views

Android: vertical RatingBar?

How can I rotate the RatingBar? Is there an example for a vertical custom RatingBar?
5
votes
2answers
130 views

“Whatever is Left” in a CSS layout

I have 4 elements inside a container element. The container element will have its height set to 100% of the browser window. The 4 inner elements will appear vertically stacked on each other (as ...
5
votes
1answer
3k views

C# vertical tab

Does someone know how can i implement a vertical tab in c#? Thanks
5
votes
6answers
2k views

Make a space between paragraph (x)html, css

I want space between my <p>content</p> tags. Not before and not after <p> tags. Fx my code is: <div> <h1>A headline</h1> <p>Some text</p> ...
5
votes
6answers
14k views

Vertical line spacer between two divs

So I have two divs. One left div with navigation links and one right div that populates with content depending on what link you click on the left. I would like to have a vertical gray line between ...
5
votes
7answers
3k views

Winforms: How can I programmatically display the last item in a C# listview when there are vertical scrollbars?

How can I programmatically display the last item in a C# listview when there are vertical scrollbars? I've studied every method associated with listviews and can't find anything.
4
votes
2answers
2k views

Horizontal vs Vertical Fragmentation in Distributed Database Management Systems (DDBMS)

In the context in DDBMS, what is the difference between Vertical Fragmentation and Horizontal Fragmentation? Is it such that the relation's extension is fragmented for vertical fragmentation and ...
4
votes
6answers
616 views

Displaying a list of items vertically in a table instead of horizonally

I have a list of items sorted alphabetically: mylist = [a,b,c,d,e,f,g,h,i,j] I'm able to output the list in an html table horizonally like so: | a , b , c , d | | e , f , g , h | | i , j , , | ...
4
votes
3answers
10k views

How to vertically align a table column both top and bottom?

..if the columns height is dependent on the height of another column? Solution should work on IE6,7 and Mozilla at least. HTML table layout: +------------------------+----------------------+ | ...
3
votes
2answers
261 views

CSS Vertically Align Text in Header

I am trying to vertically align text in my header, and am having some trouble. Attached is an image of my starting point: The header has a set height of 141px and everything in that header should ...
3
votes
3answers
693 views

Vertical align complex multiple div site layout

OK. Here's the deal. I've read quite a few articles on this site and others about vertical centering but they all seem to refer to centering a single div and I haven't been able to apply it ...
3
votes
3answers
61 views

Measuring a string vertically

I have a C# Winform application. In my form, I have a panel and in my panel, I have a label. The label gets created dynamically. I have the following code: Label label1 = new Label(); ...
3
votes
1answer
672 views

Vertically align multiple lines beside a floated image

<li> <a href="viewBook.php?bookId=<?=$bookId?>"> <img style="float:left; clear:left; padding-left:10px; width:50px; height:75px;" ...
3
votes
2answers
258 views

AS3 vertical gradient incorrect when large

This seems to be a very straight forward thing to do and there are loads of tutorials about the subject. None of them are helping me get this right though, and I can't for the life of me figure out ...
3
votes
1answer
1k views

How to vertically center a <span> inside a div?

The code: <div style="border:solid 1px gray; cursor:text; width:400px; padding:0px;" id="theMainDiv"> <span id="tag1_outer" style="background:#e2e6f0; padding-right:4px; ...
3
votes
1answer
4k views

Is it possible to write vertically in a textview in android?

LEts say you have a normal textview, with "Stackoverflow" written in it, I would like to know if it it possible to rotate the textview about -90°, to have the S at the bottom and the W at the top of ...
3
votes
1answer
603 views

XAML WPF Vertical Scroll bar line by line instead of group by group when grouping

What I want to do is scrolling line by line instead of group by group when my items in listview are grouped and I press down/up arrow button of vertical scroll bar.
3
votes
4answers
608 views

How to create vertical text using only CSS?

Is it possible to create vertical text using only CSS, compatible with IE6+? By vertical I mean F O O B A R
3
votes
3answers
1k views

Scrum, and Cross-Functional Teams vs. Specialists

Post edited for clarification (original post at the bottom). I wish to reorganize the R&D staff from horizontal (i.e. specialty or component based) teams to vertical (i.e. feature, self ...
2
votes
8answers
218 views

Expand DIV vertically that contains an iFrame

http://jsfiddle.net/fJkBU/1/ That's my code. Basically, I have an iFrame whose source may change. I need the containing DIV to expand vertically to accomodate whatever is inside the iFrame. I can't ...
2
votes
1answer
76 views

how to enable vertical scrollbar of an edittext programmatically

I'm trying to implement android:scrollbars="vertical" in XML by Java code. I've tried method setVerticalScrollBarEnabled(true) but it doesn't work. Anyone can give me a suggestion? Thanks in advance.
2
votes
2answers
129 views

Vertically center content within a div of dynamic height [closed]

Possible Duplicate: Vertically Center HTML Element Within a Div of Dynamic Height I am currently designing a website for which i need to vertically center some content. The design is pretty ...
2
votes
2answers
1k views

CSS Jquery vertical navigation menu with horizontal submenus

I'd like to create a navigation menu like this: |main-item1| |main-item2| |sub-item1| |sub-item2| |sub-item3| |main-item3| |main-item4| what I see now is this: |main-item1| |main-item2| ...
2
votes
2answers
397 views

How to set android show vertical orientation?

From following .xml file I set xml to show TabHost but after i run it on emulator it show both both orientation. i want to set it to show only one orientation. How do i do? THanks you. <TabHost ...
2
votes
4answers
1k views

vertical and horizontal align (middle and center) with css

I am practicing CSS and i am so confused how can i force my div element to be center (vertically and horizontally) at my page (mean which way or ways for cross browser compatibility)? Best regards !
2
votes
2answers
205 views

How to maximize a the height of a JFrame?

Windows doesn't support myFrame.setExtendedState(JFrame.MAXIMIZED_VERT);. So I tried to get the screen size and made the JFrames height as big as the screens height. But then it covers the Windows ...
2
votes
1answer
308 views

CSS: unexpected vertical position of “inline-block” elements

Please consider the following HTML code: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" ...
2
votes
2answers
708 views

table, tabular, tabularx vertical alingment, latex

Ok, this sounds so easy, but I've spent hours googling and I just cant find a solution, that isn't to complicated. I want to create a table that has images and text in it. I want every row of the ...
2
votes
1answer
170 views

Vertical Text with CSS

Can I rotate text to be shown vertically using CSS in all browsers back to IE6? For example I need 'WORD' rotated 90 deg left so that 'W' is at the bottom and 'D' at the top. Thanks in advance.
2
votes
1answer
413 views

Is there a vertical scroll event in jQuery

I have a function that I bound with scroll() event, but the fact is I want the function to be triggered only in case of vertical scroll ( I have some horizontal scroll too). I didn't see such ...
2
votes
3answers
2k views

How to make horizontal paging without vertical paging in UIScrollView

I am making digital comic now. My application has horizontal paging when without zooming. But when zooming, picture's height is over the screen height. So application has vertical paging. But I don't ...
2
votes
1answer
800 views

iPhone landscape navigation back action shows vertical view transition?

I have a regular UINavigationController and I push a series of UIViewController into the stack. The view transition for push controller is horizontal animation transition: [self.navigationController ...
2
votes
2answers
1k views

Vertical aligning an absolute positioned div inside a containing div

I'm using the jQuery Cycle plugin to rotate images in a slideshow type fashion. That works fine. The problem I'm having is getting these images (of different sizes) to center in the containing div. ...
1
vote
1answer
28 views

Vertical orientation of JTabbedPane titles when the the tab placement is set to LEFT

As you can see from the image below, the Java text is horizontal. What I would like to do is get a vertical orientation of the JTabbedPane Titles. While googling, I found that the only way is to add ...
1
vote
1answer
124 views

Customizing a jquery script. Accordion style vertical menu for magento

I found this jquery script online and need to customize it a little. What it does is makes the vertical menu in magento have an accordion effect. It only does so for the first category though and ...
1
vote
1answer
58 views

jQuery vertical tabs

I am following this tutorial: http://mehdi.biz/blog/2010/02/05/vertical-tabs-for-jquery-lovers/ I modified the script so it changes the content using click. jQuery(function($) { var $items = ...
1
vote
1answer
55 views

Android: Tablerow multiline textview clipping vertically

I am dynamically adding rows with two columns to a table. One of the columns holds text that will spread across multiple lines. I've added the weight on the layout parameters for the textview so it no ...
1
vote
2answers
139 views

Issues takeing picture with Android (Vertical Camera | Portrait)

With the following code shows a preview of the camera vertically and it's works.. BUT!! I get a photo in landscape! :( How I can build it vertically? I've the preview view in vertical, but I can't ...
1
vote
1answer
163 views

adding colored vertical band to excel chart programatically using vba macro

I am trying to add colored vertical band to a chart in excel programatically using vba macro. I have a chart that contains some numbers x-axis from 1 - 50 and I want to add a colored vertical band ...
1
vote
0answers
17 views

Is there a way to suppress a vertical line across sections in Crystal Report 8.0?

I want to suppress a vertical line when a condition is met. This vertical line crosses two sections, the Report Section and the Detail Section. I have no problem suppressing horizontal line because I ...
1
vote
1answer
37 views

Displaying text on a swt button vertically

I'm trying to display text on a button. Instead of displaying it as "Vertical", I'd like to display it as V e r t i c a l Any assistance is much appreciated.
1
vote
1answer
165 views

Vertical scroll div different speed

I want to create a page with different layers (different z-index i guess) and each layer has a different speed on scroll. I've been trying to use the parallax effect but it's not exactly what I need ...
1
vote
0answers
63 views

Prawn: Is there a way for vertical alignment of all content in a box?

I'm trying to position some content vertically centered in a bounding_box. With a single text this is no problem: bounding_box([0, bounds.top], :width => pdf.bounds.right, :height => ...

1 2 3 4 5