I tried making a test page, of just the nav and any CSS associated with it. Unfortunately, I still haven't figured out the issue in full. By removing the dropdown menus from the test page, the nav...
Type: Posts; User: deficit; Keyword(s):
I tried making a test page, of just the nav and any CSS associated with it. Unfortunately, I still haven't figured out the issue in full. By removing the dropdown menus from the test page, the nav...
Funny you should mention it, because I thought the same thing! I asked some of my co-workers about the issue, and they implied that there could be some sort of positioning issue. My question to...
The cause of your issue is in fact due to the :hover change to italics. Although I haven't had an opportunity to review your stylesheet for verification, it also appears that the font size is...
Try making an external stylesheet, assigning the form an ID or class, and declaring the styles you want to apply to the form in the external stylesheet. If you have any questions as to how this is...
What you stated about the Doctype was a good idea, and was also my first suspected culprit. Unfortunately, it wasn't that easy. I did change the Doctype to (at one point) HTML 4.01, and changed the...
I appreciate your response, and I am aware that IE has issues with XHTML and XML. Not having a Doctype at all would wreak havok among all browsers including IE, and certainly is not a viable option....
Hey all,
I seem to be having a compatibility issue with my navbar in IE6, likely to be within the CSS. My address is www.wickedmethod.com, and I have included 2 screenshots. The first screenshot...
BAH! I also just noticed that it's almost COMPLETELY broken in firefox. It slides the footer up over the navbar, and the content doesn't even show up. It works (execpt for the glitch mentioned in...
Ok, I've managed to muster up a demo using mootools which does exactly as I asked for help to do. Now I have a new issue on the technical end of it. Everything appears to be working as planned, but...
Ok so what do you guys recommend then? The best thing for me would be a simple example, as I said earlier. Simple is best, but in functionality, it has to work exactly how i need it to work, but if...
I once tried to install Mac OSX Tiger 10.4.8 on my Athlon 64 3700+ machine, using AMD/ nVidia (for my nForce 4 chipset (SATA, PCIE, Ethernet, whole north and south bridges, actually))...
And you post it in a forum lmao! That's classic, you're my new hero for the day!
The article linked at the top of the thread quotes Bill Gates saying span would be "a thing of the past" within...
Some browsers *cough*IE*cough* don't conform to standards anyways, and your webpages will STILL look different across different browsers, whether it passes validation or not. But I agree, it is...
Duly noted, mburt - much more efficient (less typing) :P. tyvm.
Or, if you REALLY want to make sure it centers across all browsers, set the DIV like this:
<div style="margin-right: auto; margin-left: auto; text-align: center;">
<table>
<tr>
...
If you are using IE, IE has issues with favicons anyways. Sometimes they work, and sometimes they don't. Sometimes they'll be working fine in IE, and break for no other reason other than the fact...
You might be timing out. You said it's when you try to upload files larger than 2MB, which obviously takes longer than when uploading smaller files. It's just a suggestion, but do you have a server...
Is there a reason for the <br /> to be there? If not, just take it out. It would probably be better to use CSS margins anhow, they are much more flexible than <br />, and give you more control over...
Is it already a functioning textbox, or are you trying to actually create a working search box as well? If you are already using something like phpBB, which already has a functional search box, you...
Well, I checked out MooFX, thanks for the tip, tech_support. Only problem I'm having at this point is, while I believe that MooFX is quite capable of doing what I'm trying to do, I'm not much of a...
I'm looking for a vertical layer sliding effect. I posted this topic in another area of the forums here: http://www.dynamicdrive.com/forums/showthread.php?p=88517#post88517
For more info, please...
Maybe it would help to have a better visual? My current site is http://www.wickedmethod.com. I'm looking for the above mentioned code for my redesign project, and the redegned layout will be VERY...
BTW Twey, can you possibly guide me in the right direction in my post here: http://www.dynamicdrive.com/forums/showthread.php?p=88517#post88517
I'd GREATLY appreciate it... been trying to get this...
It must be XHTML 1.1 then, because I remember failing validation because of using onload once before, but the doctype may have been 1.1, I can't recall. If it's not 1.0, I guess it must be 1.1...
Your largest image is 47KB?! That's insane! As a general rule of thumb, you should keep all of the graphics on each page of your site to a COMBINED MAXIMUM of 60KB (i.e. the index page can be 60KB,...