473,544 Members | 2,299 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HTML / CSS Forum

HTML and CSS (Cascading Style Sheets) web markup languages - Ask questions about html and css development, validation, errors, divs, blocks, tables, design, accessibility, w3c, firefox, ie, safari, tags, attributes, layouts, forms, buttons and more.
1
8,319
thread by: Toxicous8 | last post Nov 26 '15 by: Toxicous8
I'm making a social networking site.I'm about to finish it.Just made a logo for it.But the problem is I am having a hard time putting a scrollable frame.Plus I can't make the relationship between register,login and check the email when logging in.And also the conversation page is kinda hard.A hint would be helpful.
1
7,023
thread by: tdrsam | last post Oct 20 '15 by: tdrsam
I don't know why my media queries aren't working. I use them the same way with every app, only this time the media query for desktop devices isn't working. The browsers (getting the same problem in Chrome, IE & FF) get the styles for mobile and tablet devices, but the third media query on my file isn't being applied. I checked the page source...
1
6,315
thread by: Toxicous8 | last post Oct 19 '15 by: Rabbit
I've recently downloaded a software called Total Validator.And there were too many errors (135 to be specific)in just one page.And it also says "wrong use of href".And my code was like this: <a href="c:\users\user\desktop\page1.htm#top">Go to top</a>.It works fine but the validator says invalid.
0
6,260
thread by: Toxicous8 | last post Oct 19 '15 by: Toxicous8
It's just like the title. What could be the best in animations,compatibility and other characteristics?I'm now using html/css and javascript.
2
6,435
thread by: Toxicous8 | last post Oct 19 '15 by: RonB
Is there any way to get rid of html5 errors fast without collapsing or disordering the codes? Or am I just supposed to read and understand every error and think for the solution and correct the errors?
1
6,812
thread by: Toxicous8 | last post Oct 20 '15 by: Luk3r
All my links in my website just work on my local computer.That means they won't work for other users on the internet.How am I going to make it "world wide".
1
6,820
KeredDrahcir
thread by: KeredDrahcir | last post Oct 27 '15 by: KeredDrahcir
I'm using a nested list as a menu with sub menu items. I used to do it where if you hovered over main menu item, the sub menu items would appear by changing the display from none to block. I decided to make the sub menus looks as if they were dropping down and used CSS transitions. The problem I have is that in the first approach if you...
0
6,484
thread by: harman30 | last post Oct 30 '15 by: harman30
I am using flexbox for styling my pages, I am using three columns in container, second and third columns are just for text and they look great but First column has images, buttons, links,text etc and everything is messed up here nothing is in order, some elements are overlaying each other. I want every new element in new line but that's not so,...
0
6,673
thread by: tdrsam | last post Nov 3 '15 by: tdrsam
I need help figuring out how to find only certain pages in my app. I'm trying to remove two elements from the page, but only for three pages of my app, and only for desktop devices. This is the little function I made so far: $(window).load(function() { // Check media queries if($(window).width() >= 769) { // Get pathname of...
1
6,642
thread by: Wibda | last post Nov 19 '15 by: Toxicous8
I made the page and table in it in Wordpress. The page style is "full width page". The table i made has no spaces between left side and right side of page. How can i add spaces? <div style="align: center;"> <table id="center-table" style="height: 90%; width: 100%; border-collapse: collapse"> <tbody> <tr> <td colspan="2">
2
8,593
thread by: tsscreddy | last post Nov 16 '15 by: hefaz
I am newly Started a web site i want another website page within body of my website
2
6,689
thread by: Toxicous8 | last post Nov 22 '15 by: madankarmukta
How can I make a link that scrolls to a specific place in the page?Not saying the "Go to top" link.
0
5,792
thread by: blankspot | last post Nov 24 '15 by: blankspot
I found some code like this <pre> <li><a href="#" style="sampleCss">Link</a></li> </pre> in the html code, what does it mean? Is it sampleCss a class or others?
2
9,275
thread by: Toxicous8 | last post Feb 16 '16 by: gits
Hey, umm, I was thinking about how this website is made amazingly and I was wondering on how they managed to make the bold,italics and underlined characteristics of the input which you type on the questions.I mean look at it.It's like wordpad in your page.That is genius.Anybody have an idea on how you do that?????
0
5,338
thread by: Mike Atkinson | last post Dec 2 '15 by: Mike Atkinson
I have a menu on the left in a ul and I want it to automatically scroll when the window size is to small to see it all. overflow shows the scroll bar all the time. I would like the scrollbar to appear and disappear automatically according to window size. Thanks so much.
1
5,422
thread by: Robertnz | last post Dec 3 '15 by: Robertnz
Hi, I got this signature code in my templates but the phone link doesn't work. I tried different url setting but not give me the call option on my iPhone and iPad. Anybody any idea? cheers Rob <!DOCTYPE html> <html> <head>
2
13,694
thread by: spkonline | last post May 25 '20 by: Sherin
How can i open this link in new tab after click on submit buton <td <input name="submit_btn" class="btn btn-primary" id="btn3" value="Appointment Login" onclick="document.OnlineForm.action = 'ReprintAppt.jsp'" type="submit"> </div> </td>
3
7,569
thread by: Toxicous8 | last post Feb 22 '16 by: gits
this might be a silly question, i mean for me cuz i just think i am an advanced HTML and CSSer. So i tried so many methods to make frames(using divs, tables, framesets, iframes). So when i try iframe, when you click a link on that frame, the page comes on the frame area only. So plz write me the best way to do this. Tnx
6
5,223
thread by: John Alexander | last post Jan 25 '16 by: John Alexander
I am using a fixed menu with dropdown options. I am using <a href="#"onclick="CreateTable()" target="_top">Link 1</a> to keep it on the same page but it still goes to another window. What can I do?
4
31,527
thread by: kfirbene | last post Jan 11 '17 by: vignes
Hi, I am adding radio Buttons using JQuery and their text values does not appear even though in the Chrome debugger the text value is inserted correctly. Can someone tell me what the issue? The code: $(document).ready(function(){ for(var i=0;i<10;i++) { var tmpScenario = "scenario"+i;
0
4,786
thread by: mobileman | last post Jan 27 '16 by: mobileman
What more developments do you expect in web in the near future. What after parallex, responsive designs? What do the trends suggest?
1
5,982
thread by: mamuts12 | last post Feb 1 '16 by: Luk3r
Having problem making a website where ul overlaps heading and when resized li goes into 2 lines you can check the code here : https://jsfiddle.net/ry3ur710/2/
0
5,670
KeredDrahcir
thread by: KeredDrahcir | last post Feb 8 '16 by: KeredDrahcir
I have a website coded currently in XHTML and I recoding it in HTML 5. There a few spacing issues that need to be sorted out in order get it to look the same. I'm replacing most of the inline-block with block if I can get it to look the same and setting the vertical align on images to something other than baseline. The only problem I'm having...
2
5,834
thread by: isaac27 | last post Feb 16 '16 by: Dormilich
<html> <head> <style> .error {color: #FF0000;} </style> </head> <body> <?php $nameErr = $emailErr = $genderErr = $websiteErr = $nokpErr = ""; $name = $email = $gender = $nokp = $website = ""; if ($_SERVER == "POST") { if (empty($_POST)) { $nameErr = "Name is required";
2
6,633
thread by: wadola | last post Feb 20 '16 by: RonB
mozilla fire fox is not supporting html5 date input type or it is not displaying a date picker without using javascript

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.