Hi there
I have a vertical navigation bar, defined as <ul> <li>, I'd like to use an image as a separator rather than declare a bottom border style. How could I go about this?
Thanks for any ...
I'm trying to override the css specified link color for specific links. It doesn't work.
Here's the css:
a:link {
color: #FFFFFF;
font-family: tahoma;
font-size: 10px;
font-weight: b...
Hi,
For our church site http://www.new-lifechurch.co.uk/ I am using the following plugin for the dropdown menu:
http://pixopoint.com/multi-level-navigation/
The dropdowns work great ...
I created a DIV with scrollbars using the code below and it works perfectly fine for me in IE7. However, when viewing the page in FireFox, it does not look right. It's almost as if the ove...
Hello,
i am having a problem with CSS.
I have three DIVs that should be placed next to each other within a container DIV. However, the middle DIV should stretch out to fill the whole em...
I asked this questing in a closed thread about CSS problems with IE6. Since it applies to more browsers than IE 6, I thought I should make a new post and give out some more points. I have so...
Hi Experts,
Please follow the link below:
http://www.imaputz.com/cssStuff/bigFourVersion.html
this site describes how we can add scroll to tbody of a table. This method is working fine ...
Hi all,
The problem I'm having can be seen by viewing the attached code using IE 7.
If the first two rows are hidden, a small gap appears between the remaining row and the table headers....
Sorry for the title, but I really don't know what to call the arrows I'm talking about. I have a menu that I would like to add navigation arrows to (example in attached picture). Can I use C...
Question: I have an XHTML Strict web site that has been stable across all browsers and platforms for about 2 years. Now, in Firefox 3, the left sidebar has a float drop bug. The bug appears ...
I had it working before, but now the script runs properly but $.prompt('You have entered an invalid email address'); does not work in IE when you enter 2 different emaild addresses. Works in F...
Hello everybody. I am looking for a way to do my CSS in different browsers on one CSS. How would I do this for Internet Explorer 6, Internet Explorer 7, Firefox and Safari? I need this all ...
Hi,
I am using a RadDatePicker in my application and I put it inside a table. But it does not look the same on firefox and ie7. Here is the image as it apprears on IE7: http://i62.photobuc...
do you know how to align whole web contents to be center horizontally?
http://www.filemakersupport.net/kad/design02/test_frame.html
I am wondering what is the best method to stacking DIV's on top of each other. I have read some info on some forums about it, but nothing really helped. My HTML looks like:
<img src="images...
do you know any add-on for firefox, enable/disable css view?
Hello,
I am trying to do a pure CSS menu and am having issues - especially with IE. The code I borrowed from displays correctly in IE but mine doesn't. I did add some CSS for the sub-level ...
A problem I stumble over every time and never found a satisfying solution... How can I align text in a div vertically? Horizontally it works with text-align but vertically it only works in a t...
I have a column on my blog that looks something like this:
<div class="column" style="overflow:hidden;">
<div>My expandable banner</div>
</div>
The div with the overflow:hidden canno...
Hi,
I have a problem with position:absolut in IE 6.0, 7.0
I know IE does not support "Fixed", so the style
looks like this:
("MainManuBar" is a simple Menu in my html-code)
DIV.M...
I'm trying to have one row, but two div tags inside it. One aligned to the left and the other to the far right. (See my code below) It kinda works but the text isn't aligned perfectly. The one...
Hello Experts,
I have been banging my head against this all day yesterday, hoping someone can look at this HTML/CSS and help me
Pretty straight forward stuff, I just must be having a bra...
The attached code uses float: left to produce a row of columns followed by another row of columns. It also has a background watermark graphic.
It works if the watermark graphic is at full...
Hi, folks:
In constructing a form, a typical element may be something like:
<input type="text" name="name" size="30">
I would like to decrease the font size in the field and also decrea...
I have a table named "foobar".
I want the table to be 200px wide and 300pix tall
I have an image that is also 200px wide and 300 pix tall.
What's the best way to do the CSS, for reaso...