273 Posted Topics
Re: It is possible, but it really depends on your design and you will probably need to rock some jquery as well, to get window heights. Gonna be alot of work, I'm telling you now (if your design is half decent) | |
Re: Hi Mave, Dont see why we skipping parsing everything. none the less. I would just as use XSL. Here's an example of some basic styling. [CODE=XSL] <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="news"> <html> <body> <h2><xsl:value-of select="title"/></h2> <xsl:for-each select="//item"> <xsl:sort select="date"/> <p><b><xsl:value-of select="unique_deep_link"/></b></p> <p><xsl:value-of select="date"/></p> <p><xsl:value-of select="detailDate"/></p> <p><xsl:value-of select="title"/></p> … | |
Re: Hi Duki, I took a look in both ie6 and firefox, cant see any difference to be totally honest. | |
Re: I have to agree with bob, dynamic drive is a really nice starting point, but eventually you going to have to start doing them yourself (either js or css) and you'll notice it's really just a fancy ul | |
Re: Hi smilsuren Could you upload the document so i can take a look? | |
Re: hi bjdmb, I took a look at your code... Few things i have to mention immediately if you coding XHTML. [B]Line Breaks[/B] [CODE=HTML] <br /> [/CODE] Notice how the line break is closed afterwards. Same goes for an image. Now onto the issues you having. Since I haven't got anything … | |
Re: Change your selector as follows; [CODE=CSS] .slider-post .button { background:transparent url(images/buttonbg.png) repeat-x scroll center top; color:#FFFFFF; cursor:pointer; float:left; font-family:Georgia,"Times New Roman",Times,serif; font-size:14px; font-weight:bold; text-align:center; width:82px; } [/CODE] That should do the trick | |
Re: I'd say javascript (jquery) would be the way to go. Then on an click event you just swap the image using ajax | |
Re: Are you looking for a freelancer? | |
Re: Hi padrict, Not too sure if I understand your issue. But try this out add the following class to the div below the h4 [CODE=HTML] <h4>Yellow Dog Inventory Features:</h4> <div class="leftmenu _col"> ... </div> [/CODE] Here is the CSS [CODE=CSS] .leftmenu {float:left;position:relative;} [/CODE] | |
Re: Hi, Change it to the following [CODE=CSS] #apDiv3 { position:relative; margin: 0 auto; width:1100px; height:650px; z-index:1; background-color: #3F3151; } [/CODE] You should really try keep your container 960, check out this [URL="http://960.gs/"]link[/URL] | |
Re: I would sugguest putting both boxes in a container and giving the illusion that the one div is growing (definitely not worded right, but look at the example and you will understand what i mean) [CODE=CSS] #container { width: 800px; float:left; background: red; display: table-row; } #left_column { float:left; width: … ![]() | |
Re: I'm not sure what you mean, are you making your thumbs yourself? or pulling them dynamically? | |
Re: Not sure what you mean, but here is a [URL="http://databases.about.com/od/administration/a/softwareoptions.htm"]link [/URL]get to reading | |
Re: You could also get links to not display them using the following [CODE=CSS] .example a {outline: none} [/CODE] | |
Re: Not really a wp developer myself. But using bug I can see none of your list items are pulling through. And if you can set attributes, couldnt you just align left? Nevertheless... I would recommend, CSS... Add the following selector to your stylesheet; [CODE=CSS] .widgetcontent ul img {float:left; padding: 0 … | |
Re: Hi Oneat, This is what you want to do [--A--][-B-] Basically heres what you want to do [CODE=CSS] .container_a { width:400px; height:400px; float:left; background:red } .container_b { width:200px; height:400px; float:left; background:blue } [/CODE] [CODE=HTML] <div class="container_a"> <p>this is some copy this is some copy this is some copy this is … | |
Re: Heres a [URL="http://notan00b.com/2009/09/jquery-php-and-forms/"]link[/URL] I found after googling your issue. Does use jquery though. But check it out, might be helpful | |
Re: Scranton is correct. Go for shorthand though [CODE=CSS] background:#fff url(../images/myimage.jpg) no-repeat fixed; [/CODE] Oh by the way, you must ensure your image is large enough or gradients into your default background colour or its just gonna look strange. | |
Re: The issue is your body padding... But removing it won't make much sense since you have a negative margin on your topnav class. So what I would do is remove topnav out of the content id and add it to the wrapper id. Here is an exmaple; [CODE] <!DOCTYPE html … | |
Re: Why wouldnt you use sprites? Then have one generic class. E.g. [CODE] /* Generic corners */ .rounded_corners { background: url(../images/corners.png) no-repeat; width: 5px height: 5px; position:absolute; } /* Specific Corners */ .top_left_c { top:0; left:0; background-position: 0 0; } .top_right_c { top:0; right:0; background-position: 0 -5px; } .bottom_left_c { bottom:0; … | |
![]() | Re: I've tested ff, ie7 and 6. Can't see what you talking about. Wanna attach a screen? ![]() |
Re: If its IE6 or 7, you will need a [URL="http://24ways.org/2007/supersleight-transparent-png-in-ie6"]png fix[/URL] or go for PNG-8 instead. | |
Re: So you want to create a mouse over event, for a specific item (div)? | |
Re: Hi rishabh95verma, haha got told off I see. Well it might be a little delayed but just for the sake of others, you would need to use facebooks API and develop a desktop application since i dont see many people giving their login details through your site. | |
Re: Ok, it looks like an accordion to me. But pritaeas is right, some html would be nice, see how you structured everything. | |
Re: Popped the url given into ie and everything seemed to work fine (links wise). A few things I did notice though and some tips for when you develop in the future. Try keep all your links lowercase, don't link to pages with spaces "spray tanning.html" instead, use an underscore and … | |
Hi, so im pulling arrays from facebook. But i would like to sort them. Here is how the arrays look [CODE] Array ( [0] => Array ( [eid] => 203966119376 [name] => Funtastic - a show for the whole family! [tagline] => [nid] => 0 [pic] => http://profile.ak.fbcdn.net/object2/857/53/s203966119376_6012.jpg [pic_big] => … | |
Over the next few weeks (or days - depending on how much time i have) I'll help with the very basics of SQL (and PHP). These are the points I'll be covering (all from scratch of course) Local Server setting up [LIST] [*]php [*]mysql [*]apache [/LIST] Database Basics [LIST] [*]Simple … |
The End.