Omgili - forum search, search forums  
  

Discussions about height and width

Displaying 1 - 10 out of 125,222 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
Is it good to add min-width, max-width, min-height, max-height always in any type of layout fixed or liquid?
Started by on , 4 posts by 4 people.  
Of'course you might want to use min the header the same width....
If your layout is fixed ( which means you have defined width/height ) then the min- /max- rules will be ignored as the width/height have precedence over those..
I need to create a table in a web page that has two rows. The table needs to fill the entire page so I have set the height and width of the table to 100% in the CSS stylesheet and the height of the html and body to 100% too. However, I need to top row...
Started by on , 9 posts by 7 people.  
This works: <html> <body> <table height="100%" width="100%" border="1"> <tr height="100: absolute; height: 100%; top: 0; right: 0; bottom: 0; left: 0; } table { width: 100%; height: 100; ....
I'm trying to use the following js to change the width and height of a swf. $('object').attr({'width':100,'height':100}); $('object embed').attr({'width':100,'height':100}); The script works well on firefox, safari, IE8. However, it doesn't work on IE...
Started by on , 4 posts by 4 people.  
And then you resize the div.
Set the Flash to 100% height and width.
How about with $('object, embed') .attr({'width':100,'height':100}) .width(100).height(100); How about wrap the Flash with a div.
Ask your Facebook Friends
If I know the height and width of an image that I'm going to display with an image tag, should I include the height and width attributes, or just put the information in CSS? Or both? Ex. <img src="profilepic.jpg" height="64" width="64" /> or <...
Started by on , 6 posts by 6 people.  
According to Google Page Speed , you should always define the width and height in the image tag suggest doing it <img src="..." height="20" width="50"> Edit: Someone suggested in the comments and repaint once the images....
Should i use Width, height, margin, padding, line-height in em also if i'm using em for text sizing? is it good for accessibility?
Started by on , 3 posts by 3 people.  
For width/padding/margin of a text container where it's constrained by other layout elements, youIf they are to style the container of text content, I would say yes for line-height and maybe.
height.
Width and heightFor consistent user experience, to my knowledge the iPhone keyboard height cannot be changed.
Orientation and type of keyboard (numeric, alphanumeric etc) are customizable .
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 jQuery website, but I also haven't seen anything to suggest that this doesn'...
Started by on , 4 posts by 4 people.  
Pixels are assumed() or width(val) Such....
The value you pass to width() is expected to be a CSS length value .
width(2) No.
These methods get and set the height or width of the elements.
If you don't specify a unit.
I'm trying to get the length of a UIImage. Not the width or height of the image, but the size of the data. Thank you.
Started by on , 4 posts by 4 people.  
ImageData, iplimage->width, iplimage->height, iplimage->depth, iplimage->widthStep.
Div box dimensions are measured using jQuery with following code: $(document).ready(function(){ var h = $("#testbox").css("height"); }); In FF it gives for me 270px, in IE auto. How can I measure actual div height/width in IE without changing it's css...
Started by on , 3 posts by 3 people.  
Var h = $("#testbox").height(); var w = $("#testbox").width(); try putting the css for # testbox #testbox { height: 0px; }.
Use .height() and .width().
In the CSS for my web site, I have specfied the height as 800px, width as 1050px and the background-color to blue for the body tag. The entire application (width and height) should be this size. But if the current application is viewed on a monitor whose...
Started by on , 3 posts by 3 people.  
The background color will render and height there: <div style="width: 800px; height: 1050px; overflow: auto;">...</div> margins while retaining....
: 0; Do not set a width and height on the body, this is unnecessary.
Page: 1   2   3   4   5   6   7   8   9   10  
Related Searches
explorer 6 100 width height div   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost