I needed to modify jquery superfish menu plugin to accomodate using image for the menu.
Please have a look at this demo. http://www.okadadesign.no/vitaveritas/.
There are submenus under Om oss and Medieomtale. I used sprites images for this menu.
It works fine with IE8, FF etc. However IE7 has a problem to show submenus. It shows the s...
In the videos playlist at the bottom, video description (background black) needs to go 20 pixels down. You will understand it better if you view the website with Firefox.
http://pangeaadvisors.org/default.asp
I also included a screenshot:
http://pangeaadvisors.org/SS.jpeg
#content #videos .playlist { float:left; width:442px; height:29...
I know, it's pathetic, but IT just got around to installing IE8 on my machine this morning. Right off the bat I came across a glaring issue and I've messed around with it for too long even though I KNOW the answer is staring me right in the face.
First off, here's the website: www.mchenry.edu
View it in IE8 and hover over the top bann...
Hello,
I have a table and I would like to be able to set up a transparent div over the entire row to show that it is inaccessible at the moment.
Here is my a row from my table:
<tr id="post_1998">
<td id="post_1998_image">
...content...
</td>
<td class="description">
...more content...
</td>
<td class="buttons">
...even ...
I'm using a div based layout and GWT which LOVES to use tables everywhere. The problem I'm encountering is that the tables can stretch beyond the height of the div they are contained in. Is there anyway to expand the div vertically if needed?
BTW content is being added to the table using javascript if that matters.
If you want to chec...
I was surfing the web, as usual and I wanted to take a look at Bing's source code because I was curious and wanted to know what they were using to make their image fade in. I was surprised by what could only be qualified by the following line :
Holy wall of text!
And it made me wonder if there is any advantage to obfuscate your (X)HTML...
Hello!
I'm creating a prototype of a CSS/XHTML tables-based calendar that eventually will be generated with PHP for the Simple Updates content management system. I've run into a problem with using absolute positioning to create a popup that would show all the events in a day when there are more than will fit in a cell. The problem can b...
Why is it the simple things that IE manages to mess up the most? Anyway I want to replace a normal hr line with a single image a bit like the - § - symbol (on it's side). Trying to make it look elegant :)
It appears the only way to actually get rid of the border in IE though is to set the color: css value. Doing this will override wh...
Ok guys, this is re-visited, Ive rescued my website from the hackers and now its virus and malware free, thank you to all who pointed me in the right direction to fix it.
However my first problem still remains, the page in question is http://www.whatcouldicook.com/wordpress
Ive removed the extra quick search at the top including the RS...
Hello all. I am using the Validation Plugin for jQuery and it works wonders. Except when I have a group of checkboxes...the error messages will display right after the first box...like so
and that is after I have created a "hidden" checkbox at the beginning of the group. Is there anyway i can make it display after the LAST checkbox? Is ...
Hi
I have a peculiar problem, which I think that a lot of other people have had before, but I'm not so sure there is a good (pure CSS) solution to it...
I have a document with the following structure:
TOP: 100% wide, 200px high
MIDDLE: 100% wide, variable height
BOTTOM: 100% wide, 200px high
BOTTOM is essentially a background image...
Is there any way to set a CSS class on an input item in a radio button list? I'd like to reference these form values by class in jQuery.
Given an ASP.NET RadioButtonList with classes set on the ListItems:
<asp:RadioButtonList ID="RadioButtonList" runat="server">
<asp:ListItem class="myClass" Text="Yes" Value="1" />
<asp:Li...
I approximatley this structure
<div>
<div id='1'> </div>
<div id='2'> </div>
</div>
I want to make it so that when div 1's content becomes too large for it and div 2 to fit in the main div, it will get a scrollbar and not push anything off the bottom of the parent div.
How can I do this in CSS?
EDIT:
the parent div (or rathe...
I want to hide the cursor when showing a webpage that is meant to display information in a building hall. It doesn't have to be interactive at all. I tried with the cursor property and a transparent cursor image but I didn't make it work.
Does anybody know if this can be done? I suppose this can be thought as a security threat for a use...
I am having trouble getting a background-image to overlay the border of another div. We have a sidebar panel with various sidebars, including a navigation menu. To the right is the content panel. We'd like anything selected on the sidebar to appear connected to the content panel:
In the example above, there is a background image on...
I have the following code:
<div style="width: 100px;
overflow: hidden;
border: 1px solid red;
background-color: #c0c0c0;
padding-right: 20px;
">
2222222222222222222222111111111111111111111111113333333333333333333</div>
(XHTML 1.0 transitional)
What happens is that the padding-right doesn't appear, it's occupied by the content, whi...
Take a look at the image below.
I defined the red boxes inside the blue box however they drift left into the black box.
Interestingly enoguh, in older browsers or with compatibility mode checked, they look the way I want them to. It also looks the way I wish it to look in VS2008. Does any one have any ideas? Here is the CSS
body
{
}
.l...
When my page content exceeds the minimum height of the div I want both columns to expand with it. At the moment when the left div exceeds the right, there's white space underneath the right div, but I want the right background to repeat with the size of the left.
http://thinkingparentsforum.prettypollution.com/blog
Any ideas?
...
As the title implies, I'm using jQuery's show and hide functions to hide and show elements. However, I don't want to scale in the height of the element, just the width.
I was thinking about using the animate function but I wasn't sure if this was the best way to go about it.
Also, I'd prefer not to have to set the height in the javascr...
I've got an HTML select box that I need to style. I'd prefer to use just CSS but if I have to I'll use jQuery to fill in the gaps.
Can anyone recommend a good tutorial or plugin?
I know, Google, but I've been searching for the last two hours and I'm not finding anything that meets my needs.
It needs to be:
Compatible with jQuery 1.3...