User Profile

Collapse

Profile Sidebar

Collapse
Ealireza
Ealireza
Last Activity: Mar 20 '08, 09:22 AM
Joined: Jan 24 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • finally i find solution to solve this problem

    just define Display type of Element as Table ;)

    i put it here maybe useful for some body

    Code:
    <div style="width:0;background-color:Black;padding:20px;display:table">
    
    	<div style="width:150px;height:150px;background-color:red">
    
    	</div>
    <div style="clear:both"></div>
    ...
    See more | Go to post

    Leave a comment:


  • thank you
    i try to use Min width but not work
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head>
    <style type="text/css">
    .a 
    {
    
    background-color:Black;
    padding:20px;
    min-width:2px;
    ...
    See more | Go to post

    Leave a comment:


  • Ealireza
    started a topic FF Problem With Extend Fixed Width ,height

    FF Problem With Extend Fixed Width ,height

    i want to Increase Parent Div Size from Child
    it work on IE ,
    i also Try with
    Code:
    Clear:both
    style
    and
    Code:
    <br clear=all>
    tag
    but not get work on FF

    this is Sample Code Have Problem
    Code:
    <div style="width:0;height:0;background-color:Black;padding:20px;">
    
    	<div style="width:150px;height:150px;background-color:red">
    		x
    ...
    See more | Go to post
No activity results to display
Show More
Working...