1,464 Topics

Member Avatar for
Member Avatar for davidjennings

Hi all I am trying to resolve an issue when I select an expanding div, the first div selection pushes the second div element to the right. is there css fix or other to get this not to push div element to the right Thanks in advance D <!DOCTYPE html …

Member Avatar for davidjennings
0
358
Member Avatar for yaragalla_mural

Hi the following is my code and i am using crome (browser) <div style="width:700px;height:100px;background-color:silver"> <div id="week" style="margin:20px;border:2px solid red"> <div id="sfsf" style="margin:10px;"> Day Of The Week </div> </div> </div> In the above code the div with id "week" is displaying very strange behavior. For this div i have applied margin …

Member Avatar for BMXDad
0
150
Member Avatar for nikk8a

Hi, In my css file, I want to provide url to some resources which belong to some other project. The context of that project can be changing. Is there a way in css, by hwich I can provide a url with a variable or with property pointing to the dynamic …

Member Avatar for Eng. Hadi
0
812
Member Avatar for davidjennings

Hi All - I am trying to modify the below script. Currently on page load the page will display the click image and the message in the dialog box. What I want to do is do it the opposite and just have the click image display and on click the …

Member Avatar for davidjennings
0
331
Member Avatar for Ritesh_4

Hello, anyone can help me with centering the text content attached below so that it centers in height as well in the container div? The css for the div is below: div.level-1-menus { background: url("background_menu.png") no-repeat scroll 0 0 transparent; display: table-cell; float: left; height: 45px; text-align: center; vertical-align: middle; …

Member Avatar for Ritesh_4
0
254
Member Avatar for sonicx2218

I'm using the app mediabox which lets me create iframe lightboxes. I don't want horizontal scroll on the iframe, just vertical. The issue is I have NO idea how to add a new class in the CSS of the program to achieve this. Here is the css. #mbOverlay { position: …

Member Avatar for sonicx2218
0
248
Member Avatar for jah0073

I'm sure this will be very simple for someone to figure out, I have a template form a company called cvent, we are using them as our registration payment solution. I have been trying to get their template to suit our site but I am falling short with aligning the …

Member Avatar for joel.design
0
541
Member Avatar for yaragalla_mural

Hi the following is my code:- <div style="height:50px;background:#F75D59;"> <div style="position:relative;font:bold 20px arial;color:white;float:left;left:50px">GOOGLE </div> <div style="position:relative;float:left;left:200px;"> <input type="text";text size="50px"> <input type="button" title="search"> </div> <div style="position:relative;float:left;left:500px;color:white"> mythili mydhili </div> <div style="position:relative;float:left;left:500px;"> <input type="button" color="#ff0000"value="1"> <input type="button" button size="10px" value="+share"> <img src="a.png"height="20px";width="20px"> </div> </div> The problem with the above code is when the …

Member Avatar for TonyG_cyprus
0
163
Member Avatar for solomon_13000

The line appears as a red line in google chrome for the below tag: <hr width="1052" style="border: 1px solid #990000" color="#990000" size="1"> However when I view in IE it appears as a box with white filling but red border line. Did I miss something? Your help is kindly appreciated. Thank …

Member Avatar for Violet_82
0
240
Member Avatar for sonicx2218

Hey guys. I know the css line to remove scrolls is overflow:hidden, but I don't know where to place it in this largish css code I'm using. Can I just drop it anywhere, or is there a specific class I need to put it under? I know there is already …

Member Avatar for Banderson
0
345
Member Avatar for solomon_13000

I attempted to implement image rotation using google jquery library. The problem is that the image rotation stops at 5.jpg and doesn't go back to 1.jpg to 2.jpg.........and so on. Did I miss out something? <html> <head> <title></title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js?ver=3.0.1"> </script> <script type="text/javascript" src="js/img-rotator.js"> </script> <link rel="stylesheet" href="css/style.css" type="text/css" …

Member Avatar for paulkd
0
316
Member Avatar for yaragalla_mural

Hi with the following code i am able to bring 3 Div's in a single row which are surrounded by a parent DIV. Now the problem is separating each div with a vertical line which makes it look like table cells in a single row. This can be done easily …

Member Avatar for yaragalla_mural
0
163
Member Avatar for bilal_fazlani

First of all, if I rotate a span in a td or th, it doesn't rotate. I have to make it either position absolute or display:block to rotate it. absolute position is not an option for me so I went ahead with display:block. here is my code : http://jsfiddle.net/bilalfazlani/95V5G/ I …

Member Avatar for crescendo
-1
212
Member Avatar for Sahil89

Hi, Is there a way to style tooltips that appear by using title attribute? So far I have been able to find out that its div but cant find out if its associated with any class. And on other site answer I got was No and work around it using …

Member Avatar for pritaeas
0
153
Member Avatar for MasterHacker110

I have this code: <html> <head> <title> Psycho Site - About Us </title> <style> /* container */ div.container { width: 1574px; } /* end container */ /* header */ div.header { background-color: #DDA500; } h1.header_h1 { margin-bottom: 0; font-size: 65; } /* end header*/ /* menu */ div.menu { background-color: …

Member Avatar for crescendo
0
284
Member Avatar for hypernova

Hi all! I am trying to listen to plug in/out event for headphones while in background. The problem is that while the events are generated in real-time, I am not able to do handle them in real-time. Whatever code I run in the background gets executed all at once when …

Member Avatar for rubberman
0
183
Member Avatar for code_rum

Hi, I have following code and I want to remove first seperator using css here's the code <div id="sub_nav"> | <a href="#">Fashion Insider</a> | <a href="#">Leasing</a> </div>

Member Avatar for code_rum
0
113
Member Avatar for xuexue

This is the code for my third level drop down menu. <ul id="menu"> <li><a href="ourlovestory.php">Our Love Story</a></li> <li><a>Notes</a> <ul> <li><a href="blog.php">Blog</a></li> <li><a href="guestbook.php">Guestbook</a></li> <ul> <li><a href="guestbooksign.php">Sign our Guestbook</a></li> </ul> </ul> </li> </ul> What i want is the third level, Sign our Guestbook, be hidden then be displayed once hovered to …

Member Avatar for xuexue
0
358
Member Avatar for showman13

I finally got it figured out how to use background images for a vertical CSS menu... I must be a slow learner. anyway... Could someone tell me the trick to getting some space between each of the menu links? I'd like them to be separated by about 5px or so. …

Member Avatar for showman13
0
181
Member Avatar for london-G

Hello, I have created my vertical menu which is suppose to open up on the right. However it seems like it is going behind the content of the page. How can I bring the menu to front?

Member Avatar for JorgeM
0
112
Member Avatar for garyjohnson

I know this has been asked a thousand times in other locations but I have tried many solutions and can not get an answer. I have two divs, one called overlay and one called image_case. The overlay covers the entire page, then the image_case is suppose to be in the …

Member Avatar for JorgeM
0
325
Member Avatar for xuexue

Hi! I've copied this drop down menu code from the web. It's working fine and the submenu's are displaying. However, when I place another div next to the first one. The submenus were hidden already. Could you help me? This is the header file. <div class="divMonogram" onmouseover="this.style.cursor='pointer';" onclick="window.open('index.php', target='_self');" align="left" …

Member Avatar for ndeniche
0
333
Member Avatar for geneh23

Hey everyone, It's a bit unusual for me to post in the html section. However I am stumped as to why I have three divs. One aligned to the left and two aligned to the right and when I add the third div aligned to the right, the left div …

Member Avatar for TonyG_cyprus
0
259
Member Avatar for RT00220489

Hi, I have a page MyList.aspx, which is giving me some issues. When the page loads, it loads perfectly. In my master page, on the left side of the page is a menu, and some hyperlink is provided. When i click on the hyperlink in the left pane, the page …

Member Avatar for RT00220489
0
223
Member Avatar for fheppell

I've made this table for my web app, which shows a list of images: http://f.cl.ly/items/0B2d0y2d241v1J0a0D1N/Screen%20Shot%202013-05-12%20at%2016.11.32.png How do I vertically center the items in the table? Thanks for any help

Member Avatar for crescendo
0
142
Member Avatar for xpertj007

how can i change my background image by clicking on another image use as a button with jQuery... please help

Member Avatar for pritaeas
0
180
Member Avatar for Monkey101

My right column is overlapping into my main content column how do I prevent this from happening? I tried using overflow: hidden; and overflow: auto;. I used the clear property for my left and main column which worked to prevent them overlapping.

Member Avatar for Monkey101
0
175
Member Avatar for Squidge

Hi all, I seem to have an issue with my CSS. The page setup that has the issue is: <footer> <section 1></section 1> <section 2></section 2> <section 3></section 3> </footer> The sections are set to 33% width and floating left. The containing footer does not seem to expand in height: …

Member Avatar for Squidge
0
178
Member Avatar for saucy6969

Hi there I am working on my new website for my organisation's festival. All pages working well thus far EXCEPT for the Contact page. The footer is below the black area. I must be missing something in the code to get it to sit where every other page has the …

Member Avatar for saucy6969
0
288
Member Avatar for Monkey101

For my webpage I want to set up columns (boxes). For example I have an image floating to the left then I want to float another image or a plain box underneath the image. This is my HTML code <div style="float: left; background-color: white;"> <img src="Images/Books.jpg" alt="Books" width="225" height="125"/> </div> …

Member Avatar for Monkey101
0
219

The End.