I've managed to get my Block UI modal dead centre but now the problem is that when the window is resized (made smaller or bigger), the modal (and the surrounding overlay) does not dynamically resize. Is there a way I can achieve this using jQuery? Here is what I've done so ...
I have a tab-viewer written in html/css/javascript which I would like to change a bit, right now when I switch each tab all it does is switch the content. What I would like to do is open each tab up in a new window and id like each tab to ...
Hi I have jsut finished a website for a client and tested it on all the latest browser including IE8 and it looks fine in them.I also tested it for diferent resolutions and that looked fine two. This is the website: frontpage What you should look at is the big text ...
I have the following arrow, composed of a rectangle and a triangle (done by using borders). I'm asking this question because I want to be able to fill the triangle with the a gradient, and currently borders do not support gradients. Is there a way to make an inverse of ...
Only on IE the tooltip shows underneath the text of the link therefore the text in the tooltip can't be read. I know I could move the tooltip over to the right but that doesn't look good. How can I make the tooltip background solid or on top of the links. ...
I've been trying to add a header to my website, but I cannot get the container to fit the full width of the screen, despite the width being set to 100% or auto. It always has about a ~5px margin on both the left and right, even with margin and ...
I have a fixed size container with an unknown number of self sizing paragraphs and possibly other elements. I also have a table after that content. I want the table to fill the remaining height of the container. I have the following HTML: <div id="container"> <p>Lorem ipsum dolor sit ...
Having trouble with a page at the moment, here's some of the code - http://jsfiddle.net/TmMNZ/3/. I'm looking to create a block of thumbnails that are centered but I don't know if I'm approaching it the right way. All those colorbox's that I've created in html look messy - ...
I've setup this jsFiddle to illustrate the problem. I'm using CSS psuedo elements to create a pointer, that's offset the parent element. http://jsfiddle.net/fLTFP/ It works just fine in FireFox and Webkit browsers and IE 9, but in IE 8 the pointer gets clipped. ...
I have the following CSS I need to apply to only a particular div (because of conflicts): The div in question has the class name datepicker-days. Do I declare the below table as .datepicker-days.table? But then how do I declare the .table class below that? CSS table { ...
my partner design agency sent me a layout to be turned into html/css. You can see a bit of that layout here, the navigation bar at the top is the only neccessary. My problem now is actually, i'm not sure, how to realize that layout in html/css, ...
I want to know best practice to dynamically create and load a thumbnail image menu system. I am creating a site for sharing photographs and I want the gallery menus to generate themselves. The menus will use thumbnail images of the original that will be pre-created and placed in their ...
I decided to change from my text/links to image links for my navigation bar, but now my images have spaces between them. http://justxp.x10.mx/test/ How can I fix this? ...
This example shows how you can have Images in your spark TextArea and set their float and paddingLeft/paddingRight properties: <s:RichEditableText id="myRET1" width="300"> <s:textFlow> <s:TextFlow columnWidth="290"> <s:p id="p1">Images in ...
I want to create large button style divs in the centre of the page and for the most part, it is working. The only thing is that I want some space between them and I just can't seem to get it to work. Below is my CSS. ...
I have created a grails g:render tag that references images representing the favorite movies, books, music, etc of a user in my project. The problem I am having is in styling the collections. I cannot seem to target the individual images of a specific collection, say music. Can someone help ...
How do i lightbox or change background color upon clicking on next or previous button inside a slider, similar to show Mashable does : http://mashable.com/2012/07/31/outlook-hotmail-review/ ...
This is somewhat of a continuation of an earlier question. I have figured out how to use a selector to point to a specific ID and look for a value="", and then fill that with a red background... i.e. - $('[id^="f04"][value=""]').css('background-color', 'red') What I need to do now is build ...