10,643 Topics
| |
OK... I've been got by CSS... I revoke my dislike for it! I think it has potential and could be used constructively! I hate CSS! I sat up till 5:30 odd this moring... simply trying to make a header with 3 images, a left end, center and right end.... so … | |
What is the most popular web development software? | |
Hi After having a problem or two with CSS based web pages I have made I find that the problems are too be resolved when the absolute positioning is removed. Well that is what has been suggested. Since in some cases I have used code from other web sites. Web … | |
I'm using CSS to left align an image but I'm having an issue with the overflow of pages that don't have enough text to fill the div so the image overflows outside of the cell. I'm sure the fix isn't as difficult as I'm making it seem in my head, … | |
Chaps, I am thinking to redesign and redevelop my site, http://www.antonioborrillo.co.uk/ I want to get rid of those hideous buttons and make it mobile friendly, add extra info and have a page where people can leave comments on some of the pix. Now first thing: mobile version. I will go … | |
I have to create a system design for a cashier system. Most of the transactions would be payments for fees in a student account. Fees like Tuition, Books, Enrollment Fees. The problem with these fees are their special characteristics like Tuition fees being staggered in MONTHLY itemization (if that's a … | |
How to erase image border in css? An image that I have automatically have border around it (only appear in IE not in Mozilla) | |
I've got a bit of css that is centering my content vertically and horizontally in web browsers, but the horizontal centering disappears when viewed on a samsung tablet, and sits flush left. here's what I've got so far: Code: #content { display: block; height: 100%; position:absolute; width:100%; } .container { … | |
Base on my understand a mediator is a central authority that varies the interaction between objects in the same group. So can I classify the code below as a mediator? package com.mediator; public class BaseMediator { public void store(){ System.out.println("store"); } public void retrieve(){ System.out.println("retrieve"); } } package com.mediator; public … | |
Hello everybody i have a strange problem that i have already inserted the two ways that facebook can get the thumb by them <meta property='og:image' content='thumb.jpg' /> <link rel="image_src" type="image/jpeg" href="thumb.jpg" /> but i see that works fine with some posts and others NO for example : in these posts … | |
How to modified an HTML code on my blog in blogger.com? | |
Hey everyone. I've put a twitter feed widget on my site, but the problem with it is that it seldom display with the right width. About 90% of the times that the page loads. It only displays at about 40-50% of it's actual width. I've tried changing the width attribute, … | |
Hello, How to set in the css on form click a yellow border appear, otherwise it disappear? | |
| hello there is one problem I always face with google blogger blogs . i have blog http://npicx.blogspot.com/ problem is that there are two posts appear on front page from control panel Layout-->Blog Posts widget settings i set it to 9 posts on home page but its not changing i change … |
Good afternoon all ! I am having trouble with my image map... Here is a piece of my code. <div id="style1"> <p class="padding"><img usemap="#greenMap" src="Images/green apple.jpg" alt="green apple" width="275" height="255" style="float:left;"/></p> <map id="greenMap" name="greenMap"> <area shape="rect" alt="green apple" coords="100,50,100,50" href="green apple2.jpg" /> </map> <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> <p><a href="http://www.psychichealerchristine.com/psychic-christines-blog/apple" target="_blank">I do not own … | |
I am trying to make this table behave. I want it to stay within 80% of the page. I want each column to be a fixed width. I want it to show all without scrolling right. Its fine if it gets super long. I also want the title bar, with … | |
Hi, my navbar renders fine in IE and Chrome, but not in Firefox or mobile devices. Firefox cute it short while mobile devices extend it. [Here](http://mtechenterprises.com/inec/index.php) is the site. Can anyone tell me what I coded wrong or what hack I need to make it right across teh board? Thanks | |
Why does this not center the table? The table header & the table footer are aligned center? I have beat this like a dead horse, i cant even rememebr what the original code i wrote was i have changed it unsuccesfully so many times. Yet nothing ever changed no matter … | |
Hi It seems I have tried everything to get this CSS styled web page to produce what I could have done easily using a simple table layout :( I have the footer occupying the bottom of the outer wrapper but the trouble is I cannot get the outer wrapper to … | |
Hello. I have a div "content" that for some reason is positioned ok in ie and chrome etc but in firefox has no positioning! It just goes to the side of the page in firefox! here is the html for it. <div id="content"> <div class="nav"> <div id='cssmenu'> <ul> <li><a class="current" … | |
| How do I center on a web page? <!DOCTYPE html> <html> <body> <table width="600" border="0"> <tr> <td colspan="2" style="background-color:#FFA500;"> <h1>Page Title</h1> </td> </tr> <tr> <td style="background-color:#FFD700;width:100px;"> <b>Menu</b><br> Foxtrot<br> Waltz<br> Tango </td> <td style="background-color:#EEEEEE;height:200px;width:500px;"> Ipsem Lorem</td> </tr> <tr> <td colspan="2" style="background-color:#FFA500;text-align:center;"> Test Page</td> </tr> </table> </body> </html> I found some tips … |
hello forums. i have small problem im creating a simple page (no php ) just javascript and html. i have order.html which has a list of items. and then when you click the drop down menu it will automatically display the price of the item depending on the quantity on … | |
Hello, I have been trying everyhting and I still have not gotten any good results for my cholor sheme. I need the scheme to go well with yellow, green, and red. I know random colors that dont really go well together. But Ive tried black but it makes my site … | |
Looking for a politcal map showing countries. Colors can be added to the countries and information is shown when a region is selected. Do you know if there are any possible ways to do this? I avoid using Flash or Java. | |
Hi, I have a wordpress website where I want to change the font for H3 and H4. I can't seem to change the H3 font. I've noticed that if I change the styling to H3 in the wordpress admin page editor, it will not change, colour changes but not the … | |
| Say I have two CGI files: start.cgi and view.cgi. view.cgi recieves data from start.cgi via POST method. My question is, what are the necessary conditions to use in a conditional statement if I were to determine the presence of data in `stdin`? This is to redirect the user back to … |
Really really basic information needed. What does it take to get: 1- previously recorded audio to be accessed and listened to "on-demand"? 2 - Previously recorded video to be accessed and viewed "on-demand"? 3 - LIVE streaming video to be viewed on a Joomla web site. Are there limitations to … | |
I have a scenario that I am assisting with. I am not sure how to advise in this case. I am hoping that someone with a lot more database design/normalizing experience can clarify this for me. I am working on a simple database which will contain a table to track … | |
It has been a day of coming and going at Google, it seems. Saying hello, again, was Gmail in the UK while Google Docs offline access through Google Gears has waved goodbye. You might think that Gmail had never left the UK, but the truth is that apart from a … | |
Say we have a map of a section of the city which the user can resize in the browser. Resizing the map image just makes the image bigger or smaller -- it does not change the image content (i.e. does not include a wider area of the city or zoom … |
The End.