Thanks lmf232s, I have seen this used before, I was hoping that there was someway to access the color in the CSS. I supposed the skin file is the path I'll have to take unless someone else has any...
I am trying to dynamically set the BackColor attribute of an <asp:Panel /> control. The website has selectable themes, and each time a theme is selected I would like the Panel control to update it's...
Reppin' it up for the 5-oh-5. I enjoy your humor. I similarly chronicle my life through the internet, and for all intents and purposes base my entire site on humor. It's just for fun,...
My only complaints are about the navigation tabs. In order for the tabs to become links you must carefully hover over the text in the tabs, rather than the actual TAB itself. Also, a rollover...
All I want to do is run an include file that has pure html in it. Can I do this with the .html file extension for the page and .shtml for the include file?
I've been using .asp extensions for my page names because I was under the impression that this was the only way a page could utilitize SSI (Server Side Includes). I'm now shopping for a new host and...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created with the CoffeeCup HTML Editor 2007 -->
<!-- ...
I'm having quite a unique problem. I have a javascript that is assigned a variable by each page and then changes the html of a corresponding list item's class to "selected." This in turn tells the...
You are correct when you say that in order to get it to work in FireFox it would have to be in CSS. That's because FireFox is a modern compliant browser. You may be acustom to IE obeying what you...
About the CSS, yes, it's quite simple to do. If you go here:
http://css.maxdesign.com.au/listamatic/
You can see some examples and if you look at the code you'll get an idea. Also, I use CSS tab...
One more thing, usually firefox is the browser that is actually obeying your code and IE is the one who's breaking the rules. Realign your hate and frustration at IE.
Like ray 326 said, get things validated, I'm not sure but I'm guessing it has something to do with this:
Error Line 21 column 12: there is no attribute "align".
<form align="right"...
One thing I would say is to have the section the user is looking at be highlighted by a different color on the tabs on the top, i.e. when the user is on the home page have HOME be in red or something...
Do you know any css, or is this a clean slate kind of thing? I think your page looks really nice, it would be surprising to hear that you did all that without any css.
Validation means you have a little thing look at all the code on your website and make sure you closed all your tags properly and all that. It just checks to make sure your code is perfect, and...
You should worry about it, that is if it is important that everyone who gets to your site can read it. I'm in the middle of a ****storm of homework, but I'll be sure to post a solution to this...
Oh, okay, the way I would solve this is using css. If you're not familiar this what it will look like:
The html:
<div id="container">
<!-- all your html can go in here -->
</div>
I know that doctype was given by a program, I use a program (don't ever use visual editors) that gives me that same stupid doctype, but anyway, here's the proof that that's wrong:...