Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 39
Search took 0.11 seconds.
Search: Posts Made By: -Karl-
Forum: HTML & CSS 02-15-2012, 04:27 PM
Replies: 2
Views: 493
Posted By -Karl-
Bump!

Bump!
Forum: HTML & CSS 02-14-2012, 02:36 PM
Replies: 2
Views: 493
Posted By -Karl-
Anyone?

Anyone?
Forum: HTML & CSS 02-13-2012, 09:18 PM
Replies: 2
Views: 493
Posted By -Karl-
IP.Board menu location issue.

Hello,

I've designed a new skin for my forums, however I've come across an issue with the way IP.Board handles the drop down menus.

This is a universal error with all resolutions and browsers....
Forum: HTML & CSS 07-06-2011, 02:58 PM
Replies: 10
Views: 487
Posted By -Karl-
I removed the positions when I added the sticky...

I removed the positions when I added the sticky footer, that would just be plain stupid if I didn't. Like I said, it didn't work.
Forum: HTML & CSS 07-06-2011, 02:51 PM
Replies: 10
Views: 487
Posted By -Karl-
I already tried that when I looked at sticky...

I already tried that when I looked at sticky footers. All the happened was my footer moved to a different place, the content background had no change.
Forum: HTML & CSS 07-06-2011, 02:37 PM
Replies: 10
Views: 487
Posted By -Karl-
"I'm trying to make the content background go all...

"I'm trying to make the content background go all the way down to the footer"

Instead it ends at the last piece of text. This is the third time I've repeated myself now.
Forum: HTML & CSS 07-06-2011, 02:35 PM
Replies: 6
Views: 416
Posted By -Karl-
This is a PHP error. It appears in...

This is a PHP error.

It appears in sidebar.php, you had an extra "<" that shouldn't be there, on line 15. Best bet is to open the file and take a look.
Forum: HTML & CSS 07-06-2011, 02:31 PM
Replies: 10
Views: 487
Posted By -Karl-
Well that reply didn't help at all. I've...

Well that reply didn't help at all.

I've said what I'm trying to do, I'm trying to make the content background go all the way down to the footer, instead of just ending after the final piece of...
Forum: HTML & CSS 07-06-2011, 02:14 PM
Replies: 10
Views: 487
Posted By -Karl-
Position Relative

Here's my CSS:

body {
background: #2f2f2f url('images/background.png') center top no-repeat;
}
.tlc {
background: url('images/top-left.png');
...
Forum: HTML & CSS 02-22-2011, 12:59 AM
Replies: 2
Views: 344
Posted By -Karl-
Oh wow, I'm dumb. Thanks :)

Oh wow, I'm dumb. Thanks :)
Forum: HTML & CSS 02-21-2011, 11:51 PM
Replies: 2
Views: 344
Posted By -Karl-
What's the best way?

Hello,

Hi

Regards,
Karl
Forum: HTML & CSS 01-03-2011, 05:04 PM
Replies: 10
Views: 948
Posted By -Karl-
Having span instead doesn't achieve what I want,...

Having span instead doesn't achieve what I want, the text does appear on the buttons, and removing the <span class="button first"> or <span class="button"> totally ruins everything.
Forum: HTML & CSS 01-03-2011, 03:03 PM
Replies: 10
Views: 948
Posted By -Karl-
<div class='b left'><!-- --></div> <div...

<div class='b left'><!-- --></div>
<div class='b right'><!-- --></div>
<div class='b content'>Home</div>

For all of the button to be linked, I have to put that, into an anchor.
Forum: HTML & CSS 01-03-2011, 02:38 PM
Replies: 10
Views: 948
Posted By -Karl-
Doesn't show anything about a work around for my...

Doesn't show anything about a work around for my trigger buttons, which are made up of 3 parts.
Forum: HTML & CSS 01-03-2011, 02:29 AM
Replies: 10
Views: 948
Posted By -Karl-
It doesn't work on any browser correctly. And the...

It doesn't work on any browser correctly. And the divs within anchors is due to the buttons, I didn't know any other way around it, if you know one, enlighten me.

I'd rather not start all over...
Forum: HTML & CSS 01-02-2011, 10:34 PM
Replies: 10
Views: 948
Posted By -Karl-
HTML/CSS problem

Hello,

I have an annoying problem, when you hover over "Home" the links appear fine, then when you hover over "Forums" they appear too, however, they don't appear under Forums, they appear under...
Forum: HTML & CSS 01-01-2011, 09:52 PM
Replies: 1
Views: 247
Posted By -Karl-
Fixed it.

Fixed it.
Forum: HTML & CSS 01-01-2011, 09:41 PM
Replies: 1
Views: 247
Posted By -Karl-
Annoying CSS problem

Hello,

Here is my CSS:
#p7menubar li {
float: left;
width: 9em;
z-index:900;
}
#p7menubar li {position: fixed;}
Forum: HTML & CSS 12-31-2010, 07:39 PM
Replies: 1
Views: 401
Posted By -Karl-
Vertical CSS menu?

Hello,

I've been trying to do some CSS for a while now and this has been bugging me for the last hour.

http://pure-warfare.com/new/

As you can see when you hover over "Home" in the top...
Forum: Apache configuration 07-14-2010, 02:32 PM
Replies: 2
Views: 1,297
Posted By -Karl-
Tried what's in there, without any luck.

Tried what's in there, without any luck.
Forum: Apache configuration 07-14-2010, 03:24 AM
Replies: 2
Views: 1,297
Posted By -Karl-
Rewrite rule help

I have my rewrite rules:
Options +FollowSymLinks
RewriteEngine on
RewriteRule \.(gif|png|jpg|css|js)$|^index\.php$ - [L]

RewriteRule ^admincp/(.*)/(.*)/(.*)?$ index.php?page=admincp&$1=$2&id=$3...
Forum: Apache configuration 07-09-2010, 10:24 AM
Replies: 6
Views: 1,192
Posted By -Karl-
Okay that's fine, the thing I can't get working...

Okay that's fine, the thing I can't get working now is the quests rewrite rule. To make www.mysite.com/quests/questname/id work correctly.
Forum: Apache configuration 07-09-2010, 10:09 AM
Replies: 6
Views: 1,192
Posted By -Karl-
http://www.runehints.com/rhnew/ That's what...

http://www.runehints.com/rhnew/

That's what I have so far, as you can see. /quests, /skills, etc work.

Here's my index.php:

<?php
function HtmlOut($Str) {
return htmlentities($Str,...
Forum: Apache configuration 07-09-2010, 09:31 AM
Replies: 6
Views: 1,192
Posted By -Karl-
That does nothing except make the images not work.

That does nothing except make the images not work.
Forum: Apache configuration 07-09-2010, 03:37 AM
Replies: 6
Views: 1,192
Posted By -Karl-
Rewrite rule, need some help.

So far I have:
Options +FollowSymLinks
RewriteEngine on
RewriteRule \.(gif|png|jpg|css|js)$|^index\.php$ - [L]
RewriteRule ^quests/(.*)/(.*)$ quests.php?flibble=questview&id=$2&ic=1
RewriteRule...
Showing results 1 to 25 of 39

 
Forum Jump

All times are GMT +1. The time now is 02:28 AM.