6,574 Topics
![]() | |
Hi there, say I have this situation: `ul a[href$=".pdf"]{...}` to match any link that end in .pdf: how do I match any possible combination of "pdf"? Say "pDf", "PDF" etc? I thought that I could use regex in the css, but I really don't know anything about regex, so I … | |
How can I input coding for this table contact form that I created in dreamweaver to have dropdown option values? Here is my code: <form action="" method="post"> <table width="600" border="1" cellspacing="2" cellpadding="0"> <tr> <th width="170" scope="col"><label for="name">Name:</label></th> <th width="428" scope="col"><div align="left"> <input type="text" name="name" id="name" required="required"/> </div></th> </tr> <tr> <th … | |
How can I create a table contact form in Dreamweaver using dropdown options? I have searched everywhere and I have found hmtl coding that does not work for the insert table contact form. Here is my code: <form action="" method="post"> <table width="600" border="1" cellspacing="2" cellpadding="0"> <tr> <th width="170" scope="col"><label for="name">Name:</label></th> … | |
My facts link is smaller than the rest for some unknown reason? http://spencedesign.netau.net/singaporehome.html | |
On my site, I have navigation buttons that navigate through results of a search. Basically, what I want to do is to disable certain buttons at certain times (i.e you can't click the next button if you are on the last result). I'm looking for a way to do this. … ![]() | |
If you look at the box shadow inset here http://spencedesign.netau.net/singapore-tour.html#/intro You can see that it is at 100% and goes all the way down no matter the size of the page, but I can not seem to recreate it here http://spencedesign.netau.net/singapore-author.html it is using the same code. I do not … | |
I am trying to create a website with a slide show similar to the one on this page www.gethealthymarshall.com. I have no idea where to begin. Does anyone know of any tutorials or source codes i could download to do this? Thanks. | |
I'm using asp.net with themes, master and child pages. In the base css, I've got the img tag with a border. It's great in that I never have to place a border around my images. However, on one page where I'm using the Nivo slider, I want to remove the … | |
I was wondering how I make this actually work, without the ternary operator it works perfectly fine. Is it even possible to use a ternary operator in this type of situation? $("#link").html("website" + $("#search").val() + "" + t.games.check==true ? "?games=true" : "?games=false"); Also I will need to do multiple ternary … | |
I am a beginner at Jquery, and am trying to implement easy slider onto a website. I have the slider on the page, but nowhere near the correct location. I think the issue is stemming from the fact there are two CSS files, and the screen.css file (which is tied … | |
I have a AXI camera that count the number of people entered the building and show the result on web page with video. The webpages update the count every time it detect a passing person. I believe the page has 2 iframes. I`m trying to insert the value of the … | |
For some reason I can't move one of my div tags, the gallery one. It looks just like all of the rest of the divs that move fine with absolute positioning. My website is http://spencedesign.netau.net/singaporehome.html If you look at the code it is obvious that the gallery is not moving. … | |
so I have written a acript that logs into google calendar and pulls the next weeks events and stores them in variables. I am stuck at how to get these variables and put them into a html page does anyone have any ideas? I am running the script once a … | |
How to add css to all jsps in java web project. Is it possible using web.xml ? | |
I have a problem with my slide show have 6 images, and you can flick throw the images, there's three images that shows up in that slide show, if you click the middle one you go to a link if you click on the sides it should slide to the … | |
m looking for a Javascript function or similar which will automatically load a different stylesheet randomly each time a page is visited. I have found several which work on user selection, or on browser size. My Javscript coding isn't up to adapting them sad If anyone knows of an example, … | |
What is the html code to make horizontal boxes i need to make some boxes go from left to right but all i can find is on top of each other, you can see example here <a href="http:// www.carinsurancequotesinformation.com">car insurance quotes</a> where the boxes are next to each other, and … | |
Hello buddies, I designed a block for items shown on files system, so one block repeated for each item, but I noticed there is a **huge space** between two items and I dont know why, here is my code and picture to the problem. **css** #Container{ padding:0px; margin:0px; position:relative; top:-160; … | |
I am trying to make a website page that looks roughly like this. All the DATA is at http://spencedesign.netau.net/singaporehome.html I don't understand why I can't just move the pictures around with absolute positioning, usually that overrides everything.  My code is ul#gallery { list-style: none; width: 1300px; text-align: center; … ![]() | |
hey guys im working on school prroject to develop a navigation system, i was just wondering is there a way to search for a page by entering its page number in a seach box ? is there a script for that? please let me know | |
I am facing problem with search module for real estate property search . m placing my code .. i am new 4 php... please help me with the correction of code... // index.html <form action="refinesearch.php" method="post"> <td> <td><tr> <label> <span class="h"><b>Category:</b></span> </label> </tr><select id="first" name="first" size="1" style='width:127px;'><option value="">--</option></select> </td> <tr><td> <select … | |
Hi everyone.. This is going to sound like a dumb question but I have to ask it because I really don't understand something here. I understand that HTML is used to arrange and display data, but HTML has to be written on something and thats where I get stuck. Lets … | |
Hello this is my first post here, Google has led me to this site a few times and I made an account today to ask a question about CSS Floats. I have Django code to generate a DIV for each srvr object in my database. Here is my HTML: {% … | |
<input type="text" placeholder="Enter Username" /> as you can see in file. i have a filed and in that field i have a placeholder "Enter username". but placeholder is bit high. i want to lower it. i am not sure best way to go about this. iam think using css tags | |
it looks alot of code but all its doing is takeing a input field id = search_input. and setting width to 100. than if you click on field than change the width to 200. and last make it animate. so its a small field if you click on it. it … | |
Hello all! I am struggling with what seems to be a very simple problem. Well, the issue is extremely annoying and problematic, and I am unable to figure out the solution. I am using CSS to load an image onto my HTML page. The reason being because I'd like to … | |
iam trying to do this DIV FORM DIV LABEL INPUT HINT so if i put my mouse over INPUT than a hint should pop up. <div id = "right_login"> <form id='login' action='login.php' method='POST'> <div class="outer_hint"> <label>Username:</label> <input type="text" name="username" id="login_username" class="field" value="" /> <!-- HINT --><p class="hint">6 to 20 characters(letters … | |
In my page I want it so that when you resize the page past the point of the pictures, that the pictures will go into another row, all the way so each picture has it's own row. And then potentially I won't need any media queries. But unfortunaltely I can't … | |
How can I change the size of the pictures in this example http://codepen.io/anon/pen/IDKAo I am making a photo gallery with this effect, and I need to change the size of the pictures, can anyone help? It is a pretty complex css so I understand if you can't. | |
I have this webpage. It has a wysiwyg html editor. It will create a blog post to my blogs with its contents everytime I hit submit. I hired someone to create this webpage so I cannot edit it. I don't want to mess it up. I created a program in … |
The End.