Hello,
it's my 1st question here, so pardon if something is asked wrong :)
I want to preload 3 images before webpage is loaded so all of them would appear in the same moment. Right now images are loaded one after another and it looks kinda choppy. One image is defined in css (), other two are plain simple "img" element. I've tried crea...
I can't figure out how to make the bg_header.png stay in place when the browser window shrinks in width less than the page width. try it:
link text
Here is my CSS:
#body_wrap {
width: 100%;
z-index: 1;
overflow: hidden;
}
#body_wrap_top {
width: 100%;
height: 247px;
background: url('/img/bg_header.png') repeat-x;
margin: 0 auto...
Below is an image of the problem.
I've tried correcting the folder permissions to 755, i've tried setting exact paths, i've tried removing all of my styles and nothing works.
Background png images seem to load fine.
There are some flash elements on the page (top and side nav)
Any help would be much appreciated. Thanks in advance.
...
I'm doing my first project with jquery:
My site will have some tabs:
1. I've got a list which will be the tabbar.
2. I've got a lot of content-container-divs which I hide() / show() depending on which tab I clicked.
My question/s:
Should I load() unload these divs, even if they are in the same html ?
(on jquery-docs they load from ex...
I wondered if anyone knew whether it was possible to remove the '+' Sign that appears next to the root item in a GWT Tree? I didn't see a CSS rule to handle it. Can one replace the + sign with say, a GIF?
(Adapted code from GWT manual below, for illustrative purposes)
TreeItem root = new TreeItem("root"); // Wish to remove + sign from ...
I want to disable border in a table by selecting a column, i dont want to see any border on the first row and first column of my table.
<table>
<tr>
<td style="border-left:0; border-left-color:white; border-top: none;">
</td>
<td colspan="2">
Header text
</td>
</tr>
<tr>
<td>
One
...
I would like to know if it would be possible to replicate the effect like the bottom of the Top Tweets list with pure CSS?
http:///www.twitter.com
...
I need to create the following layout:
+--------+----------------------------------+-----------+
| fixed | variable | variable | fixed |
| width | width - p2 | width - p1 | width |
+--------+-------------------+--------------+-----------+
Where the two middle boxes, with their variable widths have the p...
Hi,
Hoping someone can assist as well as explain the following:
I am using jQuery Superfish menu on ie6 and from what I can see from the apache log files for my session, is that whenever I hover over a menu item in my Superfish menu that has sub-menus, depicted with menu item that has a white arrow head image to the right of the menu i...
Hi,
I basically have the following class:
.sf-sub-indicator {
background: url("/abcprod/images/arrows-ffffff.png") no-repeat -10px -100px;
}
Is it possible in CSS to set a background image clause to use a hardcoded symbol such as ">" so that instead it uses:
.sf-sub-indicator {
background: url(">") no-repeat -10px -100px;
}
...
I have scss than looks something like
#container{
a{
color:white;
}
}
And I would like to change the links to another color using javascript. IE
function changeColorTo(color){
//insert help here
}
Thanks.
...
Hello, I've been looking for a image slider just like jcarousel with infinite loop, (circular)
anyways, I wanted something that when I press the next button only moves one image, but I was ok with jcarousel, the thing is every site I see with the demos work fine in chrome FF etc.. all but IE, here's is an example
link text
I just want...
Is it possible to remove the borders around a checkbox so that it appears invisible? I have it placed in a DIV with a color background.
...
I have php generating html and I want to create layers. Basically I want to have a menu overlay without messing up the structure of everything displayed under it.
...
I have been out of the loop with web development for about a year and a half now. My current project is working/functioning well with OS X browsers; Google Chrome, Apple Safari and Mozilla Firefox (minus a few things).
Many things have changed since I was working heavily with these technologies. Does anyone have any suggestions in the ...
Hi,
I have seen an HTML code like this for the ID tag,
id="t1:c3"
Can someone explain this to me? What is the purpose of the said colon(:) ?
Thank you.
...
Hi guys, I am trying to create a sidebar for which I can specify the image in the back-end of my wordpress cms using custom fields, now I have gotten it to work, with just one little bug, if the user enters a invalid URL, the image link will display as broken and will not display, is there a way that I can hide the broken image icon perh...
Hey guys, ive been working on this drop down for wayyy to long now. I just cant get the drop down to fall on top of the main content on the page. I have tried adding position: relative and z-index on all relevant areas.
I think what may be causing the problem is "overflow: hidden" in some places.. but that is by far my favorite way to...
I’ve tried doing this, but it seems to just be ignored. I found a few articles saying that if you wanted to do this then you had to make sure that the parent object was also 100%. I have the following:
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server" style="height:100%">
<title>Untitled Page</title>
<asp:C...
I want my div box to have a "raquo" (») position along the right edge of the div box, inside it, but not part of the hyperlink.
My div box is for a hyper link, here is example
.episode-nav .alignright a {
margin-bottom:7px;
margin-top:7px;
width:274px;
padding:5px 0px;
background:#2A2A2A;
text-align:center;
...