User Profile

Collapse

Profile Sidebar

Collapse
qchtrawe
qchtrawe
Last Activity: May 11 '09, 04:34 AM
Joined: May 9 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • qchtrawe
    replied to Line Break Difference in IE and FireFox
    Thanks, I inserted float:left into the css sytle and it works now.

    Thanks again
    See more | Go to post

    Leave a comment:




  • I do a bad job describing the problem so I added a pic. The code displays side by side in Internet Explore, but the same code displays in FirexFox in example 2. How do I code the html and css so than is displays in Firefox like example 1....
    See more | Go to post

    Leave a comment:


  • It is a layout issue. I want a rectangle and inside the rectangle I want an image and then some text underneath it. Then I want another rectangle just like it to the right of it and so on. IE and Firefox will put the rectangles side by side, but if I do a <br> or <p> tag (the text below the picture) within the rectangle Firefox puts the whole rectangle underneath each other instead of side by side like IE. I don't understand why you...
    See more | Go to post

    Leave a comment:


  • qchtrawe
    started a topic Line Break Difference in IE and FireFox

    Line Break Difference in IE and FireFox

    Code:
    <style>
    a.valuetype2 {
      width:200px;
      height:200px;
      border: 1px solid #666666;
      display:inline;
    }
    </style>
    
    <a href=.. class=valuetype2> <img src=picture.gif> <p> Some Text </a>
    <a href=.. class=valuetype2> <img src=picture2.gif> <p> Some Text 2 </a>
    With the display:inline css line in Internet Explorer the two...
    See more | Go to post
    Last edited by Frinavale; May 12 '09, 08:23 PM. Reason: Added code tags. Please post code in [code] [/code] tags.
No activity results to display
Show More
Working...