Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
3answers
2k views

Stretching width correctly to 100% of an inline-block element in IE6 and IE7

I have the following markup, where I am attempting to get the right hand side of the second table to align with the right hand side of the heading above it. This works in IE8, Firefox and Chrome, but ...
9
votes
8answers
2k views

Unwanted margin in inline-block list items

I have the following HTML: <ul> <li> <div>first</div> </li> <li> <div>first</div> </li> ...
7
votes
3answers
249 views

Chrome/Webkit inline-block refresh problem

The problem I found is the following: Situation: I have overall div that has a inline-block display. Inside it are two element that have an inline-block display as well. Then I add (thanks to ...
5
votes
3answers
422 views

How to vertical align an inline-block in a line of text?

I want to create an inline-block that will take on some unknown width and height. (It'll have a table inside it with content dynamically generated). Further, the inline-block should be placed inside ...
4
votes
3answers
202 views

CSS text-align on inline-block element

I have this structure: <div class="father"> This string is left-aligned <div class="divToCenter" style="display:inline-block;"> //contains other divs.I used inline block for making ...
4
votes
5answers
310 views

What does *display mean in CSS? [closed]

Possible Duplicate: What does a star-preceded property mean in CSS? I came across this while browsing for cross-browser support for display: inline-block... selector { display: ...
4
votes
3answers
382 views

HTML: Unexplained vertical gap between text-wrapped inline-block elements with an image?

Why is there a gap here (ie 'element3' LOWER than 'element4')? +----------------+ +----------------+ |+------++------+| VS. |+------++------+| || 1 || 2 || ...
4
votes
2answers
3k views

dynamically set hyperlink control's navigateurl property inline

Is there a way to do something like this: <asp:HyperLink id="MyLink" NavigateUrl="../mypage.aspx?id=<%= pageid %>" runat="server">My Page</asp:HyperLink> ... except in a way ...
3
votes
4answers
70 views

Vertical align within DIV, with a block element inside the div

This has always driven me crazy and never found the right answer. I want to achieve the following: http://juicybyte.com/stack-overflow.jpg Meaning, I want to have an image on a div on the left, and ...
3
votes
1answer
67 views

Difference between baseline of empty and non-empty inline blocks

Live example here: http://jsfiddle.net/894EA/ You can see that the empty inline block is aligned differently from the one that has inline children. I know this can be fixed by specifying different ...
3
votes
1answer
97 views

Firefox issue calculating width w/ CSS inline-block & absolute positioning? (Twitter Bootstrap dropdown menu)

I am using the Twitter Bootstrap HTML/CSS framework, and specifically the dropdown menus. I'm attempting to add a "keyboard shortcut" that would be visible and right-aligned within each menu item. ...
3
votes
2answers
71 views

XHTML/CSS Padding on inline element with linebreak

I have an inline element with a line break in it. It has padding on all sides. However, the side padding on where the line break cuts the element is not there. This is what i mean: ...
3
votes
3answers
56 views

Designing fluid width pages

I'm building an internal web app and I want to make use of the entire page and as such have opted for a flexi-width design. The problem that I keep running into is that inline-block is causing things ...
3
votes
3answers
513 views

How to make text input box to occupy all the remaining width within parent block?

How do achieve the following: ┌────────────────────parent────────────────────┐ │ label [text-box ] [button] │ │ paragraph │ ...
3
votes
2answers
4k views

inline-block: Firefox 4 vs IE 9

I'm confused why IE9 interprets such a basic behavior in a surprising way. In Firefox 4 or Chrome 11 I see that the divs appear side by side as I would expect. In IE9 though, I see the divs appearing ...
3
votes
1answer
428 views

alternative for inline-block for ie7

for my website, im using inline-block property. it works well for mozilla and ie8 but is displayed as block elements in ie7. how can i set it right?
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
1answer
1k views

Prevent inline-block from wrapping on white-space: pre?

It seems Chrome is wrapping an inline-block element if it is at the end of a line even if there is a white-space:pre container around it with overflow: auto. Is there a workable solution to prevent ...
3
votes
4answers
2k views

Assigning Visible Property of the Button to a Static Method Result

I am trying to hide the button based on the user's role using the following code: <asp:Button ID="btndisplayrole" Text="Admin Button" Visible='<%= ...
2
votes
1answer
42 views

Shrink-wrap and center a container for inline-block elements

I have a bunch of inline-block elements over several lines which I'd like to center horizontally. The inline-block elements all have the same fixed size, but I'd like the centering to be able to ...
2
votes
1answer
72 views

CSS inline-block issue

I've been working on a CSS layout for a webpage of a friend of mine and encountered a few problems. Maybe, you'll be able to help me with them. First problem was the fact that my css did not seem to ...
2
votes
2answers
54 views

Inline clearfix before <strong> in css

I would like to break the line automatically before a <strong> tag begins. I'd try a couple of things, but can't find out how to do so. I tried: strong, b {font-weight: ...
2
votes
1answer
94 views

Display: inline-block text overflow causing alignment issue

I have this problem that always occours when I'm using display: inline-block to display div's in line one by one. What happens is, when the text is bigger than the div and has to go onto a new line ...
2
votes
1answer
51 views

Creating a navigation - inline-block or float?

When I try to create a navigation with inline-block, I get 4px to the right of each list item. When I do it by floating each list item, it works fine. Is there a reason the first option is applying ...
2
votes
2answers
94 views

Alignment problem with inline-block CSS attribute

I'm trying to create a grid menu on a web site. I am using display: inline-block to do so and it works very well, but for some reason, the last row doesn't line up. I tried display: inline-table ...
2
votes
1answer
83 views

center contents of float:left

I want to center the contents of a div that is floated to the left, (incidentally, the contents of this div is other containers that are floated to the left) See http://jsfiddle.net/KgH8c/ for an ...
2
votes
2answers
337 views

Add line breaks or spaces between elements when using jQuery .append()

I have a jQuery set of elements that I get from my DOM by calling: $(".some-selector"); All my elements are DIVs each in its own line. My DIVs are set CSS (among other things) display: ...
2
votes
2answers
93 views

Multiline inline-block becomes a block and ruins my nifty quote effect

I'm trying to create a block quote that has huge quotation marks on it's sides. The text content of the block quote is dynamic and so the marks should align according to it's size. I've used an ...
2
votes
3answers
148 views

css - two inline-block, width 50% elements don't stack

I would like to have two columns of 50% width space, and avoid floats. So i thought using display:inline-block. When the elements add to 99% width (eg 50%, 49%, http://jsfiddle.net/XCDsu/2/ ) it ...
2
votes
2answers
114 views

How to position variable width and height boxes floating left as one-vertically in each line?

I have lot of boxes (display: inline-block + float: left) with variety of width and height like this: AA BB CC DDD EE FF GG BB DDD FF DDD And i don't know how to do, that when box ...
2
votes
1answer
67 views

Bring element width in when line wraps?

This seems like it might be a dead-end question, but in the off-chance that there might be some way to do what I'm looking for, I thought I'd ask the geniuses at stackoverflow before giving up. Any ...
2
votes
1answer
658 views

Inline block doesn't work in internet explorer 7, 6

I have this css code with inline-block. Can anyone tell me how to make it work in internet explorer 7 and 6. Any ideeas? Maybe i'm doing something wrong? tY #signup { color:#FFF; border-bottom:solid ...
2
votes
2answers
99 views

lists are shown as blocks instead of inline-block

I have a <ul id="slide-holder"> which contains several <li class="slide">. css: #slide-holder{ position:absolute; width: 720px; height: 540px; background-color:#FFF; ...
2
votes
1answer
309 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" ...
1
vote
0answers
44 views

How to control new line position after CSS display inline-block break

Here's the thing I'm trying to do: I have a horizontal menu created with an unordered list, in which the list elements are displayed as inline-block. The list has a fixed width. ul { width: 980px; } ...
1
vote
3answers
36 views

Possible to create an inline-block that isn't actually inline?

I often find that I want an element to adjust its width to the size of the elements it contains. inline-block acheives this. However, I do NOT want the inline part of inline-block -- i.e., I still ...
1
vote
4answers
61 views

What's the correct output of using inline-block and adding padding to the nodes?

I have the following code, I am trying to understand why all the elements are not layed out on the same line. It's because I added padding, but shouldn't the padding be accounted for when laying out ...
1
vote
2answers
53 views

Is it possible to make DIV with inline-block to behave exactly like IMG with align=left?

In the following example making DIV inline-block turns off valign effect. Is it possible to bring it back as with IMG in next row? <table border="1"> <tr> <td height="50" ...
1
vote
1answer
47 views

How to align span with inline-block attribute with other spans?

I need to set inline-block attribute on one of the spans to set width on it. But after that, I find it doesn't align with other "inline" spans on firefox. It works well on IE, though. See the ...
1
vote
1answer
68 views

how to elegantly use css sprites in an inline element?

I'm aware of this hack for inline-block property, but as it really is a hack for the poor browser support, I was wondering if there is a more elegant solution to use CSS sprites without the necessary ...
1
vote
4answers
74 views

How to wrap lines in an inline-block with CSS?

I have a simple HTML structure (jsfiddle): <li> <div class="buttons"> <a href="done"><img src="done.png"></a> </div> <div class="owners"> ...
1
vote
3answers
73 views

css - vertical space being added on elements with display:inline-block

I've got a series of thumbnail container elements with the css property display:inline-block but when they line up next to each other, the second element has more space at the top than the first (see ...
1
vote
1answer
91 views

Prevent inline block from wrapping but allow content to wrap

So far I have this layout: <ul style="white-space:nowrap;"> <li style="width:200px; display:inline-block;"></li> <li style="display:inline-block; vertical-align:top; ...
1
vote
1answer
49 views

Problem with CSS property display: inline-block

In quirks mode (IE) the following code will function correctly. In standards compliant mode, this code will only show the text of the nested span, but it will not be given 100% for width. Is there a ...
1
vote
1answer
48 views

When setting a link in a paragraph to “display: inline-block”, then selecting/highlighting the entire paragraph, a little block appears over the link?

http://jsfiddle.net/nicktheandroid/3LxRr/ When highlighting a paragraph containing a link that's set to "display:inline-block", there appears a little white block over the top of the link ( when it's ...
1
vote
4answers
72 views

CSS float / inline block issue

Would you please examine this jsFiddle? Resize the width of the "result" frame. Observe that the layout of the boxes switches between 2 and 3 columns. This glitch is anoying I want the layout to ...
1
vote
3answers
106 views

How to display block inline?

I am working on a page where I have to divide the description boxes(named block2 here) into four groups and display 2 of them on each line. I added display:inline; tag to block2 but still each of the ...
1
vote
1answer
204 views

How do I add “&Source” to DataNavigateUrlFormatString?

Solution: <asp:TemplateField SortExpression="Exp" HeaderText="text"> <ItemTemplate> <asp:HyperLink runat="server" Text='<%# Eval("Name") %>' NavigateUrl='<%# ...
1
vote
1answer
387 views

Inline-block + min/max-width behavior

I see in many browsers (FF,Opera,Ie) that elements I give them "inline-block" and "min/max width" , their width is automatically sets to "min-width", and not max-width, as expected. Is that normal ...
1
vote
2answers
386 views

HTML/CSS - inline block display and absolute positioning

I have a set of nivo sliders. I wanted to attach a shadow to each one so I've created wrappers and absolutely positioned shadows: <div class="nivo-wrapper"> (my slider code here) <img ...

1 2