Forum: HTML and CSS 4 Days Ago |
| Replies: 2 Views: 254 Your table header doesn't have a closing tag (just add a slash to the closing TR), but that's not really affecting anything.
You also have a closing OL tag, but I don't see an opening one. Also,... |
Forum: HTML and CSS 4 Days Ago |
| Replies: 2 Views: 213 If the titles are showing up as Flash, then it's probably done with either sFIR or possibly Cufon. And yes, they are rendering the text with Flash, and Flash does allow you to select text. |
Forum: HTML and CSS 4 Days Ago |
| Replies: 3 Views: 194 So the header graphic is a link? Simple CSS fix, add the following to the image: style="border:0;" |
Forum: HTML and CSS 7 Days Ago |
| Replies: 1 Views: 419 Based off the code I found here, http://www.webdeveloper.com/forum/showthread.php?t=52083, and a few other additions, I came up with something for you. The general conclusion I saw to this problem... |
Forum: HTML and CSS 7 Days Ago |
| Replies: 1 Views: 311 Links on the web can't control what application they launch with, your OS and browser determines that. Why would you want to browse the web from one browser and launch the links in another? |
Forum: HTML and CSS 7 Days Ago |
| Replies: 1 Views: 246 The "ABTA" ad on the right appears to be at a fixed position, which will overlap the text in the middle on any browser depending on the browser's width. Other than that, it looks fine in FF 3.5 and... |
Forum: HTML and CSS Nov 14th, 2009 |
| Replies: 2 Views: 434 either it didn't copy over correctly or you forgot to upload additional files it requires, such as a style sheet. |
Forum: HTML and CSS Jul 6th, 2009 |
| Replies: 5 Views: 441 Quick and dirty example:
<div style="float:right;">
form fields go here
</div>
The key is the "float" attribute. Just play around with width/height to get what you want exactly. |
Forum: HTML and CSS Jul 6th, 2009 |
| Replies: 2 Views: 489 Here's how you'd create a list:
<select name="jlist" onlick="function()" size="3">
<option value="A">Item A</option>
<option value="B">Item B</option>
<option value="C">Item C</option>... |
Forum: HTML and CSS Jun 19th, 2007 |
| Replies: 5 Views: 2,620 judging by the screenshots, it looks like you're using PNG images. The following site explains the script I use to fix png display issues in IE.
http://homepage.ntlworld.com/bobosola/index.htm |
Forum: HTML and CSS May 20th, 2007 |
| Replies: 5 Views: 5,030 umm, cobol can output those numbers with commas added into them, just move it to a different pic.
What's wrong with calling javascript in this case anyway? |
Forum: HTML and CSS Feb 1st, 2007 |
| Replies: 7 Views: 4,801 Does you question have anything to do with Java? 'Cause javascript and html have nothing to do with Java. |
Forum: HTML and CSS Jan 9th, 2007 |
| Replies: 4 Views: 1,591 I solved the problem, incorrect doctype. But thanks for the tips mouse. |
Forum: HTML and CSS Dec 31st, 2006 |
| Replies: 12 Views: 20,408 To put it bluntly, any website that tries to take control away from me by hiding a browser's UI, for whatever the reason, I will very quickly become annoyed and not only ignore the site but possibly... |
Forum: HTML and CSS Dec 30th, 2006 |
| Replies: 4 Views: 1,591 I'm not sure how to correct for these size difference. This is sort of my first real attempt to not use tables.
Borders:
IE: adds border to the inside
FF: adds border to the outside (making... |
Forum: HTML and CSS Jan 15th, 2006 |
| Replies: 2 Views: 1,230 Just a curious thought, but what browser are you viewing it in? I came across an issue yesterday with css and tables. I read that the padding commands/margins (forget what exactly) in css aren't... |
Forum: HTML and CSS Apr 3rd, 2004 |
| Replies: 3 Views: 3,591 Yea, I still use 98 version. I like it's interface better.
Anyway, I have a frontpage web using shared borders. If I edit the right border html file, I have open all my pages and click save for the... |
Forum: HTML and CSS Mar 20th, 2004 |
| Replies: 11 Views: 7,790 You could use shared borders in front page. It's sort of like using frames, but not. |