Forum: HTML and CSS Aug 6th, 2009 |
| Replies: 3 Views: 298 Hey, I updated my code, but the first problem still persists. To fix the second I had to change the position of the surrounding div to relative. |
Forum: HTML and CSS Aug 6th, 2009 |
| Replies: 3 Views: 298 Hey,
This site http://spanglerdesign.com/test/askmary/ is working ok in all browsers except IE. The background images will not show up in IE. I have tried a few different solutions, but they just... |
Forum: HTML and CSS Aug 24th, 2008 |
| Replies: 3 Views: 1,977 Oh I actually fixed this by putting the table valign at bottom. |
Forum: HTML and CSS Aug 20th, 2008 |
| Replies: 3 Views: 1,977 Hello, I am having problems displaying a background image in ie. In firefox it looks perfect, but in ie I am having problems displaying the image, it doesn't display at all.
Here is my code:
... |
Forum: HTML and CSS Aug 6th, 2008 |
| Replies: 2 Views: 509 Yeah the preloader had the wrong image names, I changed them to the correct ones, but I still am getting the same problem as before |
Forum: HTML and CSS Aug 6th, 2008 |
| Replies: 2 Views: 509 Hello, I am having problems with a rollover image, for a site I am updating. On the site http://spanglerdesign.com/test/wamso the about us link on the menu is supposed to turn purple when the mouse... |
Forum: HTML and CSS Jul 15th, 2008 |
| Replies: 11 Views: 1,978 I can't understand what you are asking. Maybe you could use a translator before you post a query? http://babelfish.yahoo.com/
In theory it should be possible, but I am posting here to see if... |
Forum: HTML and CSS Jul 14th, 2008 |
| Replies: 11 Views: 1,978 Well let's say you have an image that is 500 x 500 pixels right? And then let's say you only want to display 100 x 100 pixels of it, but you want it to be only part of the image that is displayed so... |
Forum: HTML and CSS Jul 14th, 2008 |
| Replies: 11 Views: 1,978 I guess I didn't explain this too well, the reasoning behind this is, that some images are too narrow when they get scaled down, so I want to place the big image so that problem doesn't occur. e.g.... |
Forum: HTML and CSS Jul 14th, 2008 |
| Replies: 11 Views: 1,978 Hello, I was wondering if there would be a way I could place an image without it overflowing. So say if there is images within each table cell in a row where each cell is 25 x 25, and the image is 50... |
Forum: HTML and CSS Jul 7th, 2008 |
| Replies: 5 Views: 797 How would I shrink individual table cells down? I have some that are obviously going farther horizontally than they need to be. I tried changing the % and width for them that they need to be, but it... |
Forum: HTML and CSS Jul 5th, 2008 |
| Replies: 5 Views: 797 No, that's what I tried changing the width of the table tag to 100%, but the table still overflows, so I have to scroll horizontally to see all of it. |
Forum: HTML and CSS Jul 4th, 2008 |
| Replies: 5 Views: 797 Hello, is there anyway that I can actually make my tables smaller? I tried putting in a value for the width for the td tags, but it didn't seem to do anything. Also I want the table to fit on one... |
Forum: HTML and CSS Jun 24th, 2008 |
| Replies: 3 Views: 2,335 thx that got it working for me! |
Forum: HTML and CSS Jun 23rd, 2008 |
| Replies: 3 Views: 2,335 Hello, I am trying to control the max length that the text appears, before it goes to the next line in a div. So I want the div to be say 100, but I want the text to only reach 50 before it wraps to... |
Forum: HTML and CSS May 30th, 2008 |
| Replies: 3 Views: 1,286 when I do that the links in the li all line up directly on top of each other |
Forum: HTML and CSS May 30th, 2008 |
| Replies: 3 Views: 1,286 Hello, I have the following code:
<dt>
<p style="text-align:left;">
<a href="">SHOW HORSES</a>
</p>
<ul>
<li><a href="">Riding The Best</a></li>
<li><a href="">Western</a></li> |
Forum: HTML and CSS May 29th, 2008 |
| Replies: 1 Views: 1,236 My code is working in every browser except safari. I can't figure out how to get it to work. First I need to detect safari in the html, and then compensate for the margin issues in safari. My code... |
Forum: HTML and CSS May 29th, 2008 |
| Replies: 6 Views: 2,475 oh we posted around the same time, didn't see your response, but that is working thanks! |
Forum: HTML and CSS May 29th, 2008 |
| Replies: 6 Views: 2,475 is there anyway I can then add spacing to them? I want them to be on the same plane which that does, but I also want them to be aligned to the left and right, but when I tried using the align... |
Forum: HTML and CSS May 29th, 2008 |
| Replies: 6 Views: 2,475 Hello, I need to put two <p> or <div> tags right next to each other so horizontally they line up with each other.
So it would like something like:
<p>Text</p><p>More Text</p>... |