Tagged Questions

0
votes
2answers
168 views

Need help getting DIV inside DIV to stretch to width of contents in Firefox

I am using a layout similar to the one from Dynamic Drive here: http://www.dynamicdrive.com/style/layouts/item/css-right-frame-layout/ The main content area (white) has overflow s …
0
votes
4answers
175 views

how to fix a document.body is null-error

Hi, I'm having a document.body is null error in my javascript because I use: $(window).width() as value to assign to a variable in my $(document).ready(function(){}); I …
1
vote
2answers
43 views

What does the WPF star do (Width=”100*”)

What does exactly the star in size terms in WPF mean?
0
votes
0answers
7 views

Whats wrong with IE7 Image scaling Width to 100%? Fine in IE8

IE7 does not resize the images properly with CSS My page looks perfectly fine in FF and IE8 - exactly like it should. But for some reason on IE7 it does no properly resize the ima …
0
votes
3answers
48 views

jquery set div width fails in IE7

I have the following code and it works correctly in FF and IE8 but fails in IE 7 anyone have an idea or hack if ($("#midRight:contains('Quick Links')").length == 0) { $("#mi …
0
votes
0answers
14 views

wpf set barchart graph width programmatically C#

I have a chart and I am adding ColumnSeries and chart legend etc but how to programmatically set its bar width... ??? | |------| | | | | |set | | …
0
votes
2answers
18 views

[PHP] Dynamic GD image width text

I'm trying to spice up my website by using custom fonts for headings. For me, the most appropriate way to do this is using PHP and GD. I have written a little script which will out …
5
votes
3answers
1k views

Increase columns width in Silverlight DataGrid to fill whole DG width

Hello, I have a DataGrid Control which is bound to a SQL Table. The XAML Code is: <data:DataGrid x:Name="dg_sql_data" Grid.Row="1" …
0
votes
2answers
41 views

Adding a column to a table (using jQuery) makes the table larger, why?

So, I'm building a table data editor, and need funcitonality that's not available in the ready-built plugins. This is my code so far: http://sandman.net/test/tables.php But I'm h …
3
votes
4answers
53 views

What is the design best practice for setting the page width for mobile web pages?

Different browsers on different phones have different screen resolution. Is there a best practice in the community to set the width to a standard size, so that it works on most m …
3
votes
3answers
51 views

I cant change width of <a> without make it float or block

Why is it like this? What's the reason inside it?
0
votes
1answer
51 views

YUI Datatable Width

This may seem like a basic question, but I'm having trouble figuring out how to set the table width to 100% on a YUI datatable. I tried doing #dtContainer { width: 100%; } # …
0
votes
3answers
323 views

CSS width problem child parent

Hi... I have a div C inside div B inside div A. Div A has width set to 700px, and div C has width set to 100px. Div B doesn't have the width set. My problem is that div B extend …
0
votes
3answers
33 views

Using the jQuery width() and height() methods

Can you use the .width() and .height() methods to increase the height like $('x').width('+=2px') or $('x').height('+=2px')? I couldn't find any information about this on the jQuer …
1
vote
4answers
78 views

How to find the actual width of grid component with scrollbar in Delphi

I have a grid component (DBGrid) which has lots of columns on it. Because of large number of columns, a scrollbar was created, and thus some part of grid remains hidden. I need to …

1 2 3 4 5 9 next
15 30 50 per page