13,937 Topics
![]() | |
Hi! Im a noob to PHP but had to use it instead of ASP because I couldn't retrieve images from database using ASP + MS Access... Anyways.. I have couple questions: Number 1: How to retrieve and displaymultiple(!) images(jpg) from mysql DB? NUmber 2: I have a main page that … | |
Hi, I'm having issues with the current page I'm working on. It works fine in IE, Chrome and Safari but not so much in Firefox. The problem I'm having is that the slideshow is positioned all the way off the screen (towards the right). It's supposed to be straight below … | |
Does anyone know how a can blend a menu bar button in to the same colour as the drop down menu. removing bottom border of the button and the top part of the menu where the button and the menu join together wehn button is hovered or selected. | |
| |
Can someone tell how to have a button chnage colour on selection. and change back once another link is selected. I have tried using ::selection selector in css (but this is not compatible in ie) Thanks Jonathan | |
How to make flash movie as html link <a>embed tag</a> not working? Any ideas? | |
hey guys trying something new using script here is what i got i have a button and i want it to do is go to another html page i have created. here is what i got. i have set up in script. <html> <body> <script type="text/javascript"> function getSite() [ ] … | |
Firefox, Chrome and Safari wont implement the CSS doc for my website. I am self taught and sometimes lose the meaning of what people write as I only have a partial grasp of all the abreviations, letters & numbers used in these posts. I have checked the coding of my … | |
hey gues just practicing some HTML im haveing a problem with my code and it wont center. its the <h1> code i have 2 images on either side of the text(text is in between the jpg images) how can i move it over here is my code for it: <html> … | |
Hi, I am following the Head First book on PHP/MySQL and ran into a question on setting up folders for uploading images to the web to be used in a database application. The book states, "Use an FTP program to access the file system of your web site and create … | |
**Hello cool peoples**, so I couldn't figure out if images could be added in the post therefore follow the prescribed link at the end of this post. Problem: I do not know how to create whats going on in the pictures. I try not to use terms to define what's … | |
Hi, I am having trouble with the layout of a website I'm making. I'm not very good with CSS. So the trouble I'm having is that I want to have a horizontal menu bar that I want to center in my website. This menu can have dropdown children. The implementation … | |
I am new to web design and development. I saw a mega menu on this site www.rackspace.co.uk. and love it after days of trying to develop it and lots of research I still can't get me head round how to do it. Does anyone have ideas for all your help … | |
Hi all! I am looking for some advice on how to best design C++ programs that read, write, and update data in MySQL databases. I have completed a system that successfully does this but I'm not sure if I designed it the right way to take advantage of OOP principles … | |
I have a state map, and need to make it so that if the viewer rolls over different areas of the map (hotspots), it will make text appear in a div next to it. I know how to make rollover images appear that way, but is there a way to … | |
This site runs on a Modx CMS which is about 5 years old. How easy is it to ugrade to the latest version of Modx, tweak the template and make it more compatible for tablets and smartphones? Is it worth sticking with Modx or can you suggest an improvement? http://bit.ly/aVeG1t | |
Hi People.... I've got some issues with the front-end. Everything works fine in chrome and firefox, issue is with IE8 What I wanted was help in conditional statements for IE..... Is there any possible way to display 2 different contents in a page for IE and other browsers. I mean … | |
Hi Dani Web Community, I'm having trouble with the spry menu bar in CS3. My first problem is occuring in Safari, Firefox, Opera and IE. There is a horizontal scroll bar at the bottom of the page and if you scroll to the right there is a secondary sub menu … | |
Hi :), I'm sorry if I've posted this in the wrong section, but I was just wondering if anyone could help me with my CSS code? For one of my uni modules, I have to design a simple website with 5 webpages and 3 CSS. Basically, I messed my code … | |
This should be simple , but the explanations in books and tutorials don't make sense to me. what exactly does the clear property do? I want to know exactly ,EXACTLY what it does. Take for example this code: p.one { width: 200px ; float: left ; clear:both; } p.two { … | |
i am trying to make an image align to be vertically centered. As it works perfect in all browser except IE7 . I already tried a lot. here is my css and div. .vertical_align_center{ background: none repeat scroll 0 0 #FFFFFF; display: table-cell; height: 209px; line-height: 209px; margin: 4px; text-align: … | |
After I tried to install the multiple admin add-on my admin page went blank giving error 500. So after searching in the forum I found that in CPanel I can find why the error came. The error was a file that was calling the same thing that was called in … | |
Hi everyone, I'm new to the forum and relatively inexperienced at web publishing as well. I'm currently administering the following website: [url]http://latmont.org/[/url] I've set up the website to work with an external CSS style sheet that is linked from the header in each web page. The style sheet was created … | |
HI there, I am having some issues with position fixed. I am trying to replicate this layout http://www.csszengarden.com/?cssfile=/213/213.css&page=0 This is what I came up so far antobbo.webspace.virginmedia.com/test/test.htm. All good, but I had an issue and I can't figure out what it was causing it. At the moment the fixed image … | |
Hi everyone, Our company has recently made a decision to turn our existing website into an entirely Wordpress format. We have a lot of pages that are regularly updated and have dynamic content such as videos, blogs, promos, network status updates etc. I'd love to know your expert opinion on … | |
![]() | i want to know how to use css with html forms i have css button <style> a.btn { display: block; width: 120px; height: 18px; padding: 18px 0 0 0; margin: 0 auto; background: #398525; /* old browsers */ background: -moz-linear-gradient(top, #8DD297 0%, #398525 100%); /* firefox */ background: -webkit-gradient(linear, left … ![]() |
![]() | i have site divided into about 5 pages , sometime when i make changes then i have to update all five pages. so i want to know if i make file like template.php and then i divided my pages major portion to parts like header.php, body.php , footer.php and sidebar.php … |
I have not used falsh much before when creating webpages - But I need to create a header for a new site which has some flash in it. Im just not sure, if that specific part of the site would be visible for all visitors? Do all modern browses just … | |
I am implementing RSA in C++ and here's my design(code structure). *keygen.h* namespace rsa{ class keygen{ public: //Constructor keygen(size); //Generate keys void generate(); //Getters string gete(){ return xyz; } .. .. .. private: //initializes bignums void initall(); keygen(){} //Private Member variables goes here } } *prime.h* namespace rsa{ //First 100 … |
The End.