Thanks, I inserted float:left into the css sytle and it works now.
Thanks again
User Profile
Collapse
-
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....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...Leave a comment:
-
Line Break Difference in IE and FireFox
With the display:inline css line in Internet Explorer the two...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>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
Leave a comment: