Forum: HTML and CSS Mar 25th, 2009 |
| Replies: 5 Views: 877 I am modifying a myspace page so the only tag I added is the <style> tag shown above. |
Forum: HTML and CSS Mar 23rd, 2009 |
| Replies: 4 Views: 1,026 I tested it myself and it worked regardless of the resolution. What browser did this occur in? |
Forum: HTML and CSS Mar 23rd, 2009 |
| Replies: 5 Views: 877 Firefox has beaten out IE (thankfully) but there is still too large a demographic of IE users to just ignore. Opacity hasn't quite caught on as standard yet (I doubt anything will for IE) so the... |
Forum: HTML and CSS Mar 22nd, 2009 |
| Replies: 5 Views: 877 I have designed my page using Firefox and it looks exactly as I would expect it to, colors consistent with my design using Photoshop. When I view the page in Internet Explorer, all the colors are... |
Forum: HTML and CSS Mar 20th, 2009 |
| Replies: 2 Views: 462 There is not a way I know to do this with plain old HTML. Are you using ASP or PHP? You can force the browser to request download rather than just opening the file using some header info. |
Forum: HTML and CSS Mar 19th, 2009 |
| Replies: 3 Views: 609 Not really. Removing the "px" changes nothing. And 0px really doesn't make sense to you? How else should you remove a border inherited from lower down in the cascade? |
Forum: HTML and CSS Mar 17th, 2009 |
| Replies: 3 Views: 609 I need to have my background image span the entire length of the page without using the BODY element, here's why: I separated the image into left and right sections so even for different resolutions,... |