Why my CSS Drop Down Menu is Not Working on Top of Flash

Asked by Guest on 4/10/2009 10:21:06 AM

I have a CSS dropdown menu and that seems to be working perfectly when there is no flash on the page but it is hard to make it work on the top of a flash. Is there anything that I am missing to make it work on a flash file? Please help me as soon as possible as everything else is just waiting for this silly thing.


Comment (1)

How to set font size on the basis of word count

Asked by Sangeeta on 1/31/2009 1:49:42 AM

I have a fieldset in which I am showing some messages. But these messages are different for different users, thus not fixed in size and length.

e.g. Some messages contain only 10 to 12 words while some messages are quite longer than the others.

My requirement is to set the font size according to the length of the message. If the message is shorter then the font size would be little bit bigger and vice versa.

Can anyone tell me how to resolve this issue?


Comment (0)

list-style-position bug - My CSS UL List Style Position Outside Fails

Asked by Matt on 11/9/2008 7:00:12 PM

I have some css bug here. I wrote it on a test page where the code just works fine when i ask to list-style-position:outside or inside but it is not working on the real page. I tried through various means but i am failing.

#video_detail ul
{
padding-left:30px;
list-style-type:none;
list-style-position:outside;
}


Comment (0)

How do I Style a Table Using CSS Codes

Asked by Guest on 10/17/2008 3:44:27 PM

I am a programmer and I am using a table to display my data from the database. I want to style my table using css classes. I am having tough time in understanding how the hierarchy works in a table and how do i integrate my id and classes in the rows of a table to make it styled the way i want.


Comment (0)

How can I write Conditional CSS for IE6 and IE7

Asked by Guest on 10/1/2008 12:19:02 PM

My design is looking nice in IE6 but it has some padding and margin issues in IE7, it is needed some conditional css codes for IE7. How can I write some conditional CSS code for IE7? If you know the method or kind of hack that works in all the browser and IE7 listens that then please let me know.


Comment (1)

How can I have CSS Hack for Firefox and Chrome

Asked by Guest on 10/1/2008 12:15:50 PM

I have my design looking good in all the versions of IE but need to fix it for firefox and chrome, do you guys know how i can have some css hack code for firefox and chrome browser? I know firefox works in a parent child relation which IE doesn’t, can I write something like #parent>#child and the needed css code?


Comment (0)

How can I Inherit all the Properties of a DIV in CSS to a New DIV

Asked by Guest on 9/26/2008 3:43:19 PM

I have everything defined for my div id leftnav and I want to use the same properties for the rightnav. I don’t want to write them all again for the rightnav. If know what is that I should do in CSS to inherit all the properties of a div to other then please let me know as soon as possible. It will save a lot of time of mine.


Comment (0)

How do I Style to UL Tags - One Float Left and Other Float Right

Asked by Guest on 9/23/2008 4:14:02 PM

I am trying to style two of my <ul> tags in footer, i am floating one to left and other to right in a footer div but this seems to be not working. The right UL is rendering right below the left floating to right. Floating seems to be working but it is not aligning in the same row with the left UL tag. Any help?


Comment (1)

Why my CSS Class under an UL doesn't Work

Asked by Guest on 9/18/2008 4:10:09 PM

I have an id for <ul> and class for <li> but when I am trying to talk my class (li_active) by writing #ul_id .li_active in a CSS file then it doesn’t work. If you know how to write a class under UL tags then please let me know here so that i can change my codes to match this and make things work.


Comment (0)