13,937 Topics

Member Avatar for
Member Avatar for Resentful

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 …

Member Avatar for Resentful
0
109
Member Avatar for Eyeteeorg

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 …

Member Avatar for margaret224
0
212
Member Avatar for dominique7

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 …

Member Avatar for ngprnk
0
175
Member Avatar for satimis

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" …

Member Avatar for JorgeM
0
54
Member Avatar for sleepswim

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 …

Member Avatar for drjohn
0
118
Member Avatar for Devid L

i have "Gedit" text editor. Is it possible to make web pages? and which site is best to learn about coding ?

Member Avatar for udaantech
0
162
Member Avatar for cssweb

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 …

Member Avatar for cssweb
0
113
Member Avatar for sugar.cube.731

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) …

Member Avatar for techbrain
0
103
Member Avatar for GazzaCurran

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 …

Member Avatar for LastMitch
0
254
Member Avatar for tinabina22

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?

Member Avatar for tinabina22
0
2K
Member Avatar for secretply

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 …

Member Avatar for JorgeM
0
112
Member Avatar for hwoarang69

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' …

Member Avatar for pritaeas
0
82
Member Avatar for din3sh

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 …

Member Avatar for broj1
0
253
Member Avatar for germainelol1

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 …

Member Avatar for LastMitch
0
388
Member Avatar for while(!success)

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 …

Member Avatar for JorgeM
0
161
Member Avatar for sunnykeerthi

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 …

Member Avatar for AleMonteiro
0
641
Member Avatar for ello

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> …

Member Avatar for dany12
0
129
Member Avatar for tanvir2012
Member Avatar for margaret224
0
113
Member Avatar for GraficRegret

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;" …

Member Avatar for GraficRegret
0
110
Member Avatar for T4gal

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. …

Member Avatar for T4gal
0
206
Member Avatar for webreaker

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.

Member Avatar for webreaker
0
72
Member Avatar for PriteshP23

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, …

Member Avatar for PriteshP23
0
280
Member Avatar for theguitarist

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 …

Member Avatar for AleMonteiro
0
160
Member Avatar for asaidi

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

Member Avatar for asaidi
0
78
Member Avatar for jspence29

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 …

Member Avatar for JorgeM
0
99
Member Avatar for joseavelar91

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); …

Member Avatar for joseavelar91
0
175
Member Avatar for GraficRegret

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 …

Member Avatar for JorgeM
0
79
Member Avatar for CodyOebel

**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 …

Member Avatar for LastMitch
0
118
Member Avatar for f_atencia

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

Member Avatar for JorgeM
0
116
Member Avatar for ashley.lawson.71

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? …

Member Avatar for EvolutionFallen
0
90

The End.