1,464 Topics

Member Avatar for
Member Avatar for jspence29

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.

Member Avatar for jspence29
-1
97
Member Avatar for HunainHafeez

<div> <div style="position:fixed"> <ul> <li><a href="#home">Home</a></li> <li><a href="#news">Profile</a></li> <li><a href="adminViewEmployers.aspx">Employers</a></li> <li><a href="adminViewApplicants.aspx">Applicants</a></li> <li><a href="#about">Super Admins</a></li> </ul> </div> designed a vertical menu in css , it has 4 clickable links HOME APPLICANTS EMPLOYERS PROFILE Now i want that when i click on APPLCIANTS then within this menu it should open 2 …

Member Avatar for simplypixie
0
95
Member Avatar for jspence29

I recently just added a grid layout, but I can't figure out how to make my links work. The grid that I used is the 1140 one at http://cssgrid.net/. I studied the source code of that website, and tried to make my page like theirs, but when I put everything …

Member Avatar for jspence29
0
125
Member Avatar for jspence29

Can anyone tell me how to format my website so it looks the same in internet explorer as it does in google chrome? Normally when I make a website I format it for IE with only a slight annoyance, but now I can't forgure out how to my website is …

Member Avatar for JorgeM
0
91
Member Avatar for jspence29

So I am creating a website on singapore for my class. And I just finished one page, and I decided to play around with favicons. I am using a web host called 000webhost.com And I created a favicon for my page, but the problem is now the favicon is applying …

Member Avatar for LastMitch
0
91
Member Avatar for Pamcakes

I'm taking a website development course and we are supposed to be using HTML5 and CSS3. In my textbook it says that the <div> tag is HTML 4.01 and that in HTML5 it has been replaced with the <section> tag. I know with the <div> tag you can specify whether …

Member Avatar for LastMitch
0
3K
Member Avatar for MGadAllah

hello i've started to study html then will go through css then php and mysql please i'd like to ask for your advise for which editor i should stick to to facilitate my learning way the point is that i'd like to start the right way and stick to it …

Member Avatar for MGadAllah
0
277
Member Avatar for jspence29

So for my website I am trying to create a more button, and a menu will pop up when I create this. There is a picture of an arrow for more, and a picture of a down arrow for less. I have the javascript code done, but it won't switch …

Member Avatar for jspence29
0
185
Member Avatar for tpowell0201

Hey everybody, I've been working with some co-developers on a really cool new social networking site. Before anyone asks, I am expierienced. This website runs on PHP 5.3. As you can imagine, the reason behind this was to create a dynamic stream of content. One of the major (and simple) …

Member Avatar for jspence29
1
440
Member Avatar for tscina

I need to do the following [formatting](http://s88.beta.photobucket.com/user/wickedheart08/media/table.png.html) in my email as instructed to me. As I've read and searched around, emails are supposed to use html1 to 4 and inline styling. I've tried using inline styling using margins but it's just a pain. It's not working in outlook and I'm …

Member Avatar for tscina
0
211
Member Avatar for Navlag

The code below seems to work great in Google Chrome, it hides a question in a div unless the question before it is answered. However, it doesn't seem to work at all in I.E 8. Can someone give me a solution on how to make it work in both browswers …

Member Avatar for EvolutionFallen
0
329
Member Avatar for xXghostXx

this css file wont work on firefox and chrome but works fine on IE anyone can tell me why ? caption { color:#33CC00; font-style:bold; } p { font-family:"Times New Roman"; font-size:16px; text-align:center; } and here is the first HTML file that the caption class should works <html> <head> <link href="styles/mystyles.css" …

Member Avatar for xXghostXx
0
329
Member Avatar for jspence29

So you guys were so helpful yesterday that I thought I would ask another question. There is unnecissary white space on the right side of the page, you can't see it until you scroll over to the right, But I have no Idea why it is there. My website is …

Member Avatar for adam.adamski.96155
0
173
Member Avatar for jspence29

I had just began building a website. I don't know what is wrong with it, it was working about two seconds ago then I made a minor change and refreshed the website and the css completely stopped working. Here's my code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html …

Member Avatar for JorgeM
0
169
Member Avatar for mgn2683

I'm having a problem where each page has a seemingly different amount of spacing above the footer. It can be seen at [Click Here](http://ushousingco.com/) Any thoughts/ideas as to what div is causing this issue and how to fix it so the pages aren't as long and have the same spacing …

Member Avatar for mgn2683
0
122
Member Avatar for KhubaibQaiser

This is my first thread on this forum so sorry for any mistakes. # Problem 1: # I have made a webpage using html and css. But the page content shrinks when i resize window horizontally. Problem 1 ,of content shrinking, has been solved. I was using %age for my …

Member Avatar for JorgeM
0
137
Member Avatar for vavazoom

Hello, I am trying to enlarge the font-size of an ASP:ListItem object using CSS. I have tried a few different ways - but it is not rendering. Any ideas on what would cause the ListItem to not pick up the CSS? **First try:** CSSClass="radioButtonList" under asp:RadioButtonList <style type="text/css"> .radioButtonList { …

Member Avatar for JorgeM
0
2K
Member Avatar for rohan.sharmila

I have seen many of websites like this where is a uniquie & similar look in design. Can anybody find out which software/ cms/ tool is used to create and design the same, or the same templates are available on net? If created using php, which software/app is used. (also …

Member Avatar for pritaeas
0
219
Member Avatar for Fabio82

Hi Everyone, I am having problem on getting CSS displayed on iphone/ipad.... This is the web link, anyone can help me? http://www.vinosytapas.co.uk/ Many Thanks

Member Avatar for 99wallpaper.com
0
178
Member Avatar for kitschkath

I was wondering how am i able to do that? i have inline-block div of images, how am I supposed to divide it.. like 10 images per page? i am using php here btw so it has loops. i don't know if i am posting in the right place but …

Member Avatar for kitschkath
0
47
Member Avatar for mgn2683

Hello, I am having an issue with my footer in IE 8. IE is increasing the padding, and bumping the newsletter sign up box down, when it is supposed to be on the same level as the links. Any thoughts as how to fix the padding problems? Site can be …

Member Avatar for JorgeM
0
762
Member Avatar for mgn2683

I am having trouble with the dropdown I am working on. I'm trying to add the dropdown, and changed up all the code that I used for the original navigation. The problem is, the rollover state, which shows a background color, is doubled in height. My goal is to have …

Member Avatar for JorgeM
0
194
Member Avatar for eburlea

Hi. I have a javascript code inserted before closing tag </body> that is meant to change the color of a table row when the mouse is placed over it. It works only when I remove the css file. Please advise what is the problem, I need them working together. The …

Member Avatar for eburlea
0
216
Member Avatar for ahmad_lovely

hi i wante make this template in image. please help me thanks. My template : ![1](/attachments/large/4/1.jpg "1") ![2](/attachments/large/4/2.jpg "2") ![3](/attachments/large/4/3.jpg "3") ![4](/attachments/large/4/4.jpg "4")

Member Avatar for ahmad_lovely
0
134
Member Avatar for adishardis

Hi when I click the "hide" div I want the three divs to the right to dissapear and the two to the left stay as they were. Her's what I have now: http://jsfiddle.net/adishardis/r3eyD/15/ And then I might want a sliding action of the hiding... but that's probably for another forum …

Member Avatar for adishardis
0
83
Member Avatar for cigoL..:)

Hi guys! I don't know if i post it in the right forum page, but I would like to ask if it's possible to put color on the last row of your table (LAST ROW ONLY). the data is from SQL. I would appericiate any references or links, snippets, anything! …

Member Avatar for diafol
0
106
Member Avatar for rajesh1158

I wanted to vertically align a div inside another div. For this I was using line-height (= height of the div) and vertical-align: middle. But if I specify the line-height value in % instead of px, it doesn't work. I tried googling it but could not find. What can be …

Member Avatar for JorgeM
0
205
Member Avatar for kaizen202

Hi, I have a custom combobox(say comboboxEX) derived from System.Windows.Forms.ComboBox. OnPaint() event I have some background color and styles for the combobox. Every thing works fine. My problem is, I can't set background color when DropDownStyle is "**DropDown**" and **Enabled = false**. But it workes when DropDownStyle is "DropDownList" and …

Member Avatar for kaizen202
0
262
Member Avatar for vitaquous

Hi I am trying to create a background I like the way [Maxthon](http://i.maxthon.com/) built theirs it is simple and yet attractive. How did they do this? I am also using the 960 grid system, I have tried to create an image but the image messes up on the bottom by …

Member Avatar for vitaquous
0
199
Member Avatar for efth

This is the css of a navigation bar I've made: header{ width: 85%; display: block; margin-left: auto; margin-right: auto;} #nav{ width: 100%; float: left; margin: 0 0 3em 0; padding: 0; list-style: none; background-color: #6E6E6E; border-radius: 10px; border-bottom-right-radius: 50px; border-top-left-radius: 50px;} #nav li{ display: inline; float: left; position: relative;} #nav …

Member Avatar for JorgeM
0
226

The End.