Hi I would like to know how to first post to a current page using the following code: <?php if(isset($_GET['button']) === true){ echo 'Albums'; } ?> <form action="" method="post"> <input type="button" name="button" ...
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 am working on a page that needs to import one HTML file into another using JQuery's "load" command. It should be fairly simple - it pulls in the content of the site header (logo image, search box, menu bar). On my test page it works, but in the live storefront ...
I've consistently not been able to find a way to reload data to the browser. For example in FF 10 - Hitting Control-Shift-R is suppose to do this. Sometimes it does, some times it does not. I've read that if you change the URL of the requested resource the browser will ...
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 am trying to create an application that stores data in a series of collapsible menus. First there is a menu for months, then days inside the months, then times inside the days and then data inside the times. I need the headings for the menus to be able to ...
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, ...
All I am looking for is when the below code is run and the Albums or the Music links are clicked it posts to the same page, correct? hence the url changes and add the href on the end of it depending on the link clicked. Well how can ...
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? ...
I have this table <table> <tr> <th> Column1 ...
I'm making an ebay template for myself, and I want to use a name anchor to jump to different section on the page template. But Ebay adds something to the URL therefore breaking the name anchor. Since this seems to be Firefox related only, someone suggested that I need to ...
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 ...
I have a web site I created that uses Python, HTML, and javascript. The main home page has 19 editable variable fields. If I change any of these field values, and then leave the page (click on one of my other link tabs), and then return to my home page, ...