10,643 Topics
| |
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 … | |
Hello; I am working on a web page that I have designed to take up 75% of the monitor. Presently this web page when loaded auto aligns to the left side of my monitor. While it looks fine I would prefer it to be centered on my monitor. I have … | |
Hello, I have a menu in a webpage. I am looking to make the code reusable for another page, that way I can manage the links in one place rather than multiple page. Anyone know a way to do this? Thanks Drjay | |
Hey Guys, I came across the 'required' attribute for input tags in HTML5, and it just super handy. But I was wondering, if there is workaround for dependent inputs using just the required attribute. Like: Say I have a select box, which has certain options. Depending on the user selection, … | |
I have started a new vBulletin site and one of the forums is going to be for adults only, over age 17. Right now when a new member registers he/she can put whateve age he wants. Before allowing access the the adult-only forum I'd like to verify that the person … | |
hi, i want to design a website where only students from a certain university can access by logging in how do i make this using dreamweaver and MY SQL as the database. for example if daniweb was only meant for people from USA and someone from africa tries to sign … | |
Hello dear DaniWeb members I have a problem with the new site I´m making nad I was wondering if anyone could help me. Well its because I have big content box where I´m keeping 2 news boxes in and a right box but when I put the boxes to have … | |
Hey, i've tried to convert a free CSS template to fit into a CMS. it looks like that: http://www.airlinesofisrael.com/phpvms.full/index.php/ i belive its a CSS problem can someone help? My CSS file is below: * { padding: 0; margin: 0; outline: 0; } body, html { height: 100%; } body { … | |
Hello, I need some help with understanding floats. I have a div named holder, which as the name suggest, is a holder. Inside this holder I have 2 containers. One is the left container and the other is the right container. HTML <div id="holder"> <div id="contentleft"> <p>This is a paragraph. … | |
I built this web page with unordered list in the content div tag. But it does not look right. It should be 5 unordered list accross and then on the next row another 5. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Canada-Accessible</title> <link href="css/main.css" … | |
Hi, I have a list of elements in my page within a <div> tag. The list looks fine in other browsers, however, in Chrome it is slightly misplaced on load. All elements falls back into correct place if i mouseover them. Also, the misplacement seems to be random, sometimes it's … | |
I'm a Multimedia student, specialising in Interactive Media. Currently stuck on an idea for my final year project! I have interests in creating websites, illustration and mobile sites. I was thinking of creating a resposive site, but stuck on a thesis. Any ideas? Not asking anyone to do it for … | |
Hi All, I am using Visual Studio 2010 and for my database I'm using SQL I am trying to make a multi user login and valdate the input with my datatable the problem is that i made a login page but it's just check the username and the password but … | |
When you are choosing a host, do you CARE about the type of equipment/hardware they use, the quality of their datacentre or the added services provided. . . or are you simply interested in the lowest price option? We want to know! Please help us by adding your opinion and … | |
Here are a simple script, for populating a text field from drop down, for example how it works : user clicking on option 1, then the textfield showValue1 will filled/fired with 1a <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> </head> <body> <form name="theform" onsubmit="CheckForm()"> <select name="myOptions" onchange="document.theform.showValue1.value=this.value"> … | |
#okay i hope to god some one can help me becouse im about to throw my pc against the wall...# im designing a website ofline on localhost couldnt be bothered to change the default domain name i need to log all messages from users, user registrations ect in a crm … | |
I am trying to figure out how to print a .pdf from my web page without saving it first. On one of my web pages I have a link that load a .pdf (a free downloadable coloring page for kids) When I click on the link on my page "Click … | |
On my clients website located at cjcdigital.net/clients/andrea I am having an issue with the CSS code where I managed to make the top navigation and sidebar (the social media buttons) work near perfectly with CSS - the top nav uses absolute positioning while the side nav first used absolute and … |
The End.