6,565 Topics

Member Avatar for
Member Avatar for SimonIoa

Hello i want to create a horizontal menu divided equally in 4 same width parts. I don't want its width to change. Any ideas? Something like this https://jsfiddle.net/simonioa/t6vqqva2/ but not with <span> elements. Menu should have 4 colors horizontally but would not have to change acoording to html content. I …

Member Avatar for SimonIoa
0
287
Member Avatar for phphp

Sir I have these codes <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <head> <title>Party Ledger</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta HTTP-EQUIV="Pragma" content="no-cache"> <meta HTTP-EQUIV="Expires" content="-1"> <link href="css/jquery-ui.css" rel="stylesheet" type="text/css"> <style type="text/css"> html,body { height:100%; width:100%; text-align:center; margin:0; padding:5px; } body { overflow:hidden; } #content { max-height: calc(100% - …

Member Avatar for gentlemedia
0
267
Member Avatar for Bijendra_1

<html> <head> <title>demo</title> </head> </frameset cols="20%,80%><frame src="lifthtml"name"="lframe"/> </frameset cols="20%,80%><frame src="righthtml"name"="rframe"/> <frameset> </html>

Member Avatar for rproffitt
0
86
Member Avatar for davy_yg

During trying to inspect element like changing the color of the web scroll down color. I cannot find which css file to change? Which on the right side said inline instead of mentioning the file. element { Inline background: rgb(0, 0, 0) none repeat scroll 0% 0%; width: 7px; position: …

Member Avatar for Clif40RD
-1
241
Member Avatar for Mrewan79

I understand how to generate objects from the database, using Sinatra with formatting, and I understand from tutorials how to use POST to send information back, but I don't understand how to use POST to transfer information from the browser (for instance from a text field, or inside <p id="stufftotransfer"><%= …

Member Avatar for cereal
0
459
Member Avatar for davy_yg

Hello, Any idea how to change the css codes just by pressing a button? I wonder how to do this? Any clue?

Member Avatar for cereal
0
399
Member Avatar for Joe_29

I have an assignment to output contents from a .txt file to html. I'm able to output the information from the .txt to the console but how would I output it into an html page? The txt and html files are in the same folder as my .cpp file. #include …

Member Avatar for rproffitt
0
303
Member Avatar for davy_yg

Any idea how to change the color of a scroll down item? The normal color is grey and I would like to change it into green color. Any idea how to do it? Thanks in advance.

Member Avatar for diafol
0
108
Member Avatar for UI

Pros, Imagine you want to only provide your download link to those who tweet about you. Now, how would you code it ? Let's make it simple for you to understand. Let's say you want to write a php script that checks if a certain html element (eg. name=username) or …

Member Avatar for diafol
0
358
Member Avatar for SolidSolutions

I have a sticky header on my page by setting CSS to relative and z-index. When I go to print, the first page prints fine (header, with page content starting just below header). The following pages has header on top of content. How can I force content below header on …

Member Avatar for henk_2
0
2K
Member Avatar for SimonIoa

Hello i want to add some CSS3 filters on a background image but the effects take place on the text too not just the background image. Here is the css code <div style="color:whitesmoke; background-image:url(wall_icons/uploadMedia.png); background-size:contain;-webkit-filter:grayscale(1.7); filter: brightness(0.2); -webkit-filter: brightness(0.2); -moz-filter: brightness(0.2); -o-filter: brightness(0.2); -ms-filter: brightness(0.2); background-repeat:no-repeat"> <small style="font-size: 3vmin;">Text.Text.Text.Text.Text.Text.</small> </b> …

Member Avatar for diafol
0
3K
Member Avatar for davy_yg

Hello, Please help me set this laravel framework file. I have two folders: framework_freshway: - public_html - framework I still receive this error message when trying to run this url: http://localhost/framework_freshway/public_html/ Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in C:\Program …

Member Avatar for diafol
0
301
Member Avatar for davy_yg

Hello, How to create circle with css? Any idea how to create circle with css? I create html file with numbers 1 - 5. And I would like to draw green circle around each number with css. How to do so? Thanks in advance.

Member Avatar for pty
0
126
Member Avatar for davy_yg

Hello, This is the error message on laravel public_html: Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in C:\Program Files (x86)\EasyPHP-DevServer-14.1VC9\data\localweb\framework_freshway\public_html\index.php on line 50 I wonder why it appears? This is only on public_html the framework is on seperate files: <?php …

Member Avatar for diafol
0
976
Member Avatar for phphp

Sir I have these codes <html> <head> <style type="text/css"> table { font-size: 12px; font-weight: bold; font-family: Verdana, Geneva, sans-serif; } #mytable td { border: 1px solid #CCC; font-size: 14px; } #mytable thead { border: 1px solid #6C3; background-color: #CCC; color: black; line-height: 30px; height: 30px; font-size: 14px; } #mytable input[type="text"] …

Member Avatar for rproffitt
0
7K
Member Avatar for SimonIoa

Hello i want a script that shows various text content in the foreground and closes witn an X and shows the original page. Any suggestions?

Member Avatar for SimonIoa
0
346
Member Avatar for devianleong

Hi guys, I am facing a little bit problem in mobile menu design. In android is working fine but in iOS safari or chrome has the same issue where I press on the Menu and press on dropdown menu, I cannot scroll to bottom of other <li> element This is …

Member Avatar for rproffitt
0
393
Member Avatar for gahhon

<div class="w3-content w3-section" style="max-width:500px"> <!-- Photos to shows --> <img class="mySlides w3-animate-fading" src="images/couple/Couple_1.jpg" style="width:100%"> <img class="mySlides w3-animate-fading" src="images/couple/Couple_2.jpg" style="width:100%"> </div> <script> var myIndex = 0; carousel(); function carousel() { var i; var x = document.getElementsByClassName("mySlides"); for (i = 0; i < x.length; i++) { x[i].style.display = "none"; } myIndex++; if …

Member Avatar for pixelsoul
0
484
Member Avatar for newbi11

Here's the jsfiddle - https://jsfiddle.net/zvavjjdo/, the icon doesn't appear in the jsfiddle but they are the boxes besides "easy to modify" "bootstrap grid" etc.

Member Avatar for diafol
0
2K
Member Avatar for Latrell_vie

Hi ! I´m developing my first wordpress plugin. To create a shortcode according to tutorial i should duplicate following code. But why is it function form_creation(){ ?> instead of function form_creation(){} ?> I mean why is only a part of function form_creations curled bracket inside the php ending tag ? …

Member Avatar for Latrell_vie
0
295
Member Avatar for newbi11

I have a wordpress theme I am trying to modify as a single landing page but I have been running into some problems. I am trying to create two forms on a single page. I have been able to copy and paste the first form and replicate that as a …

Member Avatar for newbi11
0
379
Member Avatar for Serge_1

Please can anyone help re-arrange text that are spit apart on browser. What css property can be use to bring the text align as normal.

Member Avatar for gentlemedia
0
172
Member Avatar for John Rwaka

I wish to get good training about HTML scripting,i need to be developing web based aps,therefore i ask for experts in scripting languages like ASP.NET,PHP&Python but first,i need to go with HTML.

Member Avatar for John Rwaka
0
207
Member Avatar for Dani

Is there an easy way to modify Twitter Bootstrap so that all of its responsive columns work based off of the device-width as opposed to responding to the dimensions of the browser window?

Member Avatar for Dani
0
285
Member Avatar for phphp

Dear Sir, I have these code <html> <head> <style type="text/css"> html, body { height: 100%; width: 100%; margin: 0; padding: 0; } body { overflow: hidden; } #content { max-height: calc(100% - 280px); overflow-y: scroll; padding: 0px 5% 0px 5% !important; margin-top: 10px !important; border: 0px dotted #39F; } </head> …

Member Avatar for rproffitt
0
1K
Member Avatar for Andrea_7

Hi, I'm a graphic designer and am designing a site using Adobe Muse which creates HTML, CSS, and JavaScript. Can I export the site as HTML to a developer to integrate with Cold Fusion? There is a client login portion of the larger site created with Cold Fusion (I believe). …

Member Avatar for diafol
0
332
Member Avatar for kings

hi please do tell me how to convert a microsoft word to html document. In my appln the user will browse the microsoft word document,when a registered user tries to view the application loaded by the users of the website...it should display in html format....

Member Avatar for diafol
0
3K
Member Avatar for phphp

Sir I have these codes <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Set DIV Height to 100% Using CSS</title> <style type="text/css"> html, body { height: 100%; margin: 0px; position: relative; text-align: center; font-size: 18px; font-weight: bold; overflow: hidden; } .header { background-color: blue; width: 100%; border: 1px solid brown; height: …

Member Avatar for diafol
0
246
Member Avatar for David_95

https://www.daniweb.com/digital-media/ui-ux-design/threads/462158/how-to-play-multiple-video-using-html5 How is the back button done. I have tried a few videos like this (function prevButton() myVideo.pause(); myVideo.currentTime=0; index = index - 1; if(index==videoList.length) index = 0; alert(videoList[index]); myVideo.src = 'videos/'+videoList[index]; window.currentVideoName=videoList[index]; myVideo.play(); ) but the first video is "Undefined" when you click the button back.

Member Avatar for David_95
0
393
Member Avatar for patk570

hey everyone, I am looking for a website template that is mobile responsive, with a header and 3 columns. in the left and right column there will be 3 items in each with a fixed height on each. the middle column needs to be adaptable to move without affecting the …

Member Avatar for patk570
0
294

The End.