http://www.pressedweb.com/beta/#portfolio
My anchor tags (highlighted in red dashed border) are being created by their own free will. I have no idea how to get rid of them and have been working at this for hours now.
Any ideas? Is this some freaky cross-browser bug? Or is it just a problem with my markup?
Thanks.
...
The signup form on right hand side of my page:
www.land2build.co.uk
Looks great in Firefox but is messed up in IE7
The Title "Enter you email for our FREE Hot Plot Alerts" has shifted over to the right by about 20px and is now hiding the word 'FREE' under my report icon.
Also the Input Field Labels are not lining up correctly?
Help I'...
hello,
I'm having a css file and i want to modify it to fit my needs.
The problem is that it seems to be cached somewhere, as i just cannot see the changes, no matter what i do in the css file.
I am sure i am pointing to the right file, as by now i'v modified in it, and it worked.
Is there any setting so that i can turn the cache off?
Th...
I am trying to get the value of an elements background-image url. This is set in an external css file. The following always returns, 'none'.
$(".navHeader").each(function() {
alert($(this).css("background-image"));
});
css:
.navHeader {
background-image:url("../../../../commondata/sharedimages/summ...
I would like to place my table smack dab in the center of a page. IT is easy horizontally align it just using
<table align="center"></table>
But it will not allow this:
<table align="center" valign="center">
I also cant put the valign in a div because it is not a valid attribute.
I have the idea of making a cell take up an the en...
Hi. I'm using the Fancybox on this page: http://bit.ly/9T4LPC
I've set it to show the videos in the top carousel in a Fancybox only
if the browser is Safari/iPad. If you click one of the videos in the
top content carousel, you'll see some extra lines outside of the
Fancybox. Plus, you'll see that the title item (set to titlePosition:
"o...
Hi,
I'm pretty new to jQuery but basically what I'm looking for is a script that can do the following:
imgur.com/PYSAL.jpg
The numbers will change the entire slide (image and text).
Can someone point me to a script that can do this? Or something very similar, I'm just learning about JS. Thanks!
...
Is there a way to limit a css to only apply to what is in a content area and not the entire page?
I have an ASP.NET 4.0 app. I obtained some from someone else that I don't understand (It's javascript and uses a css). By his instructions, I put it on the page to style a list (UL). All of this occurs within a content place holder. However...
i have a HyperLink on my site that is displaying an image instead of text. what i would like is for it to swap to another image on mouse-over using css. so far, i've come up with this:
<asp:HyperLink ID="hlHome" runat="server" ImageUrl="~/images/home.gif"
NavigateUrl="~/Default.asp" CssClass="homeHover" />
my css:
.homeHov...
Currently, I am working on a C# / VB project that is using tab containers from the ajax toolkit. I would like the tab panels customized as below in the css style.
I have tested the css stylesheet in a clean web application and it works very well. However, when i tested it in my current project the padding between the tabs is gone.
I h...
Does anyone know why IE6 and IE7 add a white border between a button border and the background?
Here is my CSS and HTML:
#reportButton{
background:#fefcda url(buttonback.png) repeat-x bottom left;
border-top:2px solid #fffff8;
border-right:2px solid #e3b40c;
border-bottom:2px solid #e3b40c;
border-left:2px solid #ff...
I have a div that is viewable if you click the appropriate link, using jQuery's slideToggle to display it.
It has
$(document).ready(function() {
$('#content-click').click(function() {
$("#content").slideToggle(100);
});
});
<div id="content" style="display:none;">
this is the content
</div>
In the print css, I t...
I have an RoR application with multiple CSS files.
YSlow complains about to many http request for the css files.
Now I have installed Jammit, to compress my css files into one file.
That works, but when some CSS file has an "import" directive, i get still an http request instead of simply get an single css file with all the included f...
Hi,
Is there any image modification tool out there that will work on webkit?
Something like the one on this page
http://developer.yahoo.com/yui/examples/imagecropper/simple_crop.html
Except that when you interact, you interact with the image in a given space and the mask is fixed (i.e pinching the image, rotating the image etc)
Tha...
Hello!
I want to have files with a .less extension use the CSS syntax highlighting in NetBeans, and I don't have any clue how to do this.
I found a rather time consuming way to do this (http://netbeans.dzone.com/tips/quickstart-guide-language-supp), but it hit me that it must be easier way to do this.
Anyone knows?
...
I have the following code in my stylesheet...
body
{
background-image:url('Background.png');
}
td.Header
{
background: purple Url("Header.png");
height:100px;
width:100%;
border:5px;
border-style:solid;
border-color:blue;
}
Now This is how I use it in my html:
<table align="center" width="800px">...
How can I get the Microsoft.AlphaImageLoader to work??
I am trying the following:
.navHeader
{
/*Alpha Loader*/
background-image: none;
background:transparent url('../../../../commondata/sharedimages/summary/NavBox_topMiddle.png');
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../comm...
Hi!
How can I add new tags to the xhtml document without making the markup 'invalid'?
for eg:
instead of <span class="time"> I'd like to use <time>. Is this possible? because I've seen a facebook app do something like this.
...
I have traditionally done "back-end" parts of websites. However, I am working on a project in my spare time that will necessitate creating my own HTML templates, and I am looking for a toolset. I am fairly comfortable with manipulating HTML and CSS, and although my Javascript is amateur at best I want to use this side project to really...
So, it's 2010 and I still don't know how to do this layout in CSS..
Sorry if this has an obvious answer, I appreciate any help you could offer.
I've seen close solutions for parts of this, but not all of these combined.
The layout must always fill the screen (unknown dimensions and dynamic resize)
A, D, C, F are fixed height (e.g. ...