Hi,
I have a parent div with two child divs (one floated left and one right) inside the parent.
The web page must work on both 1024px definitions and 1620px so they need to be fluid if expanded in width. All margins look fine with the exception of the vertical space between the left and right divs. I am using jquery to maintain equal...
{link removed}
The purple links across the bottom of this gallery do not appear at all in IE7 nor is the text clickable.
I have exhausted Firebug and Google, any ideas would be appreciated :)
...
Hi, let say I have #404040 color code. How to generate a new color code which is either lighter or darker by 20% (or given x%)? I need this for generate a hover color in a dynamic site (which color is changing using theme). Therefore it is not possible to use another class or :hover with predefined class.
Thanks
...
hi to all
I have 3 columns field, first 2 columns is the description and the last column is the image. Is there a way to vertical align the description according to the height of the image. I could not specified the line height since the height of the image will varies. Currently, if I use table then there is no problem. But what I want...
Hi, after many hours and starting from similar layout that already worked I have almost managed to get this site working.
My only issue now though is that I can't get a background at the bottom of the page to work without ruining the 100% height.
http://www.digiflipconcepts.com/zen-creations/
The image I want at the bottom is this one...
Basically I am trying to work out how I do rounded corners on a DIV in CSS that will render in google chrome
...
I have an image hard-coded in but I want to change it for different themes. How can I do this? I tried creating a span and setting its background-image property but it didnt work...
I don't want to hardcode the width/height either as the image I change it to could be another size.
...
Is there a class in .NET for reading CSS files? I guess it would be the equivalent of what the XmlDocument class is to an XML file.
...
I'd like to do the EXACT same effect as the "SHOW PAGE CONTENTS" menu on the right of this website: http://www.quirksmode.org/blogs.shtml
Notice you can scroll down and the menu will follow (very smoothly). When you scroll back up, it "locks" back into its position. This is not a simple Position:fixed.
I have tried this with javascrip...
Inspecting the image in IE8 shows that it's being rendered - but with:
height: 0;
width: 0;
I can remember coming across this problem before and fixing it - but i can't for the life of me remember how!
Any ideas?
...
I am doing stuff with ajax progress bars and stuff...
Basically I have a hidden div that says "Loading" in it, and beneath it I have a visible div with my content in.
When it is loading, it fades the content div out, makes the hidden div visible, and moves it via javascript/relative positioning to be in the middle of the content.
It l...
I have an XSLT function that takes a regular expression as a parameter but the XSLT parser does not like it.
Here is the code:
<xsl:value-of select='ns:RegexReplace($variable, "", "style=\"\w+\:\s\w+;\"")' disable-output-escaping='yes' />
I found this:
http://www.xml.com/pub/a/2003/06/04/tr.html <-- but it is using what I am and seem...
I want to change the color of the bottom border using jquery..Thanks
...
Ok, I'm trying to get a div to scale and the height is always the height of the viewport. I'm going to link to my examples as it needs some explaining.
www.madmediablitz.com/tv/precentdemo.html
The link above is the closest I've come to a solution and I'm hoping that someone here will find it simple to fix. What I want to happen is the...
In wiki you can add horizontal line just by adding "----" in the text you enter.
I just couldn't find what CSS section controls it. (And no, it's not "hr")
...
IE6 drives me nuts.
The following HTML works fine in every post-millenial browser except IE6. The right hand div scrolls to show the table. In IE6 the table bursts out of the size constraints of the div.
Can some kind genius please tell me what I have to do to get IE6 to respect the width of this div and scroll like a good browser?
<!...
Basically I'm laying out a website and I'm using DIV's to have a header, left-column, right-column and footer. I want to have the content section of the website expandable to the html/text inserted into it so i have been using height: auto.
I'm using background images for the top of the header, bottom of the footer and a 1px high fille...
Hi Everyone,
I've been trying to figure this out all morning and I just can't get anywhere with it.
I'm working on this website for a client and the dropdown menu just will not position properly in IE7. I have it working in everything else (even IE6!) but IE7 just will not play ball.
If there is anyone that could help that would be awe...
Hi everyone,
I have general question how to start developing my skills in web designing.
What is best place to start and what technique to use.
I have some kwnolege of html and csrs, so far I have been building sites with already done all html and css. I would just use it and maybe do a smaller changes.
I want to be able to make html a...
Hi all,
I'm using the jQuery plugin DataTables (http://www.datatables.net/) with the following initialization:
$('#reconcile_table').dataTable( {
'bSort' : true,
'bFilter' : true,
'bSortClasses' : false,
'iDisplayLength' : 200,
'bPaginate' : true,
'sPaginationType': 'full_numbers',
'bProcessing' : true,
'sDom' ...