13,937 Topics
![]() | |
Hello, everyone. I have a scrollbox that I am needing to select all of the text within it. The code is below. <div class="all" style="height:480px;width:360px;border:1px solid #ccc;font:16px/26px Georgia, Garamond, Serif;overflow:auto;"> This part of web programming is my weak point. I'm not quite sure what else to try. If you have … | |
I'm just learning html but already have a domain, so I did a quick and dirty under construction page to replace the advertising-littered default page that the webhost was using. It's dirt-simple and not very good, but I'll make it better as time goes on. Is there any rule I'm … | |
Hello, as I mostly used horizontal menus, I'm just coming across this now: How to have those menu items in a fixed width box and still make use of the hover feature? I mean I want the background of the selected menu item to change it's background throughout the whole … | |
Hi all, There are 12 video. They are displayed on screen virtically. <p><b><span style="color: white"><i>This is Video 1</i></span></b></p> <video id="my_video_1" class="video-js vjs-default-skin" controls preload="auto" width="600" height="364" poster="video_1_picture.png" data-setup="{}"> <source src="video_1.mp4" type='video/mp4'> <source src="video_1.ogv" type='video/ogg'> </video> <br> <br> <p><b><span style="color: white"><i>This is Video 2</i></span></b></p> <video id="my_video_1" class="video-js vjs-default-skin" controls preload="auto" width="600" … | |
Hi all, i've heard from many that i should stop using iframes and css instead. Although, all i really use iframes for is to load a page from another site into mine. Is there a way I can do this with css? or is it something i should just stick … | |
i have "Gedit" text editor. Is it possible to make web pages? and which site is best to learn about coding ? | |
helo guys how are you, my proplem is the div has exceed the footer and this image will clarify what do i mean http://s2.postimage.org/4x5ur7955/555.jpg this is all codes which i used #left{//this div for left side float:left; width:140; margin:0px; } #right{this is for right side float:right; width:140; margin:0px; } #headblcok{//this … | |
I am looking for a way to convert pixel based images to vector. I believe this can be done in Illustrator, but am not quite sure how. I often have work from Photoshop that I later need to convert. What type of file should I save it as (from Photoshop) … | |
Hello, Firstly ill give you a background of what im trying to do and the layout of the banner/header Right hand side - Navigation Links - I want to add a paint effect dripping down maybe splashing off the nav links, and then dropping onto the bottom and flowing to … ![]() | |
I'm trying to set up my web-site with a vertical navigation menu, which I have done but what I am having a problem with is how do I get the text part of my site to line up beside the navigation bar instead of on top of it? | |
Been doing a lot of research on this issue but I can't get it to work properly. I have this CSS code that works in all browsers except for Internet Explorer. border-top: 3px solid rgba(139, 0, 0, 1); background-color: rgba(139, 0, 0, 0.75); color: rgba(139, 0, 0, 0.75); text-shadow: -2px … | |
i have a button. i want it so that when user click on it, it should stay ative. but this code below doesnt stay active. i am trying to get a toggle effect but when user click on it it stay active any cant go back, <button type='submit' id='button1' class='button' … | |
I'm trying to create a php script to print fibonaaci series. The idea is to add a new number to the series everytime the page is refreshed and print the series. <?php if (!isset($_COOKIE["fno"])) {setcookie("fno",0,time()+3600);} if (!isset($_COOKIE["sno"])) {setcookie("sno",1,time()+3600);} if (!isset($_COOKIE["series"])) { $text="0 1 "; setcookie("series",$text,time()+3600); } $fno=$_COOKIE["fno"]; $sno=$_COOKIE["sno"]; $fibostring=$_COOKIE["series"]; //echo … | |
I have the following `layout.jade` code !!! html head title= title link(rel='stylesheet', href='/vendor/bootstrap.min.css') link(rel='stylesheet', href='/css/style.css') script(type='text/javascript') (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); body!= body And the … ![]() | |
Hi guys, I have an ImageButton control in asp.net calling a javascript function to display it in block. The elements have their own css classes, but they do not appear in the context that I gave them. I am assuming this is a problem with my css because the javascript … | |
Hi, i have a html page with 3 frames(Index.html), and the preview is as in the screenshot. Here in Welcome.html i have a button named block. when i click this button i want left.html to be disabled(the frame in left side), i'm able to do it., but the form elements(the … | |
Hi there, I've been researching the correct layout for html5 web pages, and I'm a little unsure on how something like this should look: <div class="main-container"> <div class="main wrapper clearfix"> <div class="canvas gu6"> <div class="example-grid"> <div class="row"> <div class="col gu1"> <img src="img/1.jpg"> <div class="description"> <h2>Test</h2> <p>Test, Test, Test.</p> </div> </div> … | |
I was trying to set a stylish slideshow for my blog. Expert advise please. Thanks | |
I know that this forum is for HTML and CSS, but I have a problem and I am not sure where to take it, so here it is. I am using this code: <div class="edit"> <input type="button" id="bold" style="height:21px; width:21px; font-weight:bold;" value="B" onClick="fontEdit('bold')" /> <input type="button" id="italic" style="height:21px; width:21px; font-style:italic;" … | |
![]() | Hello, I posted this in the Wordpress discussion forum but have not got a response, so I thought I might try here. Hopefully I have posted this in the right category, if not please let me know. I have two categories for posts and two pages to display these posts. … ![]() |
I created a div zone for advertising on top of [my site](http://telechargercours.com/), but when I reduce or increase the size of the pages [Ctrl +] or [Ctrl -].advertising is not reduced. | |
I would like to design HTML form with css and validation. I want to have Textbox with colours indication. I have done with button to make it more meaningful. I would like to do same for the textbox. I want to have light blue colour bydefault and when one clicks, … | |
Please see [here](http://jsfiddle.net/jmDsB/). The intention was to have 3 `<div>'s` in decreasing order of height(`1`,`2`,`3`) and to put those 2 buttons under the `<div>` marked `2`. Something like 1 2 3 - - - - - - btn1 - btn2 I floated `1` to the left because I wanted whatever … | |
Hi i have a site made with drupal garden and i want to export it to my host to use my domain name any help please will be much appreciated | |
How can I make a table 100% width. For example, here http://spencedesign.netau.net/SNL/SNL.html#page3 I want this table to be the length of the panel, but I can't figure it out. I tried making the trs 100%, I tried just making the table 100%. I thought about changing the padding and the … | |
I created a website and forgot how to center it. I been using dreamweaver cs5.5 I would appreciate if someone could help me. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Pasco Rentals</title> <style type="text/css"> <!-- body { background-color: #FFF; background-image: url(Images/first%20background.png); … | |
i am creating a page with a simple text field in it so I can post what I type into the text field to my database and retrieve it later with another program, is there a way to add options to format the text to my liking as I am … | |
**2 things needed.** **1.** Ok the customer wants a splash page to play an animation for about 3 seconds, and then load to the home page. I have access to an Adobe CS 6 suite at my work ;). Which tools would easily help me with this? **2.** Also I … ![]() | |
Say I have a code like: `<div id="mydiv">This text is supposed to stay at the bottom of the window regardless of scrolling</div>` How can I program that (or use css) to keep at the bottom of my browser window, even when scrolling? Help is very much appreciated | |
I have designed a website for a client and now I need to place it into Dreamwaver. The issue I am having is I'm not quite sure how to slice the designed layout. Can someone please tell me the best way to set up divs to make this website work? … |
The End.